While trying to test #17328, I noticed that:
- We don't test the verification progress (
verificationprogressfield ingetblockchaininfo) - The verification progress would always be
1on regtest (even during IBD), both in theverificationprogressfield ofgetblockchaininfo, or in the "new best" log message. (I tested this with 3 nodes, node 1 being the transaction spammer, node 2 the miner, node 3 the logger in both normal and blocksonly modes)
Is 2) due to some regtest special behavior I don't know about ? .1) is not that bad since it seems to work well in main and test networks, but might be a good first issue ?