Module generate_big_block

Module generate_big_block 

Source
Expand description

Command for generating large blocks by packing transactions from real blocks.

This command fetches transactions from existing blocks and packs them into a single large block using the testing_buildBlockV1 RPC endpoint.

Structs§

BuiltPayload 🔒
A built payload ready for execution.
Command
reth bench generate-big-block command
RawTransaction
A single transaction with its gas used and raw encoded bytes.
RpcTransactionSource
RPC-based transaction source that fetches from a remote node.
TransactionCollector
Collects transactions from a source up to a target gas usage.

Traits§

TransactionSource
Abstraction over sources of transactions for big block generation.