Add assertions for in-order block [dis]connection in ChannelManager 2021-03-823-extra-test
authorMatt Corallo <git@bluematt.me>
Fri, 5 Mar 2021 16:02:42 +0000 (11:02 -0500)
committerMatt Corallo <git@bluematt.me>
Fri, 5 Mar 2021 16:48:01 +0000 (11:48 -0500)
commitc60560291c1f426ade3c42863dd2a008525a3f73
tree16926f6372f10e349a81495efe0dc3f3724d44cd
parent390ff52e68d13dea32f648d58b745fd6a7d5c7f1
Add assertions for in-order block [dis]connection in ChannelManager

Sadly the connected-in-order tests have to be skipped in our normal
test suite as many tests violate it. Luckily we can still enforce
it in the tests which run in other crates.
lightning-persister/src/lib.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs