Refactor handle_commitment_signed to wrapper error handling function
[rust-lightning] / src / ln / channelmanager.rs
2018-09-07 Antoine RiardRefactor handle_commitment_signed to wrapper error...
2018-09-07 Antoine RiardRefactor handle_update_fail_malformed_htlc to wrapper...
2018-09-07 Antoine RiardRefactor handle_update_fail_htlc to wrapper error handl...
2018-09-07 Antoine RiardRefactor handle_update_fulfill_htlc to wrapper error...
2018-09-07 Antoine RiardRefactor handle_update_add_htlc to wrapper error handli...
2018-09-07 Antoine RiardRefactor handle_closing_signed to wrapper error handlin...
2018-09-07 Matt CoralloMerge pull request #160 from ariard/channel_manager_ref...
2018-09-07 Antoine RiardRefactor handle_shutdown to wrapper error handling...
2018-09-07 Antoine RiardRefactor handle_funding_locked to wrapper error handlin...
2018-09-07 Antoine RiardRefactor handle_funding_signed to wrapper error handlin...
2018-09-06 Matt CoralloMerge pull request #154 from ariard/funding_created_ref...
2018-09-06 Antoine RiardRefactor handle_funding_created to wrapper error handli...
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 Antoine RiardRefactor handle_accept_channel to wrapper error handlin...
2018-09-06 Matt CoralloMerge pull request #152 from TheBlueMatt/2018-09-chan...
2018-09-06 Matt CoralloAdd further clarification TODO in finish_force_close_ch... 2018-09-chan-cleanups
2018-09-05 Matt CoralloDocument+check commitment_signed generation success...
2018-09-05 Matt CoralloMerge pull request #150 from TheBlueMatt/2018-09-bolt7...
2018-09-05 Matt CoralloMerge pull request #147 from TheBlueMatt/2018-09-channe...
2018-09-05 Matt CoralloReject rumors of channels that are from one node back...
2018-09-05 Matt CoralloMove announcement_signatures handling into new force... 2018-09-channelmanager-err-macro
2018-09-05 Matt CoralloSimplify secp_call! macro in ChannelManager
2018-09-05 Matt CoralloDont return an Err from Channel::get_accept_channel...
2018-09-05 Antoine RiardRefactor handle_open_channel to wrapper error handling...
2018-09-05 Matt CoralloAdd ChannelManager-specific HandleError type and macro...
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-09-03 Antoine RiardAdd ChainWatchInterface in Router
2018-09-03 Matt CoralloMerge pull request #144 from yuntai/onion_call_back_simple
2018-09-02 Yuntai KyongRemove code fragments with no effect
2018-08-31 Matt CoralloEnsure handle_announcement_signatures always has a...
2018-08-31 Matt CoralloAdd ErrorAction in secp Error -> HandleError conv in...
2018-08-30 Matt CoralloMerge pull request #139 from TheBlueMatt/2018-08-fuzz...
2018-08-30 Matt CoralloRemove unused feeest field in ChannelManager tests 2018-08-fuzz-fixes-7
2018-08-29 Matt CoralloMerge pull request #136 from TheBlueMatt/2018-08-excess...
2018-08-29 Matt CoralloCorrect excess-data handling in ChannelUpdate
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-27 Matt CoralloMerge pull request #132 from TheBlueMatt/2018-08-bolt...
2018-08-27 Matt CoralloReturn a malformed HTLC message when ephemeral pubkey...
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 #131 from TheBlueMatt/2018-08-bolt...
2018-08-26 Matt CoralloMerge pull request #130 from TheBlueMatt/2018-08-fuzz...
2018-08-25 Matt CoralloHandle Error messages by closing channels as required...
2018-08-24 Matt CoralloRemove unused node_id tracking in ChannelManager tests 2018-08-fuzz-fixes-6
2018-08-23 Matt CoralloMerge pull request #127 from TheBlueMatt/2018-08-fuzz...
2018-08-23 Matt CoralloFix integer overflow panic in new HTLC-forwarding fee... 2018-08-fuzz-fixes-5
2018-08-23 Matt CoralloMerge pull request #124 from TheBlueMatt/2018-08-htlc...
2018-08-23 Matt CoralloMerge HTLC-update events, remove FailHTLC ErrorAction 2018-08-htlc-fail-spec
2018-08-23 Matt CoralloDo not return UpdateFailHTLC updates until the HTLC...
2018-08-23 Matt CoralloMerge pull request #123 from TheBlueMatt/2018-08-secp...
2018-08-23 Matt CoralloMerge pull request #125 from TheBlueMatt/2018-08-114...
2018-08-23 Matt CoralloUpdate to rust-secp256k1 v0.11 and rust-bitcoin v0.14 2018-08-secp-0.10
2018-08-23 Matt CoralloReturn channel_updates when failing a HTLC for fee...
2018-08-23 Antoine RiardCheck amt_to_forward and outgoing_cltv_value in add_upd...
2018-08-20 Matt CoralloMerge pull request #111 from TheBlueMatt/2018-08-full...
2018-08-20 Matt CoralloAdd simple utility to ChannelManager to force close...
2018-08-20 Matt CoralloMerge pull request #122 from TheBlueMatt/2018-08-doc...
2018-08-20 Matt CoralloRemove implicit Record import requirement in logging... 2018-08-doc-usability-fixes
2018-08-17 Matt CoralloMerge pull request #118 from TheBlueMatt/2018-08-103...
2018-08-17 Yuntai KyongAdd push_msat to new outbound API
2018-08-17 Matt CoralloMerge pull request #115 from TheBlueMatt/2018-08-channe...
2018-08-17 Matt CoralloHandle duplicate funding transaction gracefully.
2018-08-17 Matt CoralloFix handle_funding_created bug/TODO
2018-08-17 Matt CoralloMerge pull request #91 from ariard/logging_interface
2018-08-17 Antoine RiardLogging interface
2018-08-16 Matt CoralloMerge pull request #107 from ariard/event_handle_error
2018-08-12 Antoine RiardImplement HandleError event with ErrorAction field
2018-08-06 Matt CoralloMerge pull request #108 from TheBlueMatt/2018-08-fuzz...
2018-08-03 Matt CoralloStub out ChaCha20 non-HMAC encryption/decryption in...
2018-08-03 Matt CoralloFix fuzztarget ChannelKeys generation
2018-08-03 Matt CoralloFix panic!() in block_connected on unfunded channels...
2018-07-29 Matt CoralloMerge pull request #98 from TheBlueMatt/2018-07-invalid...
2018-07-29 Matt CoralloMerge pull request #97 from TheBlueMatt/2018-07-no...
2018-07-29 Matt CoralloMerge pull request #96 from TheBlueMatt/2018-07-force...
2018-07-29 Matt CoralloHandle invalid funding tx in channelmanager 2018-07-invalid-funding
2018-07-29 Matt CoralloStop adding remote's payment_preimages to our channel... 2018-07-no-useless-preimages
2018-07-29 Matt CoralloSome match -> if let replacement
2018-07-29 Matt CoralloAssert usize is 32 or 64 bits, as required in a TODO
2018-07-29 Matt CoralloRemove some excess mut's 1.22 complains about
2018-07-29 Matt CoralloAdd pending-HTLC-failure to and unify force_shutdown... 2018-07-force-close-handling
2018-07-29 Matt CoralloRemove some useless Vecs
2018-07-28 Matt CoralloClean up forward_/claimable_htlcs handling and document...
2018-07-28 Matt CoralloFix force_shutdown() bug where we lose knowledge of...
2018-07-28 Matt CoralloMerge pull request #95 from savil/rm-bitcoin-util-hexbytes
2018-07-28 Savil Srivastavareplace use of bitcoin::utils::misc::hex_bytes with...
2018-07-27 Matt CoralloMerge pull request #94 from TheBlueMatt/2018-07-duplica...
2018-07-26 Matt CoralloHandle duplicate payment_hash send_payment()s 2018-07-duplicate_hash
2018-07-26 Matt CoralloMerge pull request #93 from TheBlueMatt/2018-07-announc...
2018-07-26 Matt CoralloProperly calculate Channel::announce_publicly
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-25 Matt CoralloMerge pull request #86 from TheBlueMatt/2018-07-event...
2018-07-25 Matt CoralloMake claim_funds_INTERNAL private 2018-07-event-fixes
2018-07-25 Matt CoralloPendingHTLCsForwardable really should just be upstreamed.
2018-07-25 Matt CoralloMerge pull request #85 from TheBlueMatt/2018-07-fees
2018-07-25 Matt CoralloConvert fee API to per_kw instead of per_vb 2018-07-fees
2018-07-24 Matt CoralloMerge pull request #82 from TheBlueMatt/2018-07-send...
next