cl, execution: update Chiado bootnodes - #23632
Open
yperbasis wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Chiado’s consensus-layer and execution-layer bootnodes.
Changes:
- Replaces CL bootstrap entries with four discovery ENRs.
- Replaces EL bootnodes with discovery-only enodes.
- Removes Chiado-specific bootstrap-list tests.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
cl/clparams/config.go |
Updates Chiado CL bootnodes. |
cl/clparams/config_test.go |
Removes the supplied-node test. |
cl/p2p/utils_test.go |
Removes Chiado classification coverage. |
execution/chain/spec/bootnodes.go |
Updates Chiado EL discovery nodes. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
yperbasis
marked this pull request as ready for review
August 27, 2026 14:50
yperbasis
requested review from
domiwei,
mh0lt and
sudeepdino008
as code owners
August 27, 2026 14:50
lystopad
approved these changes
Aug 27, 2026
yperbasis
enabled auto-merge
August 27, 2026 15:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new boot nodes were provided by Chetna.
Summary
Live network test
Started a fresh Chiado node from commit c43e35d with an empty datadir, no downloader, and no cached peers.
Chiado has no EL DNS discovery and the CL static-peer list was empty, so the peer sets were reached through the new bootnodes. The records are discovery-only, so direct TCP sessions to the bootnodes are not expected.
TDD was not used because this is a mechanical bootnode configuration update.