rust-lightning
2019-06-14 Matt CoralloGracefully handle fee-larger-than-claimed-value in... 2019-06-fuzz-crash-fee-sub
2019-06-01 Matt CoralloMerge pull request #339 from TheBlueMatt/2019-06-net...
2019-06-01 Matt CoralloBump version to 0.0.9 to get current master fixes uploaded. 2019-06-net-tokio-ver-bump
2019-06-01 Matt CoralloAdd subcrate that implements network socket handling...
2019-06-01 Matt CoralloBump rust-bitcoin dep to 0.18
2019-04-22 Matt CoralloMerge pull request #320 from TheBlueMatt/2019-03-chan...
2019-04-21 Matt CoralloMerge pull request #334 from ariard/2019-04-fee-estimat...
2019-04-19 Matt CoralloAssert that our weight prediction can't result in unspe...
2019-04-16 Antoine RiardAdd unit test for get_witnesses_weight
2019-04-16 Antoine RiardAdd fee estimation in check_spend_remote_htlc
2019-04-16 Antoine RiardAdd FeeEstimator in ChannelMonitor
2019-04-10 Matt CoralloMerge pull request #335 from TheBlueMatt/2019-04-330...
2019-04-10 Sebastian GeislerMake channel open confs configurable (and change from... 2019-04-330-nits
2019-04-10 Matt CoralloMerge pull request #332 from ariard/2019-03-option...
2019-04-10 Antoine RiardUse more Writeable/Readable for Option<T> in ChannelMonitor
2019-04-03 Matt CoralloMerge pull request #328 from dongcarl/fine
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 Carl DongAdd test for tie breaking when sorting outputs
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 Matt CoralloFix crash in chanmon_fail_consistency due to fuzz hash... 2019-03-chan-send-rewrite
2019-03-25 Matt CoralloRewrite Channel resend tracking to make it much more...
2019-03-25 Matt CoralloAdd log_trace on completion of monitor update restorati...
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...
next