Skip to content

build(deps): bump the go-dependencies group across 1 directory with 10 updates#129

Merged
mattevans merged 5 commits into
masterfrom
dependabot/go_modules/go-dependencies-07b77fcac1
May 28, 2026
Merged

build(deps): bump the go-dependencies group across 1 directory with 10 updates#129
mattevans merged 5 commits into
masterfrom
dependabot/go_modules/go-dependencies-07b77fcac1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps the go-dependencies group with 7 updates in the / directory:

Package From To
github.com/OffchainLabs/prysm/v6 6.1.1 6.1.4
github.com/decred/dcrd/dcrec/secp256k1/v4 4.4.0 4.4.1
github.com/ethereum/go-ethereum 1.17.1 1.17.3
github.com/ethpandaops/beacon 0.68.0 0.69.0
github.com/ethpandaops/ethereum-package-go 0.8.1 0.10.0
github.com/go-co-op/gocron/v2 2.16.6 2.21.2
github.com/libp2p/go-libp2p-pubsub 0.14.2 0.16.0

Updates github.com/OffchainLabs/prysm/v6 from 6.1.1 to 6.1.4

Release notes

Sourced from github.com/OffchainLabs/prysm/v6's releases.

v6.1.4

v6.1.4 - 2025-10-28

This release includes a bug fix affecting block proposals in rare cases, along with an important update for Windows users running post-Fusaka fork.

Added

  • SSZ-QL: Add endpoints for BeaconState/BeaconBlock. [PR]
  • Add native state diff type and marshalling functions. [PR]
  • Update the earliest available slot after pruning operations in beacon chain database pruner. This ensures the P2P layer accurately knows which historical data is available after pruning, preventing nodes from advertising or attempting to serve data that has been pruned. [PR]

