mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
* internal/cli: add support to overwrite config.toml via cli flags * fix lint and refactor * add extensive tests for flagset * fix type conversion for big.Int * add more tests for coverage * add t.parallel * internal/cli/flagset: handle flag conversion using interface * internal/cli/flagset: fix test
25 lines
502 B
TOML
25 lines
502 B
TOML
identity = ""
|
|
datadir = "./data"
|
|
verbosity = 3
|
|
"rpc.batchlimit" = 0
|
|
snapshot = true
|
|
"bor.logs" = false
|
|
|
|
["eth.requiredblocks"]
|
|
"31000000" = "0x2087b9e2b353209c2c21e370c82daa12278efd0fe5f0febe6c29035352cf050e"
|
|
"32000000" = "0x875500011e5eecc0c554f95d07b31cf59df4ca2505f4dbbfffa7d4e4da917c68"
|
|
|
|
[miner]
|
|
gasprice = "30000000000"
|
|
recommit = "20s"
|
|
|
|
[jsonrpc]
|
|
evmtimeout = "5s"
|
|
txfeecap = 6.0
|
|
[jsonrpc.http]
|
|
api = ["eth", "bor"]
|
|
[jsonrpc.ws]
|
|
api = [""]
|
|
|
|
[gpo]
|
|
maxprice = "5000000000000"
|