Skip to content

Bump the dependencies group across 1 directory with 3 updates#112

Merged
pk910 merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-dfeecbbed4
Aug 11, 2025
Merged

Bump the dependencies group across 1 directory with 3 updates#112
pk910 merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-dfeecbbed4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the dependencies group with 3 updates in the / directory: github.com/ethereum/go-ethereum, github.com/prometheus/client_golang and github.com/swaggo/swag.

Updates github.com/ethereum/go-ethereum from 1.16.1 to 1.16.2

Release notes

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

Sprouted Seed Vial (v1.16.2)

This is a maintenance release that includes implementations of the Fusaka EIPs, along with several new features, optimizations, and bug fixes. Upgrading to this version is optional, but feedback from those who do is greatly appreciated.

Fusaka:

  • Implement EIP-7825 - Transaction Gas Limit Cap. (#31824,#32230)
  • Implement EIP-7934 - RLP Execution Block Size Limit. (#31990)
  • Implement EIP-7939 - CLZ opcode. (#31989,#32172)
  • Implement EIP-7918 - Blob base fee bounded by execution cost. (#31965)
  • Implement EIP-7951 - Precompile for secp256r1 Curve Support. (#31991)
  • Implement EIP-7892 - Blob Parameter Only Hardforks. (#32193)
  • Implement EIP-7883 - ModExp Gas Cost Increase. (#32231)
  • Add Block-level accessList structure. (#31948)
  • Limit the max blobs in blob transaction. (#32246)

Core:

  • Reduce the memory allocation in trie hash function. (#31902)
  • Improve the background sync mechanism of the freezer. (#32135)
  • Introduce file-based state journal. (#32060)
  • Fix the dropping oversized transaction announcements. (#32210)
  • Fix the condition that disables direct ancient sync mode. (#32188)
  • Add an interface for the jump destination analysis cache. (#32143)
  • Fix incorrect address length in historical state reader. (#32248)
  • Fix a dead lock in state history indexer. (#32260)
  • Expose SigHash of SetCodeAuthorization for customized signing. (#32298)

RPC:

  • Reject eth_getLogs requests that include both block hash and block range. (#31877)
  • Fix block overrides in debug_traceCall. (#32183)
  • Introduce debug_sync to perform a trusted full chain sync. (#32177,#32149)

Others:

  • Add automatic package aliasing in rlp code generator. (#31148)
  • Add the metrics for tracking snap sync duration. (#32258)
  • Update checkpoints for blsync and filtermaps. (#32336)
  • Add test suite for ENRRequest. (#32303)

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


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

... (truncated)

Commits

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

Release notes

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

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

Changelog

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

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits

Updates github.com/swaggo/swag from 1.16.5 to 1.16.6

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.6

What's Changed

New Contributors

Full Changelog: swaggo/swag@v1.16.5...v1.16.6

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 3 updates in the / directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [github.com/swaggo/swag](https://github.com/swaggo/swag).


Updates `github.com/ethereum/go-ethereum` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.16.1...v1.16.2)

Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.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.22.0...v1.23.0)

Updates `github.com/swaggo/swag` from 1.16.5 to 1.16.6
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](swaggo/swag@v1.16.5...v1.16.6)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/swaggo/swag
  dependency-version: 1.16.6
  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 Aug 11, 2025
@pk910 pk910 merged commit e207c35 into master Aug 11, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-dfeecbbed4 branch August 11, 2025 17:57
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