Fixed

  • Correctly advertise (in ENR and beacon API) attestation subnets when using --subscribe-all-subnets. [PR]
  • randomPeer: Return if the context is cancelled when waiting for peers. [PR]
  • Improve error message when the byte count read from disk when reading a data column sidecars is lower than expected. (Mostly, because the file is truncated.). [PR]
  • Delete the genesis state file when --clear-db / --force-clear-db is specified. [PR]
  • Fix sync committee subscription to use subnet indices instead of committee indices. [PR]
  • Fixed metadata extraction on Windows by correctly splitting file paths. [PR]
  • VerifyDataColumnsSidecarKZGProofs: Check if sizes match. [PR]
  • Fix recoverStateSummary to persist state summaries in stateSummaryBucket instead of stateBucket (#15896). [PR]
  • updateCustodyInfoInDB: Use NumberOfCustodyGroups instead of NumberOfColumns. [PR]
  • Sync committee uses correct state to calculate position. [PR]

v6.1.3

v6.1.3 - 2025-10-21

This release has several important beacon API and p2p fixes.

Added

  • Add Grandine to P2P known agents. (Useful for metrics). [PR]
  • Delegate sszInfo HashTreeRoot to FastSSZ-generated implementations via SSZObject, enabling roots calculation for generated types while avoiding duplicate logic. [PR]
  • SSZ-QL: Use fastssz's SizeSSZ method for calculating the size of Container type. [PR]
  • SSZ-QL: Access n-th element in List/Vector. [PR]

Changed

  • Do not verify block data when calculating rewards. [PR]
  • Process pending attestations after pending blocks are cleared. [PR]
  • updated web3signer to 25.9.1. [PR]
  • Gracefully handle submit blind block returning 502 errors. [PR]
  • Improve returning individual message errors from Beacon API. [PR]
  • SSZ-QL: Clarify Size method with more sophisticated SSZTypes. [PR]

Fixed

  • Use service context and continue on slasher attestation errors (#15803). [PR]
  • block event probably shouldn't be sent on certain block processing failures, now sends only on successing processing Block is NON-CANONICAL, Block IS CANONICAL but getFCUArgs FAILS, and Full success. [PR]
  • Fixed web3signer e2e, issues caused due to a regression on old fork support. [PR]

... (truncated)

Changelog

Sourced from github.com/OffchainLabs/prysm/v6's changelog.

v6.1.4 - 2025-10-24

This release includes a bug fix affecting block proposals in rare cases, along with an important update for Windows users running post-Fusaka fork.

Added

  • SSZ-QL: Add endpoints for BeaconState/BeaconBlock. [PR]
  • Add native state diff type and marshalling functions. [PR]
  • Update the earliest available slot after pruning operations in beacon chain database pruner. This ensures the P2P layer accurately knows which historical data is available after pruning, preventing nodes from advertising or attempting to serve data that has been pruned. [PR]

Fixed

  • Correctly advertise (in ENR and beacon API) attestation subnets when using --subscribe-all-subnets. [PR]
  • randomPeer: Return if the context is cancelled when waiting for peers. [PR]
  • Improve error message when the byte count read from disk when reading a data column sidecars is lower than expected. (Mostly, because the file is truncated.). [PR]
  • Delete the genesis state file when --clear-db / --force-clear-db is specified. [PR]
  • Fix sync committee subscription to use subnet indices instead of committee indices. [PR]
  • Fixed metadata extraction on Windows by correctly splitting file paths. [PR]
  • VerifyDataColumnsSidecarKZGProofs: Check if sizes match. [PR]
  • Fix recoverStateSummary to persist state summaries in stateSummaryBucket instead of stateBucket (#15896). [PR]
  • updateCustodyInfoInDB: Use NumberOfCustodyGroups instead of NumberOfColumns. [PR]
  • Sync committee uses correct state to calculate position. [PR]

v6.1.3 - 2025-10-20

This release has several important beacon API and p2p fixes.

Added

  • Add Grandine to P2P known agents. (Useful for metrics). [PR]
  • Delegate sszInfo HashTreeRoot to FastSSZ-generated implementations via SSZObject, enabling roots calculation for generated types while avoiding duplicate logic. [PR]
  • SSZ-QL: Use fastssz's SizeSSZ method for calculating the size of Container type. [PR]
  • SSZ-QL: Access n-th element in List/Vector. [PR]

Changed

  • Do not verify block data when calculating rewards. [PR]
  • Process pending attestations after pending blocks are cleared. [PR]
  • updated web3signer to 25.9.1. [PR]
  • Gracefully handle submit blind block returning 502 errors. [PR]
  • Improve returning individual message errors from Beacon API. [PR]
  • SSZ-QL: Clarify Size method with more sophisticated SSZTypes. [PR]

Fixed

  • Use service context and continue on slasher attestation errors (#15803). [PR]
  • block event probably shouldn't be sent on certain block processing failures, now sends only on successing processing Block is NON-CANONICAL, Block IS CANONICAL but getFCUArgs FAILS, and Full success. [PR]
  • Fixed web3signer e2e, issues caused due to a regression on old fork support. [PR]
  • Do not mark blocks as invalid from ErrNotDescendantOfFinalized. [PR]
  • Fixed #15812: Gossip attestation validation incorrectly rejecting attestations that arrive before their referenced blocks. Previously, attestations were saved to the pending queue but immediately rejected by forkchoice validation, causing "not descendant of finalized checkpoint" errors. Now attestations for missing blocks return ValidationIgnore without error, allowing them to be properly processed when their blocks arrive. This eliminates false positive rejections and prevents potential incorrect peer downscoring during network congestion. [PR]

... (truncated)

Commits
  • 253f919 changelog v6.1.3 (#15901)
  • 7c3e456 Fix proposer to use advanced state for sync committee position calculation (#...
  • 96429c5 updateCustodyInfoInDB: Use NumberOfCustodyGroups instead of `NumberOfColu...
  • d613f3a Update Earliest available slot when pruning (#15694)
  • 5751dbf kv: write recovered state summaries to stateSummaryBucket (#15896)
  • 426fbcc Add state diff serialization (#15250)
  • a3baf98 VerifyDataColumnsSidecarKZGProofs: Check if sizes match. (#15892)
  • 5a897df SSZ-QL: Add endpoints (BeaconState/BeaconBlock) (#15888)
  • 9019088 Fixed metadata extraction on Windows by correctly splitting file paths (#15899)
  • 64ec665 Fix sync committee subscription to use subnet indices instead of committee in...
  • Additional commits viewable in compare view

Updates github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.4.0 to 4.4.1

Commits
  • 76c0dc4 secp256k1: Deprecate elliptic.Curve impl methods.
  • 9cfcb7e secp256k1: Reduce compat shim inputs mod prime.
  • 0186937 secp256k1: Add compat shim unreduced input tests.
  • 3612094 secp256k1: Add more compat shim curve member tests.
  • fa3f704 docs: Update README.md to required Go 1.25/1.26.
  • f3224a6 build: Test against Go 1.26.
  • cc82c10 build: Update golangci-lint to v2.9.0.
  • 7c01e57 build: Update to latest action versions.
  • 9516143 mixing: Increment PRNG seed nonce for each test
  • 8aa2ac0 docker: Update image to golang:1.26.0-alpine3.23.
  • Additional commits viewable in compare view

Updates github.com/ethereum/go-ethereum from 1.17.1 to 1.17.3

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Enzymatic Injector (v1.17.3)

This is a maintenance release with continued progress on the Amsterdam fork implementation. It also introduces ETH/70, which is now live on the network.

ethereum/execution-apis#762reexec has been removed from the tracing config:

  • memory: words are 0x-prefixed and padded to 32 bytes
  • storage: keys and values are 0x-prefixed
  • error: omitted when empty (previously serialized as "")

Geth

  • Add retry mechanism for checkpoint init in blsync (#33966)
  • Add subcommand for offline binary tree conversion (#33740)
  • Add code exporter for db export (#34696)

Core

  • Amsterdam fork updates:
  • Implement stack arena (#33960)
  • Implement EIP-7975: eth/70 partial block receipt lists (#33153)
  • Prerequisites of snap/2 protocol (#34083, #34649, #34654, #34874)
  • Implement history index pruner for path-mode archive nodes (#33999)
  • Add Prague chain segment pruning point for Hoodi (#34714)
  • Allow reorging head to parent within 32 blocks under ePBS (#34767)
  • Stop serving chain segment requests when data is unavailable (#34787)
  • Drop peers sending invalid bodies or receipts (#34745, #34870)
  • Add kzg4844 cell-related functions (#34766)
  • State database refactoring (#33102, #34700, #34763, #34724)
  • Binary trie improvements (#34055, #34110, #34670, #34676, #34680, #34690, #34754, #34758, #34777, #34794)
  • Merge EIP-4762 access events for all system calls (#34637)
  • Reject duplicate layers in the path database (#34642)
  • Omit empty slotNumber and fix block value collection in pre-Amsterdam engine API payloads (#34704)
  • Include the operand in EIP-8024 error messages (#34635)
  • Fix vmodule downgrades and propagate verbosity changes to derived loggers (#33111)
  • Fix incorrect fsync ordering for index file truncation (#34728)
  • Fix file descriptor leak in freezer error paths (#34735)
  • Fix size calculation in path database (#34828)
  • Fix gapped queue size cap in blobpool (#34831)
  • Improve txpool pending concurrency by using read-only locking (#32924)
  • Replace deprecated TypeMux with Feed (#32585)
  • Continue blob retrieval when individual cell proof extraction fails (#34891)
  • Use uint256 in core Message for faster gas calculations (#34934)

... (truncated)

Commits

Updates github.com/ethpandaops/beacon from 0.68.0 to 0.69.0

Release notes

Sourced from github.com/ethpandaops/beacon's releases.

v0.69.0

Adds typed support for the fast_confirmationethereum/beacon-APIs#598OnFastConfirmation subscriber + publishFastConfirmation publisher mirror the existing block_gossip wiring. Bumps go-eth2-client to a pseudo-version that ships FastConfirmationEvent.

Commits
  • 02a29d7 Merge pull request #73 from ethpandaops/feat/fast-confirmation-event
  • 9e4f482 publish typed fast_confirmation events
  • 7b881cd Merge remote-tracking branch 'origin/master' into feat/fast-confirmation-event
  • 8882c9d recognize fast_confirmation event topic
  • See full diff in compare view

Updates github.com/ethpandaops/ethereum-package-go from 0.8.1 to 0.10.0

Release notes

Sourced from github.com/ethpandaops/ethereum-package-go's releases.

v0.10.0

What's Changed

Full Changelog: ethpandaops/ethereum-package-go@v0.9.0...v0.10.0

v0.9.0

What's Changed

Full Changelog: ethpandaops/ethereum-package-go@v0.8.1...v0.9.0

Commits
  • c33ed47 Merge pull request #18 from ethpandaops/bbusa/add-ethrex-nimbusel
  • c62bddc feat(client): add ethrex and nimbus-eth1 execution client types
  • b5b563d Merge pull request #17 from ethpandaops/bbusa/bump-kurtosis-1.18.1
  • 83b9552 ci: point kurtosis apt source at sdk.kurtosis.com
  • 71efecd chore: pin actions to SHAs, bump to latest, swap go-eth2-client to ethpandaop...
  • 9a232ba ci: bump Go to 1.26 to match go.mod
  • 43fee1c chore(deps): bump kurtosis api to v1.18.1
  • 800eb8f Merge pull request #15 from ethpandaops/chore/bump-kt-ver
  • c8ec29b style(presets.go): update comment formatting for consistency and clarity
  • e2d416f feat(presets.go, types.go): add Supernode attribute to ParticipantConfig and ...
  • Additional commits viewable in compare view

Updates github.com/ethpandaops/go-eth2-client from 0.1.2 to 0.1.3-0.20260513062559-5fb497ba414f

Commits

Updates github.com/go-co-op/gocron/v2 from 2.16.6 to 2.21.2

Release notes

Sourced from github.com/go-co-op/gocron/v2's releases.

v2.21.2

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.21.1...v2.21.2

v2.21.1

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.21.0...v2.21.1

v2.21.0

What's Changed

Test Suite

Full Changelog: go-co-op/gocron@v2.20.0...v2.21.0

v2.20.0

What's Changed

Performance improvements

Fixes

Docs

New Contributors

Full Changelog: go-co-op/gocron@v2.19.1...v2.20.0

v2.19.1

What's Changed

... (truncated)

Commits
  • 629cfc5 fix: defer WithLimitedRuns job removal until task completes (#925) (#926)
  • 8e553c0 fix: remove jobs and respect stopTime in NextRuns when WithStopDateTime is se...
  • 54f6bd8 test: enhancements to testing speed and reliablity (#920)
  • 9b8a3f7 Expose job schedule information via Schedule() method on Job interface (#...
  • 2e69a26 feat: add IsRunning() and LastRunCompletedAt() to Job interface (#918)
  • 1e25a3b feat: add WithDSTPolicy option for DST spring-forward handling (#917)
  • 89567e9 perf: replace string allocation with bytes.Compare in Jobs() UUID sort (#914)
  • a6875f0 Fix CronJob duplicate execution during DST fall-back (#912)
  • c304de1 feat: add ShutdownWithContext and StopJobsWithContext (#913)
  • 5b307f5 docs: clarify NextRun/NextRuns require scheduler to be started (#910)
  • Additional commits viewable in compare view

Updates github.com/kurtosis-tech/kurtosis/api/golang from 1.16.3 to 1.18.1

Release notes

Sourced from github.com/kurtosis-tech/kurtosis/api/golang's releases.

v1.18.1

1.18.1 (2026-04-15)

Features

  • verify release tokens before release PR merges (#3040) (2850515)

Miscellaneous Chores

v1.18.0

1.18.0 (2026-04-14)

Features

Bug Fixes

  • group dependabot updates by dependency name across directories (#2998) (d8bf5a7)
  • reduce CI flakiness across log tests, K8s setup, and CLI tests (#3007) (817243a)
  • security: bump vulnerable dependencies (#3008) (5a2d4b2)
  • security: patch CVE-2026-33186 grpc-go authz bypass in cli and enclave-manager (#2985) (e393aa2)
  • use pull_request_target for dependabot auto-merge (#2993) (3da8e12)

v1.17.7

1.17.7 (2026-03-25)

Bug Fixes

  • kurtosis dump fails with permission denied on restrictive file artifacts (#2991) (f36ae68)
  • replace deprecated goreleaser changelog.skip (#2988) (28e7841)
  • security: bump cli/cli/v2 and cli/go-gh/v2 in cli module (#2990) (98e2078)
  • security: bump go.opentelemetry.io/otel/sdk to v1.40.0 (#2989) (847d57b)

v1.17.6

1.17.6 (2026-03-25)

Bug Fixes

  • ci: restore cross-compilation config and add release dry-run to CI (#2984) (9b36184)

v1.17.5

... (truncated)

Changelog

Sourced from github.com/kurtosis-tech/kurtosis/api/golang's changelog.

1.18.1 (2026-04-15)

Features

  • verify release tokens before release PR merges (#3040) (2850515)

Miscellaneous Chores

1.18.0 (2026-04-14)

Features

Bug Fixes

  • group dependabot updates by dependency name across directories (#2998) (d8bf5a7)
  • reduce CI flakiness across log tests, K8s setup, and CLI tests (#3007) (817243a)
  • security: bump vulnerable dependencies (#3008) (5a2d4b2)
  • security: patch CVE-2026-33186 grpc-go authz bypass in cli and enclave-manager (#2985) (e393aa2)
  • use pull_request_target for dependabot auto-merge (#2993) (3da8e12)

1.17.7 (2026-03-25)

Bug Fixes

  • kurtosis dump fails with permission denied on restrictive file artifacts (#2991) (f36ae68)
  • replace deprecated goreleaser changelog.skip (#2988) (28e7841)
  • security: bump cli/cli/v2 and cli/go-gh/v2 in cli module (#2990) (98e2078)
  • security: bump go.opentelemetry.io/otel/sdk to v1.40.0 (#2989) (847d57b)

1.17.6 (2026-03-25)

Bug Fixes

  • ci: restore cross-compilation config and add release dry-run to CI (#2984) (9b36184)

1.17.5 (2026-03-25)

Bug Fixes

... (truncated)

Commits
  • 93f48a3 chore(main): release 1.18.1 (#3051)
  • b458d78 build(deps): Bump github.com/kurtosis-tech/kurtosis/api/golang in /container-...
  • 2850515 feat: verify release tokens before release PR merges (#3040)
  • 2d70ad8 build(deps): Bump github.com/oapi-codegen/runtime in /api/golang (#3043)
  • 5f3fcec chore: release 1.18.1 (#3050)
  • b8c0e4c build(deps): Bump golang.org/x/net in /connect-server (#3046)
  • 253dff2 build(deps): Bump googleapis/release-please-action in / (#3045)
  • 721e4d0 build(deps): Bump actions/cache in / (#3044)
  • b8248b2 build(deps): Bump actions/upload-artifact in / (#3042)
  • d023f39 build(deps): Bump follow-redirects from 1.15.11 to 1.16.0 in /docs (#3039)
  • Additional commits viewable in compare view

Updates github.com/libp2p/go-libp2p-pubsub from 0.14.2 to 0.16.0

Release notes

Sourced from github.com/libp2p/go-libp2p-pubsub's releases.

v0.16.0

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-pubsub@v0.15.0...v0.16.0

v0.15.0

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-pubsub@v0.14.3...v0.15.0

v0.14.3

What's Changed

... (truncated)

Commits
  • b14732c Release v0.16.0 (#693)
  • 919bc3d fix: properly log topic string (#694)
  • 5cde33c rename {Add/Remove}Peer to On{New/Closed}OutboundStream
  • d8037f3 Fix leaked state with OnNewIncomingStream/onClosedIncomingStream
  • d72f75f test: Add failing test demonstrating leak
  • 7d62a30 partialmessages: init fanout if empty (#690)
  • 12372d9 log on error when handling rpc in extensions (#668)
  • a2ec129 feat: add WithMessageFilter option to filter messages early in the notificati...
  • 0c36d10 partialmsgs: remove unused struct
  • c945e5d partialmsgs: PeerRequestsPartial means PeerRequestsPartial
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

…0 updates

Bumps the go-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/OffchainLabs/prysm/v6](https://github.com/OffchainLabs/prysm) | `6.1.1` | `6.1.4` |
| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.4.0` | `4.4.1` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.17.1` | `1.17.3` |
| [github.com/ethpandaops/beacon](https://github.com/ethpandaops/beacon) | `0.68.0` | `0.69.0` |
| [github.com/ethpandaops/ethereum-package-go](https://github.com/ethpandaops/ethereum-package-go) | `0.8.1` | `0.10.0` |
| [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) | `2.16.6` | `2.21.2` |
| [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) | `0.14.2` | `0.16.0` |



Updates `github.com/OffchainLabs/prysm/v6` from 6.1.1 to 6.1.4
- [Release notes](https://github.com/OffchainLabs/prysm/releases)
- [Changelog](https://github.com/OffchainLabs/prysm/blob/develop/CHANGELOG.md)
- [Commits](OffchainLabs/prysm@v6.1.1...v6.1.4)

Updates `github.com/decred/dcrd/dcrec/secp256k1/v4` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/decred/dcrd/releases)
- [Changelog](https://github.com/decred/dcrd/blob/master/CHANGES)
- [Commits](decred/dcrd@dcrec/secp256k1/v4.4.0...dcrec/secp256k1/v4.4.1)

Updates `github.com/ethereum/go-ethereum` from 1.17.1 to 1.17.3
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.17.1...v1.17.3)

Updates `github.com/ethpandaops/beacon` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/ethpandaops/beacon/releases)
- [Commits](ethpandaops/beacon@v0.68.0...v0.69.0)

Updates `github.com/ethpandaops/ethereum-package-go` from 0.8.1 to 0.10.0
- [Release notes](https://github.com/ethpandaops/ethereum-package-go/releases)
- [Commits](ethpandaops/ethereum-package-go@v0.8.1...v0.10.0)

Updates `github.com/ethpandaops/go-eth2-client` from 0.1.2 to 0.1.3-0.20260513062559-5fb497ba414f
- [Release notes](https://github.com/ethpandaops/go-eth2-client/releases)
- [Changelog](https://github.com/ethpandaops/go-eth2-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ethpandaops/go-eth2-client/commits)

Updates `github.com/go-co-op/gocron/v2` from 2.16.6 to 2.21.2
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v2.16.6...v2.21.2)

Updates `github.com/kurtosis-tech/kurtosis/api/golang` from 1.16.3 to 1.18.1
- [Release notes](https://github.com/kurtosis-tech/kurtosis/releases)
- [Changelog](https://github.com/kurtosis-tech/kurtosis/blob/main/CHANGELOG.md)
- [Commits](kurtosis-tech/kurtosis@1.16.3...1.18.1)

Updates `github.com/libp2p/go-libp2p-pubsub` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases)
- [Commits](libp2p/go-libp2p-pubsub@v0.14.2...v0.16.0)

Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: github.com/OffchainLabs/prysm/v6
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/decred/dcrd/dcrec/secp256k1/v4
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/beacon
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/ethereum-package-go
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/go-eth2-client
  dependency-version: 0.1.3-0.20260513062559-5fb497ba414f
  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.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/kurtosis-tech/kurtosis/api/golang
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/libp2p/go-libp2p-pubsub
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels May 28, 2026
@dependabot dependabot Bot requested a review from mattevans as a code owner May 28, 2026 02:32
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels May 28, 2026
mattevans added 4 commits May 28, 2026 12:47
…2.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
… reception to improve test reliability under CI conditions
… stabilization and verifying node peer list

This change improves the test's reliability by ensuring that
it waits for the unsubscription to be fully propagated through
the Gossipsub mesh before publishing messages. It also adjusts
the polling frequency and timeout for a more robust
test under varying load conditions, particularly in CI environments.
…ecks and improve comments for clarity

The test for the Gossipsub unsubscribe process is simplified by removing the extra peer check, allowing for a more straightforward logic flow and enhancing the comprehension of the test's timing requirements. The comments are improved for clarity on the heartbeat and timing expectations.
@mattevans mattevans merged commit c42b88e into master May 28, 2026
3 checks passed
@mattevans mattevans deleted the dependabot/go_modules/go-dependencies-07b77fcac1 branch May 28, 2026 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant