mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
feat: without-evm cli option in reth (#12134)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
16
book/cli/reth/init-state.md
vendored
16
book/cli/reth/init-state.md
vendored
@ -72,6 +72,22 @@ Database:
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
--without-evm
|
||||
Specifies whether to initialize the state without relying on EVM historical data.
|
||||
|
||||
When enabled, and before inserting the state, it creates a dummy chain up to the last EVM block specified. It then, appends the first block provided block.
|
||||
|
||||
- **Note**: **Do not** import receipts and blocks beforehand, or this will fail or be ignored.
|
||||
|
||||
--header <HEADER_FILE>
|
||||
Header file containing the header in an RLP encoded format.
|
||||
|
||||
--total-difficulty <TOTAL_DIFFICULTY>
|
||||
Total difficulty of the header.
|
||||
|
||||
--header-hash <HEADER_HASH>
|
||||
Hash of the header.
|
||||
|
||||
<STATE_DUMP_FILE>
|
||||
JSONL file with state dump.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user