-
Notifications
You must be signed in to change notification settings - Fork 20.6k
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
cmd, core, params: add support for the Holesky testnet #28007
Conversation
return &Genesis{ | ||
Config: params.HoleskyChainConfig, | ||
Nonce: 0x1234, | ||
ExtraData: hexutil.MustDecode("0x686f77206d7563682069732074686520666973683f"), |
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.
🙊
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.
shhhh.....
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 only added this to check if you review this carefully
TerminalTotalDifficultyPassed: true, | ||
MergeNetsplitBlock: nil, | ||
ShanghaiTime: newUint64(1694790240), | ||
CancunTime: newUint64(2000000000), |
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.
From https://github.com/eth-clients/holesky:
Cancun: (TBD)
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.
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.
Cancun 2033 🥇
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.
Looks good to me
This comment was marked as spam.
This comment was marked as spam.
* cmd, core, params: add support for the Holesky testnet * cmd/devp2p: add support for holesky for the dns crawler (cherry picked from commit 6b98d18)
* cmd, core, params: add support for the Holesky testnet * cmd/devp2p: add support for holesky for the dns crawler
…eum#28007)" This reverts commit 8f5d063.
…eum#28007)" This reverts commit 8f5d063.
* cmd, core, params: add support for the Holesky testnet * cmd/devp2p: add support for holesky for the dns crawler # Conflicts: # cmd/devp2p/nodesetcmd.go # cmd/geth/main.go # cmd/utils/flags.go # core/genesis.go # params/bootnodes.go # params/config.go
No description provided.