-
Notifications
You must be signed in to change notification settings - Fork 4
feat(ethereum): add hoodi testnet support #1389
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
Conversation
Caution Review failedThe pull request is closed. WalkthroughThis change introduces a new "hoodi" flavor to the Ethereum namespace across configuration, schema, and Helmfile definitions. It adds corresponding configuration files for Erigon, Lighthouse, and Nimbus clients under the new "hoodi" network. The schema and CUE definitions are updated to recognize "hoodi" as a valid flavor, including its default properties and namespace settings. Additionally, the Polygon namespace documentation and schema are updated to remove the "heimdall-ha-svc" feature, consolidating references to "heimdall" only. Changes
Sequence Diagram(s)sequenceDiagram
participant Operator
participant Helmfile
participant Schema
participant Erigon
participant Lighthouse
participant Nimbus
Operator->>Helmfile: Deploy Ethereum with flavor "hoodi"
Helmfile->>Schema: Validate "hoodi" flavor and namespace settings
Helmfile->>Erigon: Apply "hoodi" configuration (extraArgs, storage)
Helmfile->>Lighthouse: Apply "hoodi" configuration (extraArgs)
Helmfile->>Nimbus: Apply "hoodi" configuration (extraArgs)
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (9)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
feat: update to erigon 3 feat: default to erigon caplin for consensus
3cb532a
to
4415548
Compare
feat(ethereum): update to erigon 3
feat(ethereum): default to erigon caplin for consensus
Summary by CodeRabbit
New Features
Documentation
Refactor