chore(deps): migrate to ethpandaops/go-eth2-client v0.0.1#70
Merged
Conversation
Replaces the pk910 replace directive with a direct dependency on github.com/ethpandaops/go-eth2-client v0.0.1, and updates all imports from github.com/attestantio/go-eth2-client to the ethpandaops fork. Also adds spec.DataVersionHeze to ForkOrder (now exposed by v0.0.1). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
barnabasbusa
added a commit
to ethpandaops/checkpointz
that referenced
this pull request
Apr 14, 2026
Replaces the pk910 replace directive with a direct dependency on github.com/ethpandaops/go-eth2-client v0.0.1, and updates all imports from github.com/attestantio/go-eth2-client to the ethpandaops fork. Bumps ethpandaops/beacon to a pseudo-version that also uses the ethpandaops fork (pending ethpandaops/beacon#70). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 tasks
Member
|
@barnabasbusa I will double check this doesnt impact xatu branch tomorrow - and merge if all good. |
Member
|
Will merge. Merging this into #69 is safe. Beacon's Note: xatu's release/gloas branch cannot make the same switch to ethpandaops/go-eth2-client v0.0.1 yet. Xatu's cannon/block code was built against the gloas-bals branch which has a pre-ePBS block structure. On Xatu will stay pinned to |
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.
Summary
pk910/go-eth2-clientreplace directive in favor of a direct dependency ongithub.com/ethpandaops/go-eth2-client v0.0.1github.com/attestantio/go-eth2-clientto the ethpandaops forkspec.DataVersionHezetostate.ForkOrder(newly exposed by v0.0.1)Stacked on top of #69.
Test plan
go mod tidygo build ./...go test ./...golangci-lint run --new-from-rev=origin/release/gloas ./...🤖 Generated with Claude Code