chore(deps): bump github.com/ethereum/go-ethereum from 1.16.0 to 1.16.8
Bumps github.com/ethereum/go-ethereum from 1.16.0 to 1.16.8.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Moisture Filters (v1.16.8)
This is a security fix release and is recommended for all users. It resolves two p2p vulnerabilities reported through the Ethereum Foundation bug bounty program.
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(use "stable" tag).- Ubuntu packages in our Launchpad PPA repository.
- macOS packages in our Homebrew Tap repository.
Ballistic Drift Stabilizer (v1.16.7)
This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.
This release enables the Fusaka hardfork on Ethereum mainnet.
The Fusaka fork is scheduled to occur at
2025-12-03 21:49:11 UTC. Please upgrade your node to v1.16.7 in time for the fork.This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.
- BPO1 on
2025-12-09- BPO2 on
2026-01-07Fusaka
RPC
- Add
eth_sendRawTransactionSyncwhich 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_simulateV1in 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
- Fix for a cryptographic vulnerability in c-kzg-4844. This is only exploitable post-Fusaka. (#33093)
- Add
geth --genesisflag as an alternative to runninggeth 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_getProofrequest 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)
... (truncated)
Commits
abeb78cMerge branch 'dos-fixes' into release/1.16ce43eb9version: release go-ethereum v1.16.8 stable638741bcrypto/ecies: use aes blocksizefdfd123core/txpool: drop peers on invalid KZG proofs8ecb686version: begin v1.16.8 release cycleb9f3a3dMerge branch 'master' into release/1.1607129d2version: release go-ethereum v1.16.7 stable653f8d4go.mod: update to c-kzg v2.1.5 (#33093)5b77af3version: begin v1.16.7 release cycle386c3deMerge branch 'master' into release/1.16- 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.