Skip fee reads in `full_stack_target` when connecting many blocks
authorMatt Corallo <git@bluematt.me>
Fri, 31 May 2024 17:42:49 +0000 (17:42 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 10 Jun 2024 15:12:50 +0000 (15:12 +0000)
commit66e6ee563bc4e2d2e5337914e24929d271265c06
treecec3a91f190c23ccb0c845ce622b2de9b1d0e516
parent88c291a9bc6df5aa9d2253182a2c934e56c3cfad
Skip fee reads in `full_stack_target` when connecting many blocks

When we connect 100 blocks in a row, requiring the fuzz input to
contain 100 fee estimator results is uneccessary, so add a bool
that lets us skip those reads.
fuzz/src/full_stack.rs