forked from probe-lab/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(baseline): adds Electra support #9
Open
samcm
wants to merge
24
commits into
main
Choose a base branch
from
feat/electra
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Merge upstream
* upstream/semi-prod-config: limit attestations and sync committees to 2 subnets
This commit introduces support for the Electra fork version in hermes. It includes updates to handle the new fork version in genesis, pubsub, and command-line tools. The go.mod file is also updated to include the latest dependencies. build: update go.sum dependencies This commit updates the dependencies in go.sum to their latest versions. This ensures that the project is using the most up-to-date versions of its dependencies, which can improve security, performance, and stability. build: update go.sum dependencies to latest versions This commit updates the dependencies in go.sum to their latest versions. This ensures that the project is using the most up-to-date and secure versions of its dependencies. build: update k8s dependencies in go.sum to v0.30.4 This commit updates the Kubernetes dependencies in the go.sum file to version v0.30.4. This ensures that the project is using the latest versions of the Kubernetes libraries.
mattevans
approved these changes
Feb 24, 2025
This commit introduces support for the Electra fork version throughout the codebase. It includes updates to genesis handling, Kinesis output rendering, and request/response mechanisms to correctly process and manage Electra blocks.
These files are no longer needed.
This reverts commit ad09448.
…ttestations feat(eth): adds handlers for new electra attestations
* main: add: hermes readme logo
This reverts commit 1685c1c.
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.
Adds support for Electra, specifically:
ElectraForkVersion
.