builder,docs/cli,packaging: update toml files

This commit is contained in:
Raneet Debnath 2023-02-16 09:59:22 +05:30
parent 2c35dcc5bb
commit 4917fde5be
10 changed files with 20 additions and 1 deletions

View file

@ -13,7 +13,7 @@ syncmode = "full"
# snapshot = true
# "bor.logs" = false
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
[p2p]
@ -65,6 +65,7 @@ syncmode = "full"
# ipcpath = ""
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
# [jsonrpc.http]
# enabled = false
# port = 8545

View file

@ -13,6 +13,7 @@ gcmode = "full" # Blockchain garbage collection mode ("full", "arch
snapshot = true # Enables the snapshot-database mode
"bor.logs" = false # Enables bor log retrieval
ethstats = "" # Reporting URL of a ethstats service (nodename:secret@host:port)
devfakeauthor = false # Run miner without validator set authorization [dev mode] : Use with '--bor.withoutheimdall' (default: false)
["eth.requiredblocks"] # Comma separated block number-to-hash mappings to require for peering (<number>=<hash>) (default = empty map)
"31000000" = "0x2087b9e2b353209c2c21e370c82daa12278efd0fe5f0febe6c29035352cf050e"
@ -64,6 +65,7 @@ ethstats = "" # Reporting URL of a ethstats service (nodename:sec
ipcpath = "" # Filename for IPC socket/pipe within the datadir (explicit paths escape it)
gascap = 50000000 # Sets a cap on gas that can be used in eth_call/estimateGas (0=infinite)
txfeecap = 5.0 # Sets a cap on transaction fee (in ether) that can be sent via the RPC APIs (0 = no cap)
allow-unprotected-txs = false # Allow for unprotected (non EIP155 signed) transactions to be submitted via RPC (default: false)
[jsonrpc.http]
enabled = false # Enable the HTTP-RPC server
port = 8545 # http.port

View file

@ -8,6 +8,7 @@ syncmode = "full"
gcmode = "archive"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
@ -57,6 +58,7 @@ gcmode = "archive"
# ipcdisable = false
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
[jsonrpc.http]
enabled = true
port = 8545

View file

@ -8,6 +8,7 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
@ -57,6 +58,7 @@ syncmode = "full"
# ipcdisable = false
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
[jsonrpc.http]
enabled = true
port = 8545

View file

@ -10,6 +10,7 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
@ -59,6 +60,7 @@ syncmode = "full"
# ipcdisable = false
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
[jsonrpc.http]
enabled = true
port = 8545

View file

@ -10,6 +10,7 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
@ -59,6 +60,7 @@ syncmode = "full"
# ipcdisable = false
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
[jsonrpc.http]
enabled = true
port = 8545

View file

@ -8,6 +8,7 @@ syncmode = "full"
gcmode = "archive"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
@ -57,6 +58,7 @@ gcmode = "archive"
# ipcdisable = false
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
[jsonrpc.http]
enabled = true
port = 8545

View file

@ -8,6 +8,7 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
@ -57,6 +58,7 @@ syncmode = "full"
# ipcdisable = false
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
[jsonrpc.http]
enabled = true
port = 8545

View file

@ -10,6 +10,7 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
@ -59,6 +60,7 @@ syncmode = "full"
# ipcdisable = false
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
[jsonrpc.http]
enabled = true
port = 8545

View file

@ -10,6 +10,7 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
@ -59,6 +60,7 @@ syncmode = "full"
# ipcdisable = false
# gascap = 50000000
# txfeecap = 5.0
# allow-unprotected-txs = false
[jsonrpc.http]
enabled = true
port = 8545