rust-lightning
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
2018-08-23 Matt CoralloDo not return UpdateFailHTLC updates until the HTLC...
2018-08-23 Matt CoralloRestore full_stack_target fuzzer
2018-08-23 Matt CoralloAdd trace logs for Errs when handling peer messages
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 CoralloClean up excess \ns in route debug, use all debug encoders 2018-08-114-rebase
2018-08-23 Matt CoralloReturn channel_updates when failing a HTLC for fee...
2018-08-23 Antoine RiardAdd Display trait on network structs for routing bug...
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 a full_stack_target sample test to avoid unintentio... 2018-08-full-stack-target-upstream-1
2018-08-20 Matt CoralloDisable push_msat in full_stack_target temporarily
2018-08-20 Matt CoralloUpgrade AFL to 0.4 with persistent mode fuzzing
2018-08-20 Matt CoralloExpand full_stack_target somewhat
2018-08-20 Matt CoralloAdd simple utility to ChannelManager to force close...
2018-08-20 Matt CoralloOnly enforce no-dup-payment_hash precondition on non...
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 CoralloAdd APIError docs
2018-08-17 Matt CoralloMerge pull request #118 from TheBlueMatt/2018-08-103...
2018-08-17 Matt CoralloMerge pull request #117 from TheBlueMatt/2018-08-no...
2018-08-17 Matt CoralloIgnore unknown channel flags as required in BOLT 2 2018-08-103-rebased
2018-08-17 Yuntai Kyongadd 1% chnnel reserve while keeping min value
2018-08-17 Yuntai KyongAdd checking locally derived reserve and dust limit
2018-08-17 Yuntai Kyongdocument optional channel constraints per spec
2018-08-17 Yuntai KyongAdd various checking when handling open and accept
2018-08-17 Yuntai KyongAdd push_msat to new outbound API
2018-08-17 Yuntai KyongAdd APIError enum
2018-08-17 Matt CoralloDon't HTLC claim with no-possible-preimage in full_stac... 2018-08-no-claim-fuzz-bug
2018-08-17 Matt CoralloMerge pull request #116 from TheBlueMatt/2018-08-peer_h...
2018-08-17 Matt CoralloAdd some trace logging in peer_handler 2018-08-peer_handler-trace
next