rust-lightning
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
2018-08-17 Matt CoralloDefault test logger to Trace to make error debugging...
2018-08-17 Matt CoralloAdd some useful delayed-formatting formatters to macro_...
2018-08-17 Matt CoralloRemove some dead Logger code
2018-08-17 Matt CoralloMerge pull request #115 from TheBlueMatt/2018-08-channe...
2018-08-17 Matt CoralloFix PaymentReceived/sha256 handling in full_stack_target 2018-08-channel-fuzz-fixes
2018-08-17 Matt CoralloHandle duplicate funding transaction gracefully.
2018-08-17 Matt CoralloFix handle_funding_created bug/TODO
2018-08-17 Matt CoralloFix bug in early-HTLC-fulfill handling
2018-08-17 Matt CoralloMerge pull request #110 from TheBlueMatt/2018-08-router...
2018-08-17 Matt Corallo[Router] Remove channels from nodes when the channel... 2018-08-router-crashes-2
2018-08-17 Matt CoralloHandle only-path-overflows-fee in get_route and avoid...
2018-08-17 Matt CoralloFix fee_base_msat overflowing entire fee range in RouteHint
2018-08-17 Matt CoralloErr from get_route if the requested value is more than...
2018-08-17 Matt CoralloCorrect lowest_inbound_proportional_fee deduction in...
2018-08-17 Matt CoralloFix multiply-with-overflow panic in router
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 CoralloFix UpdateAddHTLC serialize vec capacity default 2018-08-fuzz-fixes
2018-08-03 Matt CoralloStub out ChaCha20 non-HMAC encryption/decryption in...
2018-08-03 Matt CoralloFix fuzztarget insert_combine hash-collision panic
2018-08-03 Matt CoralloFix panic on reorg through the funding_locked-generatin...
2018-08-03 Matt CoralloFix fuzztarget ChannelKeys generation
2018-08-03 Matt CoralloFix types in Channel::funding_tx_confirmed_in
2018-08-03 Matt CoralloFix panic!() in block_connected on unfunded channels...
2018-07-31 Matt CoralloMerge pull request #100 from TheBlueMatt/2018-07-htlc...
2018-07-31 Matt CoralloMerge pull request #102 from savil/hex-version
2018-07-31 Savil Srivastavachange hex version to 0.3, and leave out the minor...
2018-07-30 Matt CoralloFix non-HTLC-inclusion balance calculation (mark II) 2018-07-htlc-balance-calc
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 Srivastavause hex::decode instead of extend_vec_from_hex
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...
next