]> git.bitcoin.ninja Git - rust-lightning/commit
Test async get per commitment point for revoke_and_ack
authorAlec Chen <alecchendev@gmail.com>
Sun, 30 Jun 2024 23:05:48 +0000 (16:05 -0700)
committerAlec Chen <alecchendev@gmail.com>
Mon, 15 Jul 2024 21:28:23 +0000 (14:28 -0700)
commit45c0a0f10c6fe83f21727bae62af4976c630ec5d
tree7d1066685f457c6197262fcf8da2c0ec5124a36c
parent614da40f19ed7911903415f2820d82cbe294298b
Test async get per commitment point for revoke_and_ack

Note: this does not test the CS -> RAA resend ordering, because this
requires handling async get_per_commitment_point for channel
reestablishment, which will be addressed in a follow up PR.
lightning/src/ln/async_signer_tests.rs
lightning/src/util/test_channel_signer.rs