-
Notifications
You must be signed in to change notification settings - Fork 20.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No support for --rpc.gascap --rpc.txfeecap in dumpconfig command #22556
Comments
It seems that older versions of dumpconfig work. I was able to get this from a node running on
Since |
Hmm it works for me on current master
I also don't see any commits between 1.10.1 and current master that fixed issues in dumpconfig. |
I had a closer look and it seems that these parameters work with any non-zero value as you show in your example. However, when setting both of these to 0 and therefore disabling them, it doesn't add them to the config. Could you verify if it works with 0-values for you?
Both parameters set to zero:
Both set to non-zero values:
|
Yeah, I can confirm that, will fix |
System information
Geth version:
1.10.1-stable-c2d2f4ed
OS & Version: OSX
Commit hash : (if
develop
)Expected behaviour
geth --rpc.gascap A --rpc.txfeecap B dumpconfig
should output a config file that includes both of these configurations in TOML format.
Actual behaviour
It puts out a config file without any of these parameters. I've also been struggling to add these parameters manually as their format is not documented. Can anyone provide me with a valid .toml file including these two parameters?
The text was updated successfully, but these errors were encountered: