Catch up test nodes to latest block height
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Sun, 16 Apr 2023 05:12:11 +0000 (22:12 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Sat, 22 Apr 2023 18:16:32 +0000 (11:16 -0700)
commite904d68fa855b1e2941139db994644f45c852863
treea108b2f5b1709382f8c4974fccaa5cca04a2f702
parent69d0bfacd916a42381059cf703fb0554608233d9
Catch up test nodes to latest block height

In a future commit, we plan to correctly enforce that the spending
transaction has a valid locktime relative to the chain for the node
broascasting it in `TestBroadcaster::broadcast_transaction` to. We catch
up these test node instances to their expected height, such that we do
not fail said enforcement.
lightning-background-processor/src/lib.rs
lightning/src/chain/channelmonitor.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs
lightning/src/util/test_utils.rs