chore: bump github.com/ethereum/go-ethereum from 1.15.11 to 1.16.5
Bumps github.com/ethereum/go-ethereum from 1.15.11 to 1.16.5.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Coolant Cells (v1.16.5)
This is a maintenance release. We are issuing this release mostly to add a conversion path for blob proofs submitted via
eth_sendRawTransaction. See https://blog.ethereum.org/2025/10/15/fusaka-blob-update for more information.RPC
eth_sendRawTransactionhas an upgrade path for blob proofs after the Fusaka fork. Note this is temporary. We will remove support for blob proof conversion during the v1.17.x release cycle, please update RPC client libraries to support cell-level (v1) proofs. (#32849)eth_subscribenow supports atransactionReceiptssubscription. There is also a wrapper in ethclient for this new subscription type. (#32697, #32869)eth_simulateV1was fixed to return the block timestamp in logs, likeeth_getLogsdoes. (#32831)- In the abigen v2 runtime,
BoundContract.Transferwill now verify that the contract has a payable fallback or receive method. (#32374)- A
keccak256preimagetracer has been added. (#32569)Networking
- The eth protocol handler will now drop peers sending duplicated transactions. This is to unify behavior with other client implementations. (#32728)
- A regression in the discovery system could cause high CPU usage under synthetic conditions (i.e. in tests). (#32912)
- A very rare shutdown hang related to peer discovery is resolved. (#32572)
- The eth protocol test suite has a new post-merge test chain and saw some bug fixes for flakey tests. (#32834, #32850)
Core
- Our freezer implementation now supports partial reads, i.e. reading just a slice out of a larger stored value. This functionality is used for the archive node state history. (#32132)
- The trie database now implements a storage layer for 'trie history', a precursor to serving historical state proofs for the path-based archive node. (#32596)
- The
txpool/valid.metermetric has been corrected. (#32845)- The engine API saw some fixes related to fork compatibility checks. (#32800, #32731)
For a full rundown of the changes please consult the Geth 1.16.5 release milestone.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Bioelectric Infusers (v1.16.4)
This release enables the Osaka (Fusaka) fork on testnets. We also enable two blob-parameter only (BPO) forks for the testnets.
Holesky
- Osaka at time
1759308480(2025-10-01 08:48:00 UTC)- BPO1 at time
1759800000(2025-10-07 01:20:00 UTC)- BPO2 at time
1760389824(2025-10-13 21:10:24 UTC)Sepolia
- Osaka at time
1760427360(2025-10-14 07:36:00 UTC)
... (truncated)
Commits
737ffd1Merge branch 'master' into release/1.1632ccb54version: release go-ethereum v1.16.5 stable7c107c2p2p/discover: remove hot-spin in table refresh trigger (#32912)40505a9eth/protocols/eth: reject message containing duplicated txs and drop peer (#3...3cfc334rpc: fix flaky test TestServerWebsocketReadLimit (#32889)f6064f3internal/ethapi: convert legacy blobtx proofs in sendRawTransaction (#32849)55a5320accounts/abi: check presence of payable fallback or receive before proceeding...e03d97acore/txpool/legacypool: fix pricedList updates (#32906)fb8d229eth: do not warn on switching from snap sync to full sync (#32900)00f6f2beth/catalyst: remove useless log on enabling Engine API (#32901)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
cc for visibility @minhd-vu there has been some changes to StatusPacket and ReceiptsPacket
cc for visibility @minhd-vu there has been some changes to StatusPacket and ReceiptsPacket
I think this version of geth removes some eth protocol versions. I'm waiting for bor to catch up with these changes before merging these changes. However, it's not critical so if you need the latest geth version immediately, I can test this out.
I don't think this is an urgent version bump, so I think waiting until bor to catch up makes a lot more sense +1
A newer version of github.com/ethereum/go-ethereum exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.