rust-lightning
2019-04-10 Sebastian GeislerMake channel open confs configurable (and change from... 2019-04-330-nits
2019-03-26 Matt CoralloMerge pull request #329 from dongcarl/patch-1
2019-03-25 Matt CoralloMerge pull request #326 from TheBlueMatt/2019-03-temp...
2019-03-25 Carl DongImprove README usability
2019-03-25 Matt CoralloUpdate docs for TemporaryFailure to note other use... 2019-03-temp-failure-use-cases
2019-03-25 Matt CoralloMerge pull request #325 from TheBlueMatt/2019-03-322...
2019-03-25 Antoine RiardExtract preimage from revoked HTLC-Success to claim... 2019-03-322-cleanup
2019-03-25 Matt CoralloMerge pull request #319 from TheBlueMatt/2019-03-htlc...
2019-03-25 Matt CoralloMerge pull request #316 from TheBlueMatt/2019-03-remove...
2019-03-22 Matt CoralloFix potential overflow bug introduced in channel reserv... 2019-03-removed-reserve-check
2019-03-22 Matt CoralloFix inbound channel reserve check for removed-outbound...
2019-03-22 Matt CoralloAdd macro for PaymentSent event checking in test_utils
2019-03-22 Matt CoralloMerge pull request #314 from TheBlueMatt/2019-03-chan...
2019-03-07 Matt CoralloRemove unused BIP69 input sorting 2019-03-htlc-sorting
2019-03-07 Matt CoralloFix HTLC-output-in-commitment sorting for duplicate...
2019-03-07 Matt CoralloMerge pull request #318 from tamasblummer/rbitcoin017
2019-03-07 Tamas Blummermigration to rust-bitcoin 0.17
2019-03-03 Matt CoralloAdd a useful log_trace before we release holding cell. 2019-03-chan-cleanup
2019-03-03 Matt CoralloMove fail_reason into OutboundHTLCState states
2019-03-01 Matt CoralloMerge pull request #313 from ariard/2019-02-clarify...
2019-03-01 Matt CoralloMerge pull request #292 from ariard/2019-12-serializati...
2019-02-28 Antoine RiardClarify a bit full_stack_target test_no_existing_test_b...
2019-02-24 Matt CoralloMerge pull request #308 from dongcarl/2019-02-reformula...
2019-02-24 Matt CoralloMerge pull request #307 from dongcarl/2019-02-derive...
2019-02-14 Antoine RiardAdd bolt1 msgs serialization tests
2019-02-14 Antoine RiardAdd bolt2 msgs serialization tests
2019-02-14 Antoine RiardAdd bolt7 msgs serialization tests
2019-02-11 Matt CoralloMerge pull request #309 from TheBlueMatt/2019-02-306...
2019-02-11 Matt CoralloFix uneccessary mut found by 1.22 2019-02-306-nits
2019-02-11 Philip RobinsonExplicit tests for update_*_htlc message BOLT2 requirements
2019-02-07 Carl Dongmsgs: Reformulate unknown bits calculation w/ any
2019-02-07 Carl Dongutil: Derive PartialEq for Level
2019-01-25 Matt CoralloMerge pull request #304 from TheBlueMatt/2019-01-bump-08
2019-01-25 Matt CoralloMerge pull request #303 from TheBlueMatt/2019-01-log...
2019-01-25 Matt CoralloBump version to 0.0.8 2019-01-bump-08
2019-01-25 Matt CoralloLog information about channel freeze/restore from monit... 2019-01-log-more
2019-01-25 Matt Corallolog_trace HTLC changes in Channel::get_update_fulfill_htlc
2019-01-25 Matt Corallolog_trace HTLC transitions in RAA handling (best review...
2019-01-25 Matt Corallolog_trace information about commitment txn as they...
2019-01-25 Matt CoralloMerge pull request #302 from TheBlueMatt/2019-01-hashes03
2019-01-25 Matt CoralloMerge pull request #297 from TheBlueMatt/2019-01-back...
2019-01-25 Matt CoralloMerge pull request #290 from TheBlueMatt/2019-01-monito...
2019-01-25 Matt CoralloBump bitcoin_hashes to 0.3 2019-01-hashes03
2019-01-25 Matt CoralloMerge pull request #295 from TheBlueMatt/2019-01-holdin...
2019-01-25 Matt CoralloFix holding cell freeing in case we fail to add some... 2019-01-holding-cell-limits
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...
next