]> git.bitcoin.ninja Git - rust-lightning/commit
Fix the `full_stack_target` breakage test and doc feerate requests
authorMatt Corallo <git@bluematt.me>
Tue, 7 May 2024 16:34:36 +0000 (16:34 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 8 May 2024 19:26:11 +0000 (19:26 +0000)
commit092485014167dc10849cfeda521796ae5101ba90
treeab2866bf9c6148db412ed1c19df476714e369a00
parent95acb4206d2b6f734e000bf4a29d78d457ef9caf
Fix the `full_stack_target` breakage test and doc feerate requests

When we added the additional deust exposure checks in
702196819e6445048b803574fcacef77d5ce8c9c we added several
additional feerate fetches which broke the `full_stack_target`
change-detection test.

This updates the hard-coded test to support the new feerate fetches
and also includes a comment on `FeeEstimator` to indicate that
users really need to be caching feerates as otherwise they'll slow
us down.
fuzz/src/full_stack.rs
lightning/src/chain/chaininterface.rs