-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add Granite hardfork #109
Add Granite hardfork #109
Conversation
GPO gaspricecfg.Config | ||
RPCGasCap uint64 `toml:",omitempty"` | ||
RPCTxFeeCap float64 `toml:",omitempty"` | ||
StateStream bool | ||
BodyDownloadTimeoutSeconds int | ||
SyncLoopThrottle time.Duration | ||
HistoryV3 bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are all of these more general Erigon parameters changing in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We haven't run the go:generate gencodec -dir . -type Config -formats toml -out gen_config.go
command in a while, so some variables have been deprecated, and some new variables have been added.
This adds the support of the Granite hardfork.