Expand description
Rust Optimism (op-reth) binary executable.
§Feature Flags
jemalloc: Uses jemallocator as the global allocator. This is not recommended on Windows. See here for more info.jemalloc-prof: Enables jemallocator’s heap profiling and leak detection functionality. See jemalloc’s opt.prof documentation for usage details. This is not recommended on Windows. See here for more info.asm-keccak: replaces the default, pure-Rust implementation of Keccak256 with one implemented in assembly; see thekeccak-asmcrate for more details and supported targetsmin-error-logs: Disables all logs belowerrorlevel.min-warn-logs: Disables all logs belowwarnlevel.min-info-logs: Disables all logs belowinfolevel. This can speed up the node, since fewer calls to the logging component are made.min-debug-logs: Disables all logs belowdebuglevel.min-trace-logs: Disables all logs belowtracelevel.
Modules§
- chainspec
- Re-exported from
reth_optimism_chainspec. - cli
- Re-exported from
reth_optimism_cli. - consensus
- Re-exported from
reth_optimism_consensus. - evm
- Re-exported from
reth_optimism_evm. - forks
- Re-exported from
reth_optimism_forks. - node
- Re-exported from
reth_optimism_node. - payload
- Re-exported from
reth_optimism_payload_builder. - primitives
- Re-exported from
reth_optimism_primitives. - rpc
- Re-exported from
reth_optimism_rpc.