]> git.bitcoin.ninja Git - rust-lightning/commit
Add basic async signer tests
authorChris Waterson <waterson@gmail.com>
Wed, 6 Sep 2023 20:08:50 +0000 (13:08 -0700)
committerChris Waterson <waterson@gmail.com>
Wed, 25 Oct 2023 16:26:34 +0000 (09:26 -0700)
commit926c58810fea3898de46655489ddf8e5ab2c8ea8
treef02b0d71f080317bc284da58ab70f53ca3e29914
parent5f3a7f2e4b96082b3c151e64c746849ec1d30e02
Add basic async signer tests

This adds a new `async_signer_tests` module and populates it with some simple
checks for asynchronous handling of `funding_created` and `funding_signed`.
lightning/src/ln/async_signer_tests.rs [new file with mode: 0644]
lightning/src/ln/channel.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/mod.rs