rust-lightning
2019-01-24 Matt CoralloSend back the actual received amount, not expected... 2019-01-back-fail-privacy
2019-01-24 Matt CoralloAdd a fuzz target to test monitor update failure handling 2019-01-monitor-update-handle-fuzz
2019-01-24 Matt CoralloTake the logger from test_utils into fuzz::test_utils
2019-01-24 Matt CoralloExpose CommitmentUpdate contents
2019-01-24 Matt CoralloDrop pending outbound messages on peer disconnection
2019-01-24 Matt CoralloHandle monitor update failures in two more places
2019-01-24 Matt CoralloMerge pull request #288 from TheBlueMatt/2019-01-test...
2019-01-24 Matt CoralloMerge pull request #301 from rex4539/fix-typos
2019-01-24 Dimitris ApostolouFix typos
2019-01-23 Matt CoralloFix responding to RAAs when monitor updating had alread... 2019-01-test-split-raa-flag-fix
2019-01-23 Matt CoralloRemove incorrect debug_assert!() from reestablish handl...
2019-01-23 Matt CoralloAdd a test for the ordering setting in channel_reestabl...
2019-01-23 Matt CoralloFix AwaitingRAA on RAA receipt when monitor updating...
2019-01-23 Matt CoralloMerge pull request #300 from TheBlueMatt/2019-01-tests...
2019-01-23 Matt CoralloFix indentation in a few new tests 2019-01-tests-split
2019-01-23 Matt CoralloFix spelling in do_test_monitor_temporary_update_fail...
2019-01-23 Matt CoralloSplit up monitor-update-failed tests and other function...
2019-01-23 Matt CoralloSplit up functional_tests into utils and the tests...
2019-01-23 Matt CoralloMerge pull request #299 from TheBlueMatt/2019-01-262...
2019-01-23 Yuko RoodtAdded tests to check the bolt 2 specs for Sending Node... 2019-01-262-redux
2019-01-23 Matt CoralloMerge pull request #298 from TheBlueMatt/2019-01-271...
2019-01-23 Antoine RiardImplement serialize/deserialize for Router. 2019-01-271-cleanup
2019-01-23 Antoine RiardImplement Writeable/Readable for Option<T>
2019-01-22 Matt CoralloMerge pull request #286 from TheBlueMatt/2019-01-monito...
2019-01-22 Matt CoralloFix handling RAA when a monitor update previously failed 2019-01-monitor-update-fixes
2019-01-22 Matt CoralloRewrite monitor_update_failed as it didn't capture...
2019-01-22 Matt CoralloRemove unused argument from handle_error!
2019-01-22 Matt CoralloMerge pull request #294 from TheBlueMatt/2019-01-deps...
2019-01-22 Matt CoralloEnsure Message always unwraps in fuzztarget 2019-01-deps-bump
2019-01-22 Matt CoralloDrop verification context from keys manager
2019-01-22 Matt CoralloUpgrade to secp256k1 v12, bitcoin v16, and crates bitco...
2019-01-22 Matt CoralloMerge pull request #203 from TheBlueMatt/2018-10-router...
2019-01-22 Matt CoralloMerge pull request #296 from TheBlueMatt/2019-01-291...
2019-01-22 Matt CoralloFix Router min HTLC comparison 2018-10-router-htlc-min
2019-01-22 Philip RobinsonWrote test to explicitly test BOLT 2 requirements for... 2019-01-291-rebased
2019-01-16 Matt CoralloMerge pull request #285 from TheBlueMatt/2019-01-fuzz...
2019-01-13 Matt CoralloMerge pull request #284 from TheBlueMatt/2019-01-remote...
2019-01-13 Matt CoralloFix comment spelling and clarify algebra a bit. 2019-01-remote-htlc-timeout-broadcast
2019-01-13 Matt CoralloCheck for timing-out HTLCs in remote unrevoked commitments
2019-01-13 Matt CoralloTest for failing channel after local commitment dust...
2019-01-13 Matt CoralloMerge tracking of HTLCs-in-commitment with outbound...
2019-01-11 Matt CoralloMake HTLCOutputInCommitment::transaction_output_index...
2019-01-09 Matt CoralloMerge pull request #283 from TheBlueMatt/2019-01-htlc...
2019-01-09 Matt CoralloMerge pull request #282 from TheBlueMatt/2019-01-multi...
2019-01-09 Matt CoralloSimplify and expand logging in is_resolving_htlc_output 2019-01-htlc-resolution-log
2019-01-09 Matt CoralloFix multi-remote-HTLC-claim preimage learning 2019-01-multi-htlc-claims
2019-01-09 Matt CoralloFix source name in is_resolving_htlc_output
2019-01-08 Matt CoralloFix dead_code warnings in fuzztarget builds 2019-01-fuzz-cleanups
2019-01-08 Matt CoralloSwitch to bitcoin_hashes Hash160 in full_stack_target
2019-01-08 Matt CoralloAdd doc to full_stack_target
2019-01-08 Matt CoralloAdd option to use libfuzzer sys in full_stack_target
2019-01-05 Matt CoralloMerge pull request #280 from TheBlueMatt/2018-12-no...
2019-01-05 Matt CoralloFix stale comment in functional_tests after failing... 2018-12-no-to-remote-revoked-htlcs
2019-01-05 Matt CoralloMacro-DRY HTLC back-fails for revoked remote transactio...
2019-01-05 Matt CoralloAdd test_commitment_revoked_fail_backward_exhaustive...
2019-01-05 Matt CoralloAdd dust mode to test_commitment_revoked_fail_backward_...
2019-01-05 Matt CoralloMerge pull request #281 from ariard/harden-inbound...
2019-01-03 Antoine RiardLog resolution of offered HTLC by HTLC-timeout tx
2019-01-01 Matt CoralloMove fail-backwards up for no to-remote output claims
2019-01-01 Matt CoralloMerge pull request #278 from TheBlueMatt/2018-12-fail...
2019-01-01 Antoine RiardMore comments/hardening test_fail_backwards_unrevoked_r... 2018-12-fail-on-unrevoked-remote
2019-01-01 Matt CoralloFail HTLC backwards on unrevoked remote commitment...
2018-12-22 Matt CoralloMacro-out BroadcastChannelUpdate-on-channel-close in...
2018-12-22 Matt CoralloLog errors forwarding/failing HTLCs
2018-12-22 Matt CoralloRemove long-stale TODO
2018-12-22 Matt CoralloMerge pull request #276 from TheBlueMatt/2018-12-async...
2018-12-21 Matt CoralloFail HTLCs backwards asynchronously 2018-12-async-fail
2018-12-21 Matt CoralloAdd an enum option to pending forwards to fail backwards
2018-12-21 Matt CoralloRefactor HTLCForwardInfo into an enum in prep for delay...
2018-12-21 Matt Corallomacro-out a bunch of PendingHTLCsForwardable+forward...
2018-12-21 Matt CoralloMove process_onion_failure into onion_utils
2018-12-20 Matt CoralloMerge pull request #275 from TheBlueMatt/2018-12-manage...
2018-12-20 Matt CoralloDrop needless mut found by rustc 1.22 2018-12-manager-split
2018-12-20 Matt CoralloMove ChannelManager network tests into their own module
2018-12-20 Matt CoralloMove onion encryption/decryption/etc into an onion_util...
2018-12-20 Matt CoralloDrop channel_held_info which was only for the channel...
2018-12-20 Matt CoralloMerge pull request #270 from TheBlueMatt/2018-12-drop...
2018-12-20 Matt Corallotrace_log more in channelmonitor 2018-12-drop-rust-crypto
2018-12-20 Matt CoralloUse bitcoin_hashes' fixed_time_eq, removing the rust...
2018-12-20 Matt CoralloDrop rust-crypto trait usage
2018-12-20 Matt CoralloSteal rust-crypto's Poly1305 implementation wholesale
2018-12-20 Matt CoralloSteal rust-crypto's ChaCha20 implementation wholesale
2018-12-20 Matt CoralloUse bitcoin_hashes' Ripemd160/Hash160 from rust-crypto...
2018-12-19 Matt CoralloSwitch Sha256 to using bitcoin_hashes and our own HKDF
2018-12-18 Matt CoralloChange the way channel keys are generated
2018-12-18 Matt CoralloMerge pull request #274 from TheBlueMatt/2018-12-243...
2018-12-18 Matt CoralloUpdate incorrect_payment_amount generation/handling... 2018-12-243-review
2018-12-18 Yuntai KyongAdd tests for process_onion_failure return value sanity
2018-12-18 Matt CoralloAdd test_util for overriding session privs for onion...
2018-12-18 Matt CoralloAdd some additional channel-creation-broadcast-msg...
2018-12-18 Matt CoralloAlways return malformed for BADONION errors
2018-12-18 Matt CoralloAdd TODO noting confusion over |20 (channel_disabled...
2018-12-18 Yuntai KyongInclude flags when sending channel_disabled onion errors
2018-12-18 Yuntai KyongRewrite most of process_onion_failure
2018-12-18 Yuntai KyongSwap an if let for a match and add some TODO
2018-12-18 Matt CoralloMerge pull request #273 from ariard/2018-12-17-replace...
2018-12-18 Antoine RiardReplace some unknown_next_peer by permanent_channel_failure
2018-12-17 Matt CoralloMerge pull request #269 from TheBlueMatt/2018-12-198...
2018-12-14 Matt CoralloAdd some TODOs for correctness in ChannelMonitor 2018-12-198-review
2018-12-14 Matt CoralloAdd constant for HTLC failure anti-reorg delay
next