release: gloas support - #124
Merged
Merged
Conversation
…ment for forked libraries to support EIP-7928
… use ReceiptsPacket69 for better clarity and consistency fix(mimicry): update method implementations to reflect changes in ReceiptsPacket69 in message handling logic test(mimicry): modify tests to accommodate the transition from ReceiptsPacket to ReceiptsPacket69 and ensure functionality remains intact
…r improved stability and features chore(go.mod): update go-eth-kzg dependency to the latest version for better performance and security
…2-client and remove old attestantio references for better compatibility chore(go.sum): update checksums for modified dependencies to ensure integrity refactor(crawler): change import paths from attestantio to ethpandaops to align with the new package structure refactor(services): change import paths in services for consistency with updated go-eth2-client package refactor(fork): change import paths from attestantio to ethpandaops for alignment with updates refactor(serialize): change import paths in serialization and tests to match new package structure
chore: switch to ethpandaops/go-eth2-client now glammy compliant
* master: improve execution mimicry protocol support (#125)
* master: chore: swap go-eth2-client to ethpandaops fork v0.1.2 (#127)
… signature Bumps go-ethereum from bal-devnet-3 commit 8f361e342cb9 (2026-03-23) to bal-devnet-6 HEAD 73944e329925 (2026-05-07) — the EL branch deployed on glamsterdam-devnet-3 per ethpandaops/glamsterdam-devnets ansible inventory. bal-devnet-6 adds a fork-aware *params.ChainConfig argument to eth.NewPeer (used for Amsterdam timestamp checks). mimicry only observes Status handshakes and doesn't drive Amsterdam behaviour, so nil is passed — go-ethereum's peer code guards the chainConfig deref defensively. Also bumps the beacon dep to its matching release/gloas tip carrying the same go-ethereum pin.
* master: test(gossipsub): simplify unsubscribe test by removing unnecessary checks and improve comments for clarity test(gossipsub_test.go): enhance unsubscribe test by waiting for mesh stabilization and verifying node peer list test(gossipsub_test.go): replace fixed sleep with polling for message reception to improve test reliability under CI conditions chore(go-setup): update Go version to 1.26.1 and golangci-lint to 2.12.2 for improved performance fix(action.yml): replace go-version input with go-version-file to simplify setup refactor(mimicry): update message handling for ReceiptsPacket to ReceiptsPacket69 for compatibility test: adjust tests to accommodate ReceiptsPacket69 structure changes build(deps): bump the go-dependencies group across 1 directory with 10 updates build(deps): bump the actions group across 1 directory with 4 updates
* master: style(crawler): remove unnecessary blank lines for improved readability style(gossipsub): remove unnecessary blank lines for improved readability refactor(tests): replace for loop with range keyword for clarity and consistency in multiple test files refactor(metrics): use range keyword in for loops for better readability in metrics-related tests refactor(crawler): apply range keyword in for loops for improved readability in ENR conformance tests fix(disc_v4): replace for loop iterations with range keyword for better code quality fix(disc_v5): update for loops to use range keyword for improved clarity in discovery tests refactor(kurtosis): streamline assertion logic by replacing traditional for loop with range in helper functions
This comment has been minimized.
This comment has been minimized.
Resolves conflicts after #143 landed on master: - go-ethereum: drop the bal-devnet-6 pseudo-version pin in favor of mainline v1.17.5, which includes the EIP-7928 block-level access list implementation the pin was carrying. - mimicry client: keep master's 6-arg eth.NewPeer call (chainConfig added in geth 1.17.5), merged with the explanatory comment.
barnabasbusa
approved these changes
Aug 7, 2026
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.
No description provided.