mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
feat(rpc): Add flags to disable read tx timeout (#11856)
This commit is contained in:
3
book/cli/reth/db.md
vendored
3
book/cli/reth/db.md
vendored
@ -81,6 +81,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Logging:
|
||||
--log.stdout.format <FORMAT>
|
||||
The format to use for logs written to stdout
|
||||
|
||||
3
book/cli/reth/db/diff.md
vendored
3
book/cli/reth/db/diff.md
vendored
@ -45,6 +45,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
--table <TABLE>
|
||||
The table name to diff. If not specified, all tables are diffed.
|
||||
|
||||
|
||||
3
book/cli/reth/debug/build-block.md
vendored
3
book/cli/reth/debug/build-block.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
--trusted-setup-file <PATH>
|
||||
Overrides the KZG trusted setup by reading from the supplied file
|
||||
|
||||
|
||||
3
book/cli/reth/debug/execution.md
vendored
3
book/cli/reth/debug/execution.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Networking:
|
||||
-d, --disable-discovery
|
||||
Disable the discovery service
|
||||
|
||||
3
book/cli/reth/debug/in-memory-merkle.md
vendored
3
book/cli/reth/debug/in-memory-merkle.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Networking:
|
||||
-d, --disable-discovery
|
||||
Disable the discovery service
|
||||
|
||||
3
book/cli/reth/debug/merkle.md
vendored
3
book/cli/reth/debug/merkle.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Networking:
|
||||
-d, --disable-discovery
|
||||
Disable the discovery service
|
||||
|
||||
3
book/cli/reth/debug/replay-engine.md
vendored
3
book/cli/reth/debug/replay-engine.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Networking:
|
||||
-d, --disable-discovery
|
||||
Disable the discovery service
|
||||
|
||||
3
book/cli/reth/import.md
vendored
3
book/cli/reth/import.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
--no-state
|
||||
Disables stages that require state.
|
||||
|
||||
|
||||
3
book/cli/reth/init-state.md
vendored
3
book/cli/reth/init-state.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
<STATE_DUMP_FILE>
|
||||
JSONL file with state dump.
|
||||
|
||||
|
||||
3
book/cli/reth/init.md
vendored
3
book/cli/reth/init.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Logging:
|
||||
--log.stdout.format <FORMAT>
|
||||
The format to use for logs written to stdout
|
||||
|
||||
3
book/cli/reth/node.md
vendored
3
book/cli/reth/node.md
vendored
@ -590,6 +590,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Dev testnet:
|
||||
--dev
|
||||
Start the node in dev mode
|
||||
|
||||
3
book/cli/reth/p2p.md
vendored
3
book/cli/reth/p2p.md
vendored
@ -247,6 +247,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Logging:
|
||||
--log.stdout.format <FORMAT>
|
||||
The format to use for logs written to stdout
|
||||
|
||||
3
book/cli/reth/prune.md
vendored
3
book/cli/reth/prune.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Logging:
|
||||
--log.stdout.format <FORMAT>
|
||||
The format to use for logs written to stdout
|
||||
|
||||
3
book/cli/reth/recover/storage-tries.md
vendored
3
book/cli/reth/recover/storage-tries.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Logging:
|
||||
--log.stdout.format <FORMAT>
|
||||
The format to use for logs written to stdout
|
||||
|
||||
3
book/cli/reth/stage/drop.md
vendored
3
book/cli/reth/stage/drop.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
<STAGE>
|
||||
Possible values:
|
||||
- headers: The headers stage within the pipeline
|
||||
|
||||
3
book/cli/reth/stage/dump.md
vendored
3
book/cli/reth/stage/dump.md
vendored
@ -76,6 +76,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Logging:
|
||||
--log.stdout.format <FORMAT>
|
||||
The format to use for logs written to stdout
|
||||
|
||||
3
book/cli/reth/stage/run.md
vendored
3
book/cli/reth/stage/run.md
vendored
@ -69,6 +69,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
--metrics <SOCKET>
|
||||
Enable Prometheus metrics.
|
||||
|
||||
|
||||
3
book/cli/reth/stage/unwind.md
vendored
3
book/cli/reth/stage/unwind.md
vendored
@ -74,6 +74,9 @@ Database:
|
||||
|
||||
[possible values: true, false]
|
||||
|
||||
--db.read-transaction-timeout <READ_TRANSACTION_TIMEOUT>
|
||||
Read transaction timeout in seconds, 0 means no timeout
|
||||
|
||||
Networking:
|
||||
-d, --disable-discovery
|
||||
Disable the discovery service
|
||||
|
||||
Reference in New Issue
Block a user