Bump github.com/ethereum/go-ethereum from 1.16.8 to 1.17.0#85
Bump github.com/ethereum/go-ethereum from 1.16.8 to 1.17.0#85dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.16.8 to 1.17.0. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.8...v1.17.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
d400eae to
42c21e1
Compare
|
Just a note in case it helps — I was testing the go-ethereum 1.16.8 → 1.17.x migration path for a similar project and ran into a couple of things:
Might be worth running the full test suite against 1.17.0 before merging to catch any subtle breakages. Happy to help test if needed. |
|
Also worth noting — go-ethereum v1.17.0 includes fixes for three CVEs: Since goutils currently pins 1.16.8, any downstream project (including agent-pay) inherits these vulnerabilities. The release notes recommend upgrading to at least 1.16.9 (security-only backport) or 1.17.0+. This Dependabot PR to 1.17.0 would resolve all three. Might be worth prioritizing the merge. |
|
@hhl42 Just wanted to flag this — the three CVEs mentioned above (CVE-2026-26313/14/15) affect all projects pinning go-ethereum < 1.16.9. Since agent-pay also depends on goutils, it inherits the same exposure. The v1.17.0 release notes specifically recommend recreating the p2p node key after upgrading. Might be worth coordinating this Dependabot merge with the agent-pay dependency update you did recently. Happy to help test compatibility if useful. |
Bumps github.com/ethereum/go-ethereum from 1.16.8 to 1.17.0.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
0cf3d3bversion: release go-ethereum v1.17.0 stable9b78f45crypto/secp256k1: fix coordinate checkc709c19eth/catalyst: add initial OpenTelemetry tracing for newPayload (#33521)550ca91consensus/misc: hardening header verification (#33860)a4b3898internal/telemetry: don't create internal spans without parents (#33780)0cba803eth/protocols/eth, eth/protocols/snap: delayed p2p message decoding (#33835)ad88b68internal/download: show progress bar only if server gives length (#33842)c50e5edcmd/geth, internal/telemetry: wire OpenTelemetry tracing via CLI flags (#33484)d8b92cbrpc,internal/telemetry: fix deferred spanEnd to capture errors via pointer (#...ac85a6frlp: add back Iterator.Count, with fixes (#33841)