rust-lightning
2018-09-12 Matt CoralloDrop channels on disconnection if we haven't funded... 2018-09-initial-disconnect-drops
2018-09-12 Matt CoralloRemove/fail uncommitted HTLCs upon peer disconnection
2018-09-12 Matt CoralloCorrect MAX_BUF_SIZE in serialization 2018-09-ser-fixes
2018-09-12 Matt CoralloFix some double-indentation in util/ser
2018-09-12 Matt CoralloMerge pull request #167 from TheBlueMatt/2018-09-dup...
2018-09-12 Matt CoralloMerge pull request #170 from TheBlueMatt/2018-09-119...
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-12 Yuntai KyongMigrate fuzz router/channel target to Readable 2018-09-119-rebased
2018-09-12 Yuntai Kyongmigrate peer_handler to use Writeable
2018-09-12 Yuntai KyongAdd fuzz targets for Writeable messages/migrate fuzz...
2018-09-12 Yuntai KyongImplement Writeable for messages
2018-09-12 Yuntai KyongImplement Writer/Reader
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 CoralloDo not allow sending HTLCs when the first hop is discon...
2018-09-09 Matt CoralloSync get_update_fail_htlc, get_update_fulfill_htlc...
2018-09-09 Matt CoralloAdd force_close_channel call command to full_stack_target
2018-09-09 Matt CoralloMerge pull request #164 from TheBlueMatt/2018-09-channe...
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
next