Skip to content

Bump the dependencies group with 3 updates#82

Merged
pk910 merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-2f1ff831a2
Apr 23, 2025
Merged

Bump the dependencies group with 3 updates#82
pk910 merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-2f1ff831a2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the dependencies group with 3 updates: github.com/attestantio/go-eth2-client, github.com/ethereum/go-ethereum and github.com/prometheus/client_golang.

Updates github.com/attestantio/go-eth2-client from 0.24.1 to 0.25.0

Changelog

Sourced from github.com/attestantio/go-eth2-client's changelog.

0.24.2:

  • support single_attestation event
  • support change to attestation event; this event now emits a spec.VersionedAttestation
  • support change to attester_slashing event; this event now emits an electra.AttesterSlashing
  • update Events endpoint to provide specific handlers for each event

0.24.0:

  • support electra
    • the most notable change is that a number of functions now use spec.VersionedAttestation in place of phase0.Attestation
    • this release uses a number of new beacon API endpoints, specifically:
      • /eth/v2/validator/aggregate_attestation
      • /eth/v2/validator/aggregate_and_proofs
      • /eth/v2/beacon/pool/attestations These endpoints are supported in all current releases of major beacon nodes at the time of release

0.23.1:

  • add ability to override individual provider functions in mock client

0.23.0:

  • add attester_slashing, block_gossip, bls_to_execution_change and proposer_slashing events
  • add AttestationRewards, BlockRewards, and SyncCommitteeRewards functions

0.21.10:

  • better validator state when balance not supplied

0.21.9:

  • enable custom timeouts for POSTs

0.21.8:

  • remove Lodestar proposals workaround
  • add client headers for events stream

0.21.7:

  • use POST for specific validator and validator balance information

0.21.6:

  • use SSZ on a per-call basis

0.21.5:

  • ensure POST bodies are logged as JSON

0.21.4:

  • additional nil checks
  • allow non-mainnet configurations

0.21.3:

  • relax requirement for proposals to use the graffiti we request

0.21.2:

  • fuzz testing fixes

... (truncated)

Commits
  • fb3abfe Update version.
  • 9f47166 Merge pull request #219 from attestantio/update-attestationpool
  • 311e1e8 Update attestationpool endpoint to receive versioned attestations.
  • fa66d8f Bump version.
  • a652878 Merge pull request #212 from attestantio/updated-events-handlers
  • 215434a Merge pull request #217 from filoozom/fix/dynssz-withdrawals
  • 88a8702 fix: add dynssz-max tag to capella withdrawals
  • fb96b70 Update events handlers.
  • See full diff in compare view

Updates github.com/ethereum/go-ethereum from 1.15.6 to 1.15.8

Release notes

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

Combatives Upgrade (v1.15.8)

This is a bug-fix release with some performance improvements.

Geth

  • geth import now applies database and cache flags correctly. (#31577, #31534)
  • The new log indexer now exports metrics about its operation. (#31511)
  • The beacon chain light client, blsync now has a feature to export checkpoint files. (#31469)

Core library

  • Database writes have been made fully synchronous again. We disabled the use of fsync a while ago to improve performance on slow filesystems, but it has lead to reports of instability. The performance hit from enabling data sync is negligible. (#31519)
  • The transaction pool now takes pending blob transactions into account when limiting pending EIP-7702 authorizations for an account. (#31526)
  • A logic race in EIP-7702 transaction validation is resolved. (#31373)
  • The blob transaction pool performs less disk reads when sending transaction announcements. (#31433)
  • The EVM now has a special fast-path for PUSH2, which is the most common instruction. (#31267)
  • The Trezor hardware wallet implementation now supports 32-bit chain IDs. (#17439)
  • Geth can now stop syncing history at the PoS merge point. This behavior is not enabled yet. (#31414)

RPC

  • When trying to access pruned history, all RPC APIs now return error code 4444. (#31361)

P2P networking

  • UPnP support has been improved and some bugs got fixed. (#30265, #31486, #31566)
  • The discv5 'talk request' API has been changed to pass *enode.Node to handlers. This is a breaking change, but the only known user of this API is the shisui portal network client. (#31075)
  • A flaw in the recently added discv5 challenge resend logic was fixed. (#31543)
  • The eth protocol now properly handles very large skip values when processing GetBlockHeaders messages from peers. This is not a security fix, despite looking like one, it's more about correctness. (#31522)

Build

  • This release is built with Go 1.24.2 (#31538)
  • Note: due to issues with our build environment, we can no longer provide binary builds for macOS. These may be restored at a later date, hopefully soon. For now, you'll have to install from Homebrew.
  • The previous release's git tag, v1.15.7, was published twice, leading to an issue with the Go module cache.

For a full rundown of the changes please consult the Geth 1.15.8 release milestone


As with all our previous releases, you can find the:

Juggernaut Shield (v1.15.7)

This is a bug fix release. We are putting is out specifically to address a critical issue that could break archive node databases.

... (truncated)

Commits
  • f8ff24e version: release go-ethereum v1.15.8 stable
  • 0059b0a build: upgrade -dlgo version to Go 1.24.2 (#31538)
  • a9444ea tests/testdata: revert to v17.0
  • f64aa6e internal/testlog: fix log output from sub-loggers (#31539)
  • 9b4eab6 eth/catalyst: in tests, manually sync txpool after initial chain insertion t...
  • 4906c99 accounts/usbwallet: full 32bit chainId support for Trezor (#17439)
  • 2547bb2 eth/fetcher: Fix flaky TestTransactionForgotten test using mock clock (#31468)
  • 0c2ad07 core/txpool: allow tx and authority regardless of admission order (#31373)
  • 60b922f core/txpool: add notice to Clear that is not meant for production code (#31...
  • a7f24c2 p2p/nat: fix UPnP port reset (#31566)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.21.1 to 1.22.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.22.0 - 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
Commits
  • d50be25 Cut 1.22.0 (#1793)
  • 1043db7 Cut 1.22.0-rc.0 (#1768)
  • e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp...
  • f2276aa Merge pull request #1764 from prometheus/dependabot/github_actions/github-act...
  • 9df772c build(deps): bump peter-evans/create-pull-request
  • a3548c5 Merge pull request #1754 from saswatamcode/exp-eh
  • 60fd2b0 Remove go.work file for now
  • 8f9d0de exp: Add dependabot config
  • c5cf981 Merge pull request #1762 from prometheus/release-1.21
  • e84c305 exp: Reset snappy buf (#1756)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the dependencies group with 3 updates: [github.com/attestantio/go-eth2-client](https://github.com/attestantio/go-eth2-client), [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).


Updates `github.com/attestantio/go-eth2-client` from 0.24.1 to 0.25.0
- [Changelog](https://github.com/attestantio/go-eth2-client/blob/master/CHANGELOG.md)
- [Commits](attestantio/go-eth2-client@v0.24.1...v0.25.0)

Updates `github.com/ethereum/go-ethereum` from 1.15.6 to 1.15.8
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.15.6...v1.15.8)

Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.21.1...v1.22.0)

---
updated-dependencies:
- dependency-name: github.com/attestantio/go-eth2-client
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.15.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 21, 2025
@pk910 pk910 merged commit 34dac86 into master Apr 23, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-2f1ff831a2 branch April 23, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant