Add a KeysInterface which provides keys from user
[rust-lightning] / src / ln / channel.rs
2018-10-27 Antoine RiardAdd a KeysInterface which provides keys from user
2018-10-27 Antoine RiardGenerate Events from ChannelMonitor to indicate spendab...
2018-10-23 Matt CoralloMerge pull request #213 from TheBlueMatt/2018-10-monito...
2018-10-23 Matt CoralloAdd Channel support for monitor-update-failed pausing
2018-10-23 Matt CoralloPull out regenerating RAA/CS in channel_reestablish...
2018-10-23 Matt CoralloMerge pull request #212 from TheBlueMatt/2018-10-two...
2018-10-23 Matt CoralloFix reconnect message order on remote updates while...
2018-10-23 Matt CoralloAdd message ordering return value to handling channel_r...
2018-10-23 Matt CoralloMerge pull request #219 from TheBlueMatt/2018-10-157...
2018-10-23 Yuntai KyongSome changes in comments and error messages.
2018-10-23 Yuntai KyongError handling in decoding onion
2018-10-18 Matt CoralloMerge pull request #211 from TheBlueMatt/2018-10-misc...
2018-10-18 Matt CoralloEnsure channel is live, not usable for sending fee...
2018-10-17 Matt CoralloMerge pull request #210 from TheBlueMatt/2018-10-fundin...
2018-10-16 Matt CoralloFix + test funding tx confirmation while peer is discon... 2018-10-funding-disconnected
2018-10-16 Matt CoralloMerge pull request #208 from TheBlueMatt/2018-10-reconn...
2018-10-16 Matt CoralloFix channel_reestablish exchanging in case of lost...
2018-10-16 Matt CoralloStore onion packet in OutboundHTLCState so we can regen...
2018-10-16 Matt CoralloStore per-state HTLC data in the state enum itself...
2018-10-06 Matt CoralloMerge pull request #206 from TheBlueMatt/2018-10-189...
2018-10-06 Matt CoralloFurther simplify get_{inbound,outbound}_pending_htlc_stats 2018-10-189-rebase
2018-10-06 Yuntai KyongSplit get_pending_htlc_stats
2018-10-06 Matt CoralloCheck that reserves are met or progress is made on...
2018-10-06 Yuntai KyongAdd simple test for channel_reserve/max_htlc_value_in_f...
2018-10-06 Yuntai KyongAdd a ChannelValueStat getter to simplify tests
2018-10-06 Yuntai KyongDocument channel reserve behavior a bit better
2018-10-06 Yuntai KyongFix checking of channel_reserve values
2018-10-06 Matt CoralloMerge pull request #196 from yuntai/shutdown-apify
2018-10-02 Yuntai Kyongadd a ChannelUnavailable error
2018-10-02 Yuntai Kyongraise APIError from close_channel
2018-10-01 Matt CoralloMerge pull request #201 from TheBlueMatt/2018-09-channe...
2018-10-01 Matt CoralloUse new ChannelError in get_channel_announcement 2018-09-channelerror-1
2018-10-01 Matt CoralloUse new ChannelError in channel_reestablish handling
2018-10-01 Matt CoralloUse new ChannelError in HTLC-removal msgs, filling...
2018-10-01 Matt CoralloUse new ChannelError in funding_locked, filling out...
2018-10-01 Matt CoralloUse new ChannelError type in accept_channel
2018-10-01 Matt CoralloIntroduce a Channel-specific Err type and return it...
2018-09-30 Matt CoralloMerge pull request #199 from TheBlueMatt/2018-09-184...
2018-09-30 Matt CoralloMerge pull request #200 from TheBlueMatt/2018-09-187...
2018-09-29 Yuntai KyongImplement update_fee handling
2018-09-21 Matt CoralloMerge pull request #193 from SWvheerden/Bolt2-specs...
2018-09-21 Schalk van HeerdenAdded test for testing sciptpubkey of closing message...
2018-09-20 Matt CoralloMerge pull request #192 from TheBlueMatt/2018-09-docs...
2018-09-20 Matt CoralloRemove fuzz channel_target.
2018-09-18 Matt CoralloMerge pull request #186 from TheBlueMatt/2018-09-ser...
2018-09-16 Matt CoralloDrop MsgEncodable in favor of default fns on Writeable 2018-09-ser-rework-2
2018-09-15 Matt CoralloMerge pull request #178 from TheBlueMatt/2018-09-channe...
2018-09-15 Matt CoralloConstify 2**48-1 and add some additional comments in... 2018-09-channel_reestablish
2018-09-15 Matt CoralloTrack peer-disconnection in Channel and handle channel_...
2018-09-15 Matt CoralloAdd a Disconnected ChannelState and check/handle it...
2018-09-15 Matt CoralloClarify update_fail/fulfill_htlc holding cell allowed...
2018-09-15 Matt CoralloDrop channels on disconnection if we haven't funded...
2018-09-15 Matt CoralloRemove/fail uncommitted HTLCs upon peer disconnection
2018-09-15 Matt CoralloMerge pull request #179 from TheBlueMatt/2018-09-pre...
2018-09-15 Matt CoralloMerge pull request #183 from yuntai/201809-unwrap-getop...
2018-09-14 Yuntai Kyongunwrap channel.get_open_channel
2018-09-14 Matt CoralloSplit up send_commitment into a const and non-const...
2018-09-14 Matt CoralloMerge pull request #180 from TheBlueMatt/2018-09-htlc...
2018-09-14 Matt CoralloDo not fail-backwards LocalAnnounced HTLCs upon force...
2018-09-13 Matt CoralloMerge pull request #163 from ariard/claim_revoked_htlc_tx
2018-09-13 Matt CoralloMerge pull request #175 from TheBlueMatt/2018-09-173...
2018-09-13 Matt CoralloMerge pull request #174 from yuntai/201809-funding_crea...
2018-09-13 Yuntai Kyongverify incoming sig first and fail earlier
2018-09-12 Antoine RiardImplement set_their_delayed_payment_base_key in Channel...
2018-09-12 Matt CoralloMerge pull request #167 from TheBlueMatt/2018-09-dup...
2018-09-12 Matt CoralloAllow duplicate-payment_hash HTLCs for HTLC forwards
2018-09-11 Matt CoralloSplit HTLC tracking into separate Inbound/Outbound...
2018-09-11 Matt CoralloMerge pull request #165 from TheBlueMatt/2018-09-pre...
2018-09-09 Matt Corallopanic on invalid calls to Channel::send_commitment... 2018-09-pre-disconnect-misc
2018-09-09 Matt CoralloSync get_update_fail_htlc, get_update_fulfill_htlc...
2018-09-09 Matt CoralloMerge pull request #164 from TheBlueMatt/2018-09-channe...
2018-09-08 Matt CoralloDocument Channel::get_funding_redeemscript precondition
2018-09-07 Matt CoralloMerge pull request #160 from ariard/channel_manager_ref...
2018-09-07 Matt CoralloMerge pull request #156 from TheBlueMatt/2018-09-fundin...
2018-09-06 Matt CoralloEnsure funding_created always returns Some(_) HandleErr...
2018-09-06 Matt CoralloMerge pull request #155 from SWvheerden/patch-1
2018-09-06 Matt CoralloMerge pull request #151 from ariard/channel_manager_ref...
2018-09-06 Matt CoralloMerge pull request #152 from TheBlueMatt/2018-09-chan...
2018-09-05 Matt CoralloDrop HTLCState::LocalRemovedAwaitingCommitment
2018-09-05 Matt CoralloDocument+check commitment_signed generation success...
2018-09-05 Matt CoralloAlways return an Error Message in invalid sig/key error...
2018-09-05 Matt CoralloMerge pull request #147 from TheBlueMatt/2018-09-channe...
2018-09-05 Matt CoralloFill out IgnoreError actions in get_channel_announcement
2018-09-05 Matt CoralloEnsure Channel::new_from_req always returns an ErrorMes...
2018-09-05 Matt CoralloDont return an Err from Channel::get_accept_channel...
2018-09-03 Matt CoralloMerge pull request #145 from TheBlueMatt/2018-09-134...
2018-09-03 Matt CoralloMerge pull request #143 from TheBlueMatt/2018-08-announ...
2018-09-03 Antoine RiardAdd test_invalid_channel_announcemnt + test utilities
2018-08-31 Matt CoralloCheck for misuse of funding_transaction_generated and... 2018-08-announcement_sigs_erroraction
2018-08-30 Matt CoralloMerge pull request #139 from TheBlueMatt/2018-08-fuzz...
2018-08-30 Matt CoralloFix crash that #127 intended to fix but did not complet...
2018-08-29 Matt CoralloMerge pull request #136 from TheBlueMatt/2018-08-excess...
2018-08-29 Matt CoralloCorrect excess-data handling in ChannelAnnouncement...
2018-08-29 Matt CoralloMerge pull request #133 from TheBlueMatt/2018-08-announ...
2018-08-28 Matt CoralloClean up/clarify channel announcement_signatures handling 2018-08-announcement_sigs
2018-08-28 Matt CoralloMake note about complying with BOLT 7 announcement_sign...
2018-08-27 Matt CoralloMerge pull request #132 from TheBlueMatt/2018-08-bolt...
2018-08-26 Matt CoralloUpdate PendingHTLCStatus to hold malformed HTLC error...
2018-08-26 Matt CoralloAdd update_fail_malformed_htlcs vec to CommitmentUpdate
2018-08-26 Matt CoralloMerge pull request #130 from TheBlueMatt/2018-08-fuzz...
next