We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839143 commit 8feab60Copy full SHA for 8feab60
docs/CLI.md
@@ -12,6 +12,7 @@ Usage: ethrex [OPTIONS] [COMMAND]
12
Commands:
13
removedb Remove the database
14
import Import blocks to the database
15
+ import-bench Import blocks to the database for benchmarking
16
export Export blocks in the current chain into a file in rlp encoding
17
compute-state-root Compute the state root from a genesis file
18
help Print this message or the help of the given subcommand(s)
@@ -147,7 +148,7 @@ Block building options:
147
148
--builder.extra-data <EXTRA_DATA>
149
Block extra data message.
150
- [default: "ethrex 5.0.0"]
151
+ [default: "ethrex 6.0.0"]
152
153
--builder.gas-limit <GAS_LIMIT>
154
Target block gas limit.
0 commit comments