Test htlc outputs single tx claim due to timeout case
[rust-lightning] / src / ln / channelmanager.rs
2018-09-30 Antoine RiardTest htlc outputs single tx claim due to timeout case
2018-09-30 Antoine RiardTest htlc outputs shared tx claim case
2018-09-30 Matt CoralloFix and test simple remote-revoked-commitment-output...
2018-09-29 Matt CoralloMerge pull request #197 from TheBlueMatt/master
2018-09-28 Matt CoralloAvoid double-panic in ChannelManager when tests fail
2018-09-26 Matt CoralloHandle temporary_channel_id collision in fuzztarget...
2018-09-21 Matt CoralloMerge pull request #193 from SWvheerden/Bolt2-specs...
2018-09-21 Matt CoralloMerge pull request #194 from TheBlueMatt/2018-09-doc...
2018-09-20 Matt CoralloMake docs look nicer by adding explicit spacing 2018-09-doc-cleanup
2018-09-20 Matt CoralloMerge pull request #191 from TheBlueMatt/2018-09-chanmo...
2018-09-20 Matt CoralloSimplify DecodeError enum by removing some useless...
2018-09-20 Matt CoralloMerge pull request #192 from TheBlueMatt/2018-09-docs...
2018-09-20 Matt CoralloAdd module and all-pub-things docs and deny missing... 2018-09-docs-docs-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-16 Matt CoralloRemove uses of MsgDecodable from ChannelManager
2018-09-15 Matt CoralloMerge pull request #178 from TheBlueMatt/2018-09-channe...
2018-09-15 Matt CoralloAdd a simple channel_reestablish test
2018-09-15 Matt CoralloTrack peer-disconnection in Channel and handle channel_...
2018-09-15 Matt CoralloAdd channel_reestablish + peer_connected events to...
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 claim and fail payment functions to be able to... 2018-09-pre-178-cleanups
2018-09-14 Matt CoralloMove all-events check into framework instead of per...
2018-09-14 Matt CoralloRemove unused import and uneccessary mut
2018-09-14 Matt CoralloMerge pull request #180 from TheBlueMatt/2018-09-htlc...
2018-09-14 Matt CoralloTest that we do not fail-backwards HTLCs that the remot...
2018-09-14 Matt CoralloMake the commitment signed dance a macro in ChannelMana...
2018-09-14 Matt CoralloIgnore HTLC txn we dont know how to claim instead of...
2018-09-14 Matt CoralloMerge pull request #177 from TheBlueMatt/2018-09-163...
2018-09-13 Matt CoralloClean up and clarify tx broadcast checks in channelmoni... 2018-09-163-cleanups
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 Yuntai Kyongraise APIError from send_payment 2018-09-173-whitespace-err
2018-09-12 Antoine RiardAdd test of claiming HTLC-Timeout outputs based on...
2018-09-12 Matt CoralloMerge pull request #167 from TheBlueMatt/2018-09-dup...
2018-09-12 Matt CoralloAdd simple test for duplicate-payment_hash HTLC tracking 2018-09-dup-htlc
2018-09-12 Matt CoralloAvoid cross-test statics in ChannelManager network...
2018-09-12 Matt CoralloAllow duplicate-payment_hash HTLCs for HTLC forwards
2018-09-11 Matt CoralloMerge pull request #165 from TheBlueMatt/2018-09-pre...
2018-09-09 Matt CoralloDo not allow sending HTLCs when the first hop is discon...
2018-09-08 Matt CoralloMerge pull request #159 from ariard/channel_monitor
2018-09-08 Antoine RiardAdd registration of commitment tx's outputs from
2018-09-07 Matt CoralloMerge pull request #162 from ariard/channel_manager_ref...
2018-09-07 Antoine RiardRefactor handle_update_fee to wrapper error handling...
2018-09-07 Antoine RiardRefactor handle_revoke_and_ack to wrapper error handlin...
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
next