Skip to main content

Crate reth_bb

Crate reth_bb 

Source
Expand description

reth-bb: a modified reth node for benchmarking big block execution.

Modulesยง

evm ๐Ÿ”’
Big-block executor.
evm_config ๐Ÿ”’
Big-block EVM configuration.

Structsยง

BbAddOns
Add-ons for the big-block node.
BbConsensusBuilder
Consensus builder for big block execution.
BbExecutorBuilder
Executor builder that creates a BbEvmConfig.
BbNode
Node type for big block execution.
BbRethEngineApiHandler ๐Ÿ”’
Server-side implementation of BbRethEngineApi.

Staticsยง

ALLOC ๐Ÿ”’

Traitsยง

BbRethEngineApiServer
Server trait implementation for the BbRethEngineApi RPC API.

Functionsยง

main ๐Ÿ”’

Type Aliasesยง

BigBlockMap
Shared map for big block data, keyed by payload hash.