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 Hoodi as named network #8428

Merged

Conversation

daniellehrner
Copy link
Contributor

PR description

genesis file taken from: https://github.com/eth-clients/hoodi/blob/main/metadata/besu.json

bootnodes added from: https://github.com/eth-clients/hoodi/blob/main/metadata/enodes.yaml

Fixed Issue(s)

fixes #8426

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • spotless: ./gradlew spotlessApply
  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

Copy link
Contributor

@siladu siladu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a test to prove the genesis hash matches 0xbbe312868b376a3001692a646dd2d7d1e4406380dfd86b98aa8a34d1557c971b as per https://github.com/eth-clients/hoodi/blob/main/README.md?plain=1#L30

Please also add a changelog entry.

@daniellehrner daniellehrner force-pushed the feat/issue-8426/add_hoodi_testnet branch from f154e65 to ff2357d Compare March 17, 2025 06:19
@daniellehrner daniellehrner marked this pull request as ready for review March 17, 2025 06:21
@siladu
Copy link
Contributor

siladu commented Mar 17, 2025

Tested by syncing besu + teku with hoodi:

2025-03-18 05:27:36.575+10:00 | vert.x-worker-thread-0 | INFO  | AbstractEngineNewPayload | Imported #2,007  (6152e.....84c1b)|    0 tx| 16 ws| 0 blobs| base fee  12.58 kwei| gas used           0 (  0.0%)| exec time 0.007s| mgas/s   0.00| peers:  4

matches
https://dora.hoodi.ethpandaops.io/slot/2188

@siladu siladu enabled auto-merge (squash) March 17, 2025 19:41
@siladu siladu merged commit 54aaf3d into hyperledger:main Mar 17, 2025
43 checks passed
garyschulte pushed a commit that referenced this pull request Mar 18, 2025
Signed-off-by: Daniel Lehrner <[email protected]>
Co-authored-by: Simon Dudley <[email protected]>
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.

Hoodi named network
3 participants