Draft, until I investigate if we can generate a similar block instead of adding a real one to the repo
Summary
This PR replaces our benchmark’s reference block with one that’s more modern and representative of current usage patterns.
Context
The current benchmark block was mined in 2016 and added in PR #9049. Since it predates many modern script types, our benchmarks don’t accurately reflect current network conditions.
Suggestion
We’re replacing it with block 784588 from 2023, which provides a better balance - it’s recent enough to include modern script types while still containing legacy scripts typically encountered during IBD.
The PR consists of two commits:
- first documenting the current block’s script type distribution;
- then replacing it with the new block and updating assertions accordingly.