reth
reth copied to clipboard
Create `ProduceBlocks` e2e Action
trafficstars
Describe the feature
As part of the e2e testsuite https://github.com/paradigmxyz/reth/tree/772418f048b757382eb039a4fd525cc4e42d4124/crates/e2e-test-utils/src/testsuite we need a new Action that produces a given set of blocks on top of the current head.
Additional context
The tasks will be tackled in sub issues below. Once all of them are created, the ProduceBlocks will be a Sequence action composed of all of these actions.