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§
- Built
Payload 🔒 - A built payload ready for execution.
- Command
reth bench generate-big-blockcommand- RawTransaction
- A single transaction with its gas used and raw encoded bytes.
- RpcTransaction
Source - RPC-based transaction source that fetches from a remote node.
- Transaction
Collector - Collects transactions from a source up to a target gas usage.
Traits§
- Transaction
Source - Abstraction over sources of transactions for big block generation.