feat: without-evm cli option in reth (#12134)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Debjit Bhowal
2024-10-29 16:45:20 +05:30
committed by GitHub
parent 2dbbd152cb
commit dd18af1f16
7 changed files with 194 additions and 112 deletions

View File

@ -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.