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

feat: CL mimicry electra #442

Merged
merged 4 commits into from
Mar 4, 2025
Merged

feat: CL mimicry electra #442

merged 4 commits into from
Mar 4, 2025

Conversation

samcm
Copy link
Member

@samcm samcm commented Feb 24, 2025

No description provided.

This commit updates the go modules and dependencies, including:
- Replacing github.com/probe-lab/hermes with github.com/ethpandaops/hermes
- Upgrading github.com/libp2p/go-libp2p to v0.38.1
- Upgrading go.opentelemetry.io/otel and related modules to v1.33.0
- Updating various other dependencies to their latest versions

chore: update go.sum dependencies

This commit updates the dependencies in go.sum to their latest
versions. This includes updates to libraries such as aws-sdk-go-v2,
go-openapi, pion, and others. These updates may include bug fixes,
performance improvements, and new features.

chore: update go.sum dependencies to latest versions

This commit updates dependencies in go.sum to their latest
versions to ensure compatibility and access to the newest
features and security patches.

chore: 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 and
compatible versions of its dependencies.

feat: add electra support to beacon block processing

This commit adds support for the Electra fork version in beacon block
processing. It includes changes to handle Electra blocks in gossipsub
beacon block handling, event data extraction, and validator block
filtering. This ensures that the system can correctly process and
interpret Electra-formatted beacon blocks.
@samcm samcm requested a review from Savid as a code owner February 24, 2025 10:40
The darwin builds are disabled because cross-compilation is not working.
mattevans and others added 2 commits February 25, 2025 11:17
The checks were removed because they were not reliable and caused
false negatives. The services' readiness is now the only criteria
for determining if the beacon node is synced.
@samcm samcm merged commit b342262 into master Mar 4, 2025
6 of 7 checks passed
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.

2 participants