Expand description
Commonly used reth CLI commands.
Re-exports§
pub use node::NodeCommand;
Modules§
- common
- Contains common
reth
arguments - config_
cmd - CLI command to show configs.
- db
- download
- dump_
genesis - Command that dumps genesis block JSON configuration to stdout
- export_
era - Command exporting block data to convert them to ERA1 files.
- import
- Command that initializes the node by importing a chain from a file.
- import_
core - Core import functionality without CLI dependencies.
- import_
era - Command that initializes the node by importing a chain from ERA files.
- init_
cmd - Command that initializes the node from a genesis file.
- init_
state - Command that initializes the node from a genesis file.
- launcher
- node
- Main node command for launching a node
- p2p
- P2P Debugging tool
- prune
- Command that runs pruning without any limits.
- re_
execute - Re-execute blocks from database in parallel.
- recover
reth recover
command.- stage
reth stage
command- test_
vectors arbitrary
- Command for generating test vectors.
Macros§
- compact_
types arbitrary