]> git.bitcoin.ninja Git - rust-lightning/commit
Add tests for peer reconnection
authorChris Waterson <waterson@gmail.com>
Tue, 10 Oct 2023 03:13:19 +0000 (20:13 -0700)
committerChris Waterson <waterson@gmail.com>
Wed, 25 Oct 2023 16:40:33 +0000 (09:40 -0700)
commit67c034d1959ce5a7565d3b98ee6e06dc89d071dc
tree4710c36aa27c047b032e4d3de428a3fb9d768d35
parent6846f14f6fc430a50f454297280bfe7128c6325a
Add tests for peer reconnection

This intersperses peer reconnection in the middle of a payment flow with an
asynchronous signer to verify that things function correctly.
lightning/src/ln/async_signer_tests.rs
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs