More comments/hardening test_fail_backwards_unrevoked_remote_announce
[rust-lightning] / src / ln / functional_tests.rs
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 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-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