Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps the minor-and-patch-gomod-weekly group with 1 update in the /tools/golang-example directory: github.com/ethereum/go-ethereum.
Bumps the minor-and-patch-gomod-weekly group with 1 update in the /tools/golang-json-rpc-tests directory: github.com/ethereum/go-ethereum.

Updates github.com/ethereum/go-ethereum from 1.16.5 to 1.16.6

Release notes

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

Leather Wrapping (v1.16.6)

This release enables the Fusaka hardfork on Ethereum mainnet. The fork is scheduled to occur at 2025-12-03 21:49:11 UTC. Please upgrade your node in time.

This release also enables the BPO1 and BPO2 forks for mainnet at 2025-12-09 and 2026-01-07 respectively.

Fusaka

  • Set mainnet timestamps for Osaka (#33063)
  • Enable Fusaka for geth --dev mode (#32917)

RPC

  • Add eth_sendRawTransactionSync which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (#32830, #32930, #32929)
  • Add support for eth_simulateV1 in ethclient (#32856)
  • Fix for an issue that might crash debug_traceCall (#33015)
  • Fix for an issuer where local transactions were not persisted to the journal (#32921)

Core

  • Add geth --genesis flag as an alternative to running geth init genesis.json (#32844)
  • Fix for receipt insertion during ERA file import. (#32934)
  • Work on getting the trie node history in order to serve historical eth_getProof request with the new path-based archive node. (#32907, #32914, #32937)
  • Further work on cmd/keeper, our guest program for zkVMs (#32816)
  • Various optimizations (#32971, #32916, #32965, #32946)

Networking

  • New metrics for tracking slow peers (#32964)
  • Fix for an issue where disconnected peers were not removed in txFetcher (#32947)

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


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

Commits
  • 386c3de Merge branch 'master' into release/1.16
  • 044828e version: release go-ethereum v1.16.6
  • 0250724 params: set osaka and BPO1 & BPO2 mainnet dates (#33063)
  • 28c59b7 core/rawdb: fix db inspector by supporting trienode history (#33087)
  • 18a9027 common: fix duration comparison in PrettyAge (#33064)
  • e6d34c1 eth/tracers: fix prestateTracer for EIP-6780 SELFDESTRUCT (#33050)
  • 243407a eth/downloader: fix incorrect waitgroup in test XTestDelivery (#33047)
  • ccacbd1 common: simplify FileExist helper (#32969)
  • 5dd0fe2 p2p: cleanup v4 if v5 failed (#33005)
  • ae37b49 accounts/abi/bind/v2: fix error assertion in test (#33041)
  • Additional commits viewable in compare view

Updates github.com/ethereum/go-ethereum from 1.16.5 to 1.16.6

Release notes

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

Leather Wrapping (v1.16.6)

This release enables the Fusaka hardfork on Ethereum mainnet. The fork is scheduled to occur at 2025-12-03 21:49:11 UTC. Please upgrade your node in time.

This release also enables the BPO1 and BPO2 forks for mainnet at 2025-12-09 and 2026-01-07 respectively.

Fusaka

  • Set mainnet timestamps for Osaka (#33063)
  • Enable Fusaka for geth --dev mode (#32917)

RPC

  • Add eth_sendRawTransactionSync which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (#32830, #32930, #32929)
  • Add support for eth_simulateV1 in ethclient (#32856)
  • Fix for an issue that might crash debug_traceCall (#33015)
  • Fix for an issuer where local transactions were not persisted to the journal (#32921)

Core

  • Add geth --genesis flag as an alternative to running geth init genesis.json (#32844)
  • Fix for receipt insertion during ERA file import. (#32934)
  • Work on getting the trie node history in order to serve historical eth_getProof request with the new path-based archive node. (#32907, #32914, #32937)
  • Further work on cmd/keeper, our guest program for zkVMs (#32816)
  • Various optimizations (#32971, #32916, #32965, #32946)

Networking

  • New metrics for tracking slow peers (#32964)
  • Fix for an issue where disconnected peers were not removed in txFetcher (#32947)

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


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

Commits
  • 386c3de Merge branch 'master' into release/1.16
  • 044828e version: release go-ethereum v1.16.6
  • 0250724 params: set osaka and BPO1 & BPO2 mainnet dates (#33063)
  • 28c59b7 core/rawdb: fix db inspector by supporting trienode history (#33087)
  • 18a9027 common: fix duration comparison in PrettyAge (#33064)
  • e6d34c1 eth/tracers: fix prestateTracer for EIP-6780 SELFDESTRUCT (#33050)
  • 243407a eth/downloader: fix incorrect waitgroup in test XTestDelivery (#33047)
  • ccacbd1 common: simplify FileExist helper (#32969)
  • 5dd0fe2 p2p: cleanup v4 if v5 failed (#33005)
  • ae37b49 accounts/abi/bind/v2: fix error assertion in test (#33041)
  • 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

…ectories with 1 update

Bumps the minor-and-patch-gomod-weekly group with 1 update in the /tools/golang-example directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum).
Bumps the minor-and-patch-gomod-weekly group with 1 update in the /tools/golang-json-rpc-tests directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum).


Updates `github.com/ethereum/go-ethereum` from 1.16.5 to 1.16.6
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.16.5...v1.16.6)

Updates `github.com/ethereum/go-ethereum` from 1.16.5 to 1.16.6
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.16.5...v1.16.6)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-gomod-weekly
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-gomod-weekly
...

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 Nov 3, 2025
@dependabot dependabot bot requested review from a team as code owners November 3, 2025 19:25
@dependabot dependabot bot requested a review from natanasow November 3, 2025 19:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 3, 2025
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