build(deps): bump the go-dependencies group across 1 directory with 7 updates - #143
Merged
barnabasbusa merged 2 commits intoAug 7, 2026
Merged
Conversation
… updates Bumps the go-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.17.4` | `1.17.5` | | [github.com/ethpandaops/go-eth2-client](https://github.com/ethpandaops/go-eth2-client) | `0.1.5` | `0.1.6` | | [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) | `2.21.2` | `2.22.0` | | [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) | `3.4.0` | `3.4.1` | | [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) | `0.15.0` | `0.17.0` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.1` | Updates `github.com/ethereum/go-ethereum` from 1.17.4 to 1.17.5 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.17.4...v1.17.5) Updates `github.com/ethpandaops/go-eth2-client` from 0.1.5 to 0.1.6 - [Release notes](https://github.com/ethpandaops/go-eth2-client/releases) - [Changelog](https://github.com/ethpandaops/go-eth2-client/blob/master/CHANGELOG.md) - [Commits](ethpandaops/go-eth2-client@v0.1.5...v0.1.6) Updates `github.com/go-co-op/gocron/v2` from 2.21.2 to 2.22.0 - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](go-co-op/gocron@v2.21.2...v2.22.0) Updates `github.com/golang/snappy` from 1.0.0 to 1.0.1-0.20260716114414-9ae09f520e93 - [Release notes](https://github.com/golang/snappy/releases) - [Commits](https://github.com/golang/snappy/commits) Updates `github.com/jellydator/ttlcache/v3` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jellydator/ttlcache/releases) - [Commits](jellydator/ttlcache@v3.4.0...v3.4.1) Updates `github.com/libp2p/go-libp2p-pubsub` from 0.15.0 to 0.17.0 - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](libp2p/go-libp2p-pubsub@v0.15.0...v0.17.0) Updates `github.com/prometheus/client_golang` from 1.23.2 to 1.24.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.23.2...v1.24.1) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/ethpandaops/go-eth2-client dependency-version: 0.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/go-co-op/gocron/v2 dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/golang/snappy dependency-version: 1.0.1-0.20260716114414-9ae09f520e93 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/jellydator/ttlcache/v3 dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/prometheus/client_golang dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Adapt execution mimicry to the eth protocol API changes in geth v1.17.5: - eth.NewPooledTransactionHashesPacket was split into version-specific Packet71/Packet72 types; use Packet71 since mimicry caps at eth/70 and the wire format is unchanged for <= eth/71. - eth.NewPeer gained a chainConfig parameter; pass nil like the existing txpool/blobpool arguments (geth nil-guards its only use). Hold back two deps from the group bump: - go-libp2p stays at v0.41.1: v0.47.0 reproducibly breaks the crawler kurtosis test (teku peer is never discovered, discovery times out). - go-libp2p-pubsub stays at v0.15.0: prysm v6.1.4 does not compile against v0.17.0 (gossipTracer lacks OnClosedOutboundStream); only unreleased prysm master supports it.
Contributor
|
Pushed a commit that fixes the build and holds back two of the seven bumps: Fixed — the execution mimicry breakage from geth v1.17.5: Held back:
Verified locally: build, vet, and the crawler kurtosis test pass on the pushed state. Supersedes #144. |
pk910
approved these changes
Aug 7, 2026
barnabasbusa
deleted the
dependabot/go_modules/go-dependencies-8812742d7b
branch
August 7, 2026 10:32
barnabasbusa
added a commit
that referenced
this pull request
Aug 7, 2026
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.
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.
Bumps the go-dependencies group with 6 updates in the / directory:
1.17.41.17.50.1.50.1.62.21.22.22.03.4.03.4.10.15.00.17.01.23.21.24.1Updates
github.com/ethereum/go-ethereumfrom 1.17.4 to 1.17.5Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
9621c6aversion: release v1.17.5 (#35421)cff7fcbgo.mod: update snappy dependency (#35422)ca1f2e4core: fix tx size calculation (#35406)cd65ccaeth/downloader: hold pivotLock when marking pivot committed (#35405)a524f2bnode: check authorization header case-insensitivity (#35408)af03a27cmd/utils: skip memory-limit sanitize when total memory is unknown (#35407)ff44a79core: coordinate the state prefetcher with block processing (#35404)b2ee839eth/catalyst: allow reorg depth equal to maxReorgDepth (#35391)f03b91ccore: optimize block validation (#35403)e317407eth/fetcher: clear partial map when dropping last waitlist peer (#35399)Updates
github.com/ethpandaops/go-eth2-clientfrom 0.1.5 to 0.1.6Commits
745c3f5Merge pull request #36 from ethpandaops/fix/envelope-json-unwrap26e7f62Merge branch 'master' into fix/envelope-json-unwrap55688ffMerge pull request #34 from ethpandaops/pk910/eip-7688d9053b5re-generate ssz codec504b7eMerge pull request #39 from ethpandaops/feat/flat-exec-payloaded85bf5feat(http): parse flat execution_payload / _gossip SSE events60250e5Merge branch 'master' into pk910/eip-7688e814b0cMerge pull request #37 from ethpandaops/pk910/apiv1-agnostic-blockcontents3063991Extend ProposalFromSignedBlock to bellatrix/capella bare-block proposalsaf3297cfix(http): accept versioned wrapper on gloas SSE eventsUpdates
github.com/go-co-op/gocron/v2from 2.21.2 to 2.22.0Release notes
Sourced from github.com/go-co-op/gocron/v2's releases.
Commits
10cdd5etest(scheduler): regression test for issue #943 OneTimeJob CPU spin (#944)c4697d4build(deps): bump https://github.com/golangci/golangci-lint (#939)fe80573build(deps): bump https://github.com/pre-commit/pre-commit-hooks (#940)2ff4927build(deps): bump https://github.com/TekWizely/pre-commit-golang (#941)4e7939dci: track Go stable/oldstable instead of pinned versions (#942)c3fa241ci: gate pre-commit config, add Dependabot pin updates (#938)afb9e5afix: eliminate shared mutable state across jobs (C4, H5) (#937)f7abd19L-tier finale: typed LimitMode, docstrings, invariant comments (#936)48ff511M-tier hygiene: constants, dedup, ErrSchedulerBusy, docs (#935)b870629refactor: adding modernize and embeddedstructfieldcheck linters (#934)Updates
github.com/golang/snappyfrom 1.0.0 to 1.0.1-0.20260716114414-9ae09f520e93Commits
Updates
github.com/jellydator/ttlcache/v3from 3.4.0 to 3.4.1Release notes
Sourced from github.com/jellydator/ttlcache/v3's releases.
Commits
0f3b351fix: correctly notify auto-cleaner when an item's TTL is shortened (#206)87a96cbBump actions/checkout from 6 to 7 (#211)ebb17fftest: avoid testing.AllocsPerRun panic with paused parallel tests (#208)db85e4fupdate README04020e7Bump actions/checkout from 5 to 60bea47efix concurrent AllocsPerRun usage6757579fix: use correct type in readme.md example (#199)0e73dcdBump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#192)bc42155Bump actions/checkout from 4 to 5 (#189)a81e243Bump actions/setup-go from 5 to 6 (#193)Updates
github.com/libp2p/go-libp2p-pubsubfrom 0.15.0 to 0.17.0Release notes
Sourced from github.com/libp2p/go-libp2p-pubsub's releases.
... (truncated)
Commits
9eb5e8aRelease v0.17.0 (#720)01917abdocfix: contribute.md in Readme.md (#682)47ba425rerun validation if node publishes a previously seen message (#719)c8741e9refactor: apply go fix modernizers (#716)1688fbfLimit control message size of RPCs (#707)c5dab1ftest: use channel-based mutex in replayActor for synctest compatibility (#718)16e3a05Migrate to Google's protobuf library (#706)41b11d5Remove debug logs for partial messages (#714)e137920PeerFeedback is now synchronous (#711)2d1692etest: Add tests for syncEvalUpdates
github.com/prometheus/client_golangfrom 1.23.2 to 1.24.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
d6087eerelease: cut v1.24.1 (#2076)48dd383Cut v1.24.0 (#2061)a725305Cut v1.24.0-rc.0 (#2058)77c584fbuild(deps): update all Go dependencies in all go.mod files (#2059)78262a7feat(promhttp): add CoalesceGather option to deduplicate concurrent Gather ca...34e9a7fMerge pull request #2055 from prombot/repo_sync43749bcUpdate common Prometheus filesde19217examples: improve simple main.go example (#1999)20355ebfix: correct typos in comments and test error messages (#2049)4cd2d3atest: fix two flaky tests (darwin start_time regex, memstats HeapReleased dri...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions