Skip to content
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

Merged
merged 8 commits into from
Aug 22, 2024
Merged

Add Granite hardfork #109

merged 8 commits into from
Aug 22, 2024

Conversation

boyuan-chen
Copy link

This adds the support of the Granite hardfork.

GPO gaspricecfg.Config
RPCGasCap uint64 `toml:",omitempty"`
RPCTxFeeCap float64 `toml:",omitempty"`
StateStream bool
BodyDownloadTimeoutSeconds int
SyncLoopThrottle time.Duration
HistoryV3 bool

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?

Copy link
Author

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.

@boyuan-chen boyuan-chen merged commit 7c7d111 into boba-develop Aug 22, 2024
9 checks passed
@boyuan-chen boyuan-chen deleted the add-granite-hardfork branch August 22, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants