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

core, cmd/geth: add --override.* flags to geth init #28407

Merged
merged 3 commits into from
Oct 27, 2023

Conversation

gballet
Copy link
Member

@gballet gballet commented Oct 23, 2023

Context: for verkle tesnets, the fork time is set 15 minutes after the genesis time, which causes problems because verkleTime is used to decide if a tree is verkle or merkle. Using --override.verkle at genesis init time allows for working around this issue.

core/genesis.go Outdated Show resolved Hide resolved
@rjl493456442 rjl493456442 added this to the 1.13.5 milestone Oct 27, 2023
@rjl493456442 rjl493456442 merged commit 4cbca51 into ethereum:master Oct 27, 2023
2 checks passed
devopsbo3 pushed a commit to HorizenOfficial/go-ethereum that referenced this pull request Nov 10, 2023
* core, cmd/geth: add --override.* flags to geth init

* also apply overrides before genesis commit with new block

* review feedback
devopsbo3 added a commit to HorizenOfficial/go-ethereum that referenced this pull request Nov 10, 2023
devopsbo3 added a commit to HorizenOfficial/go-ethereum that referenced this pull request Nov 10, 2023
Dergarcon pushed a commit to specialmechanisms/mev-geth-0x2mev that referenced this pull request Jan 31, 2024
* core, cmd/geth: add --override.* flags to geth init

* also apply overrides before genesis commit with new block

* review feedback
colinlyguo pushed a commit to scroll-tech/go-ethereum that referenced this pull request Oct 31, 2024
* core, cmd/geth: add --override.* flags to geth init

* also apply overrides before genesis commit with new block

* review feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants