Fix rlp: expected List error for legacy Arbitrum receipt encoding#4469
Merged
Fix rlp: expected List error for legacy Arbitrum receipt encoding#4469
Conversation
Update go-ethereum submodule with fix for ReadCanonicalRawReceipt failing on blocks with Arbitrum legacy receipt encoding. When NewListIterator or extractReceiptFields fails on legacy formats, fall back to ReadRawReceipts which handles both modern and legacy receipt formats via ReceiptForStorage.DecodeRLP. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
d608d69 to
24a2b76
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4469 +/- ##
==========================================
- Coverage 32.90% 32.77% -0.13%
==========================================
Files 493 493
Lines 58295 58295
==========================================
- Hits 19182 19108 -74
- Misses 35782 35840 +58
- Partials 3331 3347 +16 |
Contributor
❌ 8 Tests Failed:
View the top 3 failed tests by shortest run time
📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
joshuacolvin0
added a commit
that referenced
this pull request
Mar 5, 2026
…oding Port - Fix rlp: expected List error for legacy Arbitrum receipt encoding (#4469)
eljobe
approved these changes
Mar 6, 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.
part of NIT-4600
pulls in OffchainLabs/go-ethereum#634
Update go-ethereum submodule with fix for ReadCanonicalRawReceipt
failing on blocks with Arbitrum legacy receipt encoding.
When NewListIterator or extractReceiptFields fails on legacy formats,
fall back to ReadRawReceipts which handles both modern and legacy
receipt formats via ReceiptForStorage.DecodeRLP.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com