rust-lightning
2018-09-08 Matt CoralloDisallow duplicate Init messages from peers 2018-09-channel-connection-cleanups
2018-09-08 Matt CoralloFix PeerManager::get_peer_node_ids to filter according...
2018-09-08 Matt CoralloDisconnect duplicate node_id connections after Noise...
2018-09-08 Matt CoralloUpdate add_update_monitor docs to indicate registration...
2018-09-08 Matt CoralloDocument Channel::get_funding_redeemscript precondition
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-08 Matt CoralloRefactor/dont re-enter block_conencted on duplicate...
2018-09-08 Matt CoralloNarrow ChainWatchInterface::install_watch_script
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 Matt CoralloMerge pull request #156 from TheBlueMatt/2018-09-fundin...
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 CoralloRemove unused import in router_target 2018-09-funding_created_action
2018-09-06 Matt CoralloEnsure funding_created always returns Some(_) HandleErr...
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 SW van Heerdenchange temp_channel from deserialise to copy
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 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 #150 from TheBlueMatt/2018-09-bolt7...
2018-09-05 Matt CoralloMerge pull request #147 from TheBlueMatt/2018-09-channe...
2018-09-05 Matt CoralloHandle partial-response UTXO impls or reorgs in chan_an... 2018-09-bolt7-compliance
2018-09-05 Matt CoralloUtil-func channel removal (fixing a bug in HTLC failure...
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 CoralloFill out IgnoreError actions in get_channel_announcement
2018-09-05 Matt CoralloSimplify secp_call! macro in ChannelManager
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-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 Matt CoralloProvide better get_chain_utxo return coverage in router... 2018-09-134-rebased
2018-09-03 Matt CoralloEnsure we aren't duplicatively reading things in router...
2018-09-03 Antoine RiardAdd DummyChainWatcher in route_target
2018-09-03 Antoine RiardAdd test_invalid_channel_announcemnt + test utilities
2018-09-03 Matt CoralloCheck script_pubkey against expected channel_announcement
2018-09-03 Antoine RiardImplement get_chain_utxo and ChainError in
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 CoralloCheck for misuse of funding_transaction_generated and... 2018-08-announcement_sigs_erroraction
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-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 CoralloAlso fwd channel_update and node_announcement immediately 2018-08-excess-signed-data-bolt-7
2018-08-29 Matt CoralloFail parsing node/channel announcements with unknown...
2018-08-29 Matt CoralloUpdate msg_targets with new, must-roundtrip, and hole...
2018-08-29 Matt CoralloCorrect excess-data handling in NodeAnnouncement
2018-08-29 Matt CoralloCorrect excess-data handling in ChannelUpdate
2018-08-29 Matt CoralloCorrect excess-data handling in ChannelAnnouncement...
2018-08-29 Matt CoralloIgnore invalid lnd msgs by matching DecodeError instead...
2018-08-29 Matt CoralloRemove unused test variable left orphaned by 5d923e2a63...
2018-08-29 Matt CoralloMerge pull request #133 from TheBlueMatt/2018-08-announ...
2018-08-29 Matt CoralloMerge pull request #135 from yuntai/201808-channelreest...
2018-08-29 Yuntai KyongUse Option<DataLossProtect> for ChannelReestablish
2018-08-29 Yuntai KyongFix test for ChannelReestablish
2018-08-29 Yuntai KyongMake my_current_per_commitment_point Option
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-27 Matt CoralloRemove incorrect auto-generated header from error_messa... 2018-08-bolt-4-spec-return-fail
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 CoralloUpdate error deserialization in compliance with BOLT #1 2018-08-bolt-1-compliance
2018-08-25 Matt CoralloHandle Error messages by closing channels as required...
2018-08-25 Matt CoralloEnsure we never send messages prior to Init for BOLT...
2018-08-24 Matt CoralloRemove unused node_id tracking in ChannelManager tests 2018-08-fuzz-fixes-6
2018-08-24 Matt CoralloFix crash introduced in #124
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 CoralloFix duplicate payment_hashes one immediately failed...
2018-08-23 Matt CoralloMerge pull request #124 from TheBlueMatt/2018-08-htlc...
2018-08-23 Matt CoralloMerge pull request #126 from TheBlueMatt/2018-08-restor...
2018-08-23 Matt CoralloMerge HTLC-update events, remove FailHTLC ErrorAction 2018-08-htlc-fail-spec
2018-08-23 Matt CoralloRestore push_msat in full_stack_target 2018-08-restore-full-fuzz
next