You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running reth node with the dev flag and custom genesis.json seems to override the gas limit specified in genesis.json. I classify this as a bug, because other parameters set in genesis.json such as chain id or prefunded accounts are respected.
If this is not a bug, then I'd appreciate advice on how to set custom gas limit with dev flag.
Steps to reproduce
Start reth node with dev flag and custom chain specified in genesis.json with a gas limit different than 30000000.
Verify that the gas limit has not been set to the custom value, e.g. using eth_getBlockByNumber JSON-RPC method.
Node logs
Platform(s)
Linux (x86)
Container Type
Docker
What version/commit are you on?
Latest docker image
What database version are you on?
Latest docker image
Which chain / network are you on?
--chain=/root/network-configs/genesis.json
--dev
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
I agree to follow the Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
Running
reth node
with thedev
flag and customgenesis.json
seems to override the gas limit specified ingenesis.json
. I classify this as a bug, because other parameters set ingenesis.json
such as chain id or prefunded accounts are respected.If this is not a bug, then I'd appreciate advice on how to set custom gas limit with
dev
flag.Steps to reproduce
reth node
withdev
flag and custom chain specified ingenesis.json
with a gas limit different than30000000
.eth_getBlockByNumber
JSON-RPC method.Node logs
Platform(s)
Linux (x86)
Container Type
Docker
What version/commit are you on?
Latest docker image
What database version are you on?
Latest docker image
Which chain / network are you on?
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: