Skip to content

Bump the dependencies group across 1 directory with 4 updates#87

Merged
pk910 merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-54f8461bd7
Jun 6, 2025
Merged

Bump the dependencies group across 1 directory with 4 updates#87
pk910 merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-54f8461bd7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps the dependencies group with 4 updates in the / directory: github.com/attestantio/go-eth2-client, github.com/ethereum/go-ethereum, github.com/ethpandaops/ethwallclock and github.com/pressly/goose/v3.

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

Changelog

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

0.25.2:

  • add multi/submitblindedproposal

0.25.1:

  • add Merkle tree and proof generation utils
  • add convenience methods on versioned beaconstate for field access and proofs:
    • ValidatorAtIndex
    • ValidatorBalance
    • FieldIndex
    • FieldGeneralizedIndex
    • FieldRoot
    • FieldTree
    • ProveField
    • VerifyFieldProof
Commits
  • a994a23 Merge pull request #229 from klim0v/patch-1
  • 548954e Merge pull request #231 from attestantio/proof_beacon
  • a44541f remove Tree type; fix tests and lints
  • 207d586 Apply patches
  • 70da0a1 Apply patches
  • d1cc843 Update multi/submitblindedproposal.go
  • ce514c4 Create submitblindedproposal.go
  • 625ef6d Merge branch 'master' into feature/beaconstate-proofs
  • 5cf20f4 Merge pull request #226 from attestantio/update_changelog
  • 02d6ebd Update changelog.
  • Additional commits viewable in compare view

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

Release notes

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

Armored Compartments (v1.15.11)

This is a maintenance release, correcting issues with log and transaction indexing. Upgrading to this release is not required to follow the Pectra fork on mainnet, you can keep using v1.15.9 or v1.15.10, but we recommend you upgrade at your convenience to fix RPC issues.

All changes

  • A stall condition in eth_getTransactionByHash is resolved. (#31752)
  • Two bugs in the new log indexer are resolved. Note: upon upgrading the log index will be rebuilt, expect high CPU load after startup. (#31750, #31734)
  • Log indexing performance has been improved. (#31716)
  • eth_simulateV1 now correctly returns the transaction sender (from). (#31480)
  • A corner-case in eth_estimateGas related to floorDataGas is resolved. (#31735)
  • ethclient's BlockByNumber can now retrieve the pending block. (#31504)
  • geth init will once again exit in error when trying to re-initialize a database with an incompatible config. (#31743)
  • Transaction pool reorgs are slightly faster. (#31715)
  • A transaction pool data race in geth --dev mode is resolved. (#31758)

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


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

Omni-Capacitors (v1.15.10)

This is a bug-fix release that corrects an issue with the new log indexer and configures the beacon chain light client for the Electra fork on mainnet (we forgot about this in v1.15.9).

This release is also suitable for following the Pectra fork on Mainnet.

All changes

  • A deadlock condition in the log indexer is resolved. This only affected deployments of Geth in archive mode, and old databases still using LevelDB. (#31708)
  • The beacon chain light client is now configured for the Pectra fork on mainnet. (#31706)
  • The default block gas limit has been increased to 36M. (#31705)
  • ethclient now allows passing an EIP-7702 authorizationList to calls. (#31198)
  • A new RPC endpoint debug_setMemoryLimit has been added for tweaking Go garbage collector behavior. We do not recommended using this, it's just a facility for debugging Geth. (#31441)

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


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

... (truncated)

Commits

Updates github.com/ethpandaops/ethwallclock from 0.3.0 to 0.4.0

Release notes

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

v0.4.0

What's Changed

New Contributors

Full Changelog: ethpandaops/ethwallclock@v0.3.0...v0.4.0

Commits
  • b65c869 Merge pull request #3 from ethpandaops/refactor/negate-potential-race
  • 38456f7 feat(beacon_chain): add stop mechanism to EthereumBeaconChain
  • 37b96a3 refactor: Remove unnecessary comments and white space
  • bb6e5d4 feat: Add CODEOWNERS file and Go workflow files
  • b34ba48 refactor(beacon-chain): negate potential for race to write callbacks
  • See full diff in compare view

Updates github.com/pressly/goose/v3 from 3.24.2 to 3.24.3

Release notes

Sourced from github.com/pressly/goose/v3's releases.

v3.24.3

What's Changed

  • Add GOOSE_TABLE environment variable -- lower priority than -table flag, but higher than the default table name. (#932)
  • Dependency updates

New Contributors

Full Changelog: pressly/goose@v3.24.2...v3.24.3

Changelog

Sourced from github.com/pressly/goose/v3's changelog.

[v3.24.3]

  • Add GOOSE_TABLE environment variable -- lower priority than -table flag, but higher than the default table name. (#932)
  • Dependency updates
Commits

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 in the / directory: [github.com/attestantio/go-eth2-client](https://github.com/attestantio/go-eth2-client), [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [github.com/ethpandaops/ethwallclock](https://github.com/ethpandaops/ethwallclock) and [github.com/pressly/goose/v3](https://github.com/pressly/goose).


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

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

Updates `github.com/ethpandaops/ethwallclock` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/ethpandaops/ethwallclock/releases)
- [Commits](ethpandaops/ethwallclock@v0.3.0...v0.4.0)

Updates `github.com/pressly/goose/v3` from 3.24.2 to 3.24.3
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md)
- [Commits](pressly/goose@v3.24.2...v3.24.3)

---
updated-dependencies:
- dependency-name: github.com/attestantio/go-eth2-client
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.15.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/ethpandaops/ethwallclock
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/pressly/goose/v3
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 May 26, 2025
@pk910 pk910 merged commit a640ea2 into master Jun 6, 2025
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-54f8461bd7 branch June 6, 2025 18:30
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