Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 4 updates #240

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the dependencies group with 4 updates: github.com/attestantio/go-eth2-client, golang.org/x/crypto, golang.org/x/text and golang.org/x/time.

Updates github.com/attestantio/go-eth2-client from 0.0.0-20250205171128-0c99cbcafc0b to 0.24.0

Changelog

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

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

0.21.1:

  • fix potential crash when unmarshaling Gwei values
  • add WithReducedMemoryUsage() option for http service
  • more consistent tracing attributes and codes

... (truncated)

Commits

Updates golang.org/x/crypto from 0.32.0 to 0.33.0

Commits
  • 9290511 go.mod: update golang.org/x dependencies
  • fa5273e x509roots/fallback: update bundle
  • a8ea4be ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface
  • 71d3a4c acme: support challenges that require the ACME client to send a non-empty JSO...
  • See full diff in compare view

Updates golang.org/x/text from 0.21.0 to 0.22.0

Commits

Updates golang.org/x/time from 0.9.0 to 0.10.0

Commits
  • 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  • See full diff 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 4 updates: [github.com/attestantio/go-eth2-client](https://github.com/attestantio/go-eth2-client), [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/text](https://github.com/golang/text) and [golang.org/x/time](https://github.com/golang/time).


Updates `github.com/attestantio/go-eth2-client` from 0.0.0-20250205171128-0c99cbcafc0b to 0.24.0
- [Changelog](https://github.com/attestantio/go-eth2-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/attestantio/go-eth2-client/commits/v0.24.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.33.0
- [Commits](golang/crypto@v0.32.0...v0.33.0)

Updates `golang.org/x/text` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.21.0...v0.22.0)

Updates `golang.org/x/time` from 0.9.0 to 0.10.0
- [Commits](golang/time@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/attestantio/go-eth2-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 10, 2025
@pk910 pk910 merged commit ab07f35 into master Feb 10, 2025
1 check passed
@pk910 pk910 deleted the dependabot/go_modules/dependencies-72c85f8807 branch February 10, 2025 13:14
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