Conversation
|
Contributor
Author
|
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. |
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Contributor
|
@dependabot recreate |
Bumps the go_modules group with 1 update in the / directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Updates `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 dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
ad4f3a7 to
b2ded86
Compare
go-ethereum 1.17.0 changed eth protocol types to use rlp.RawList for lazy decoding optimization: - BlockHeadersPacket.List replaces BlockHeadersRequest - BlockBodiesPacket.List replaces BlockBodiesResponse - PooledTransactionsPacket.List replaces PooledTransactionsResponse - BlockBody fields now use rlp.RawList instead of slices - TransactionsPacket embeds rlp.RawList Updated all p2p code to use .Len() instead of len(), .Items() for decoding, and rlp.EncodeToRawList() for encoding.
90effa6 to
cf93736
Compare
|
minhd-vu
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the go_modules group with 1 update in the / directory: github.com/ethereum/go-ethereum.
Updates
github.com/ethereum/go-ethereumfrom 1.16.8 to 1.17.0Release 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)