Merged
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2692 +/- ##
==========================================
- Coverage 43.81% 43.80% -0.01%
==========================================
Files 1906 1906
Lines 158869 158869
==========================================
- Hits 69607 69599 -8
- Misses 82864 82872 +8
Partials 6398 6398
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
yzang2019
approved these changes
Jan 12, 2026
philipsu522
approved these changes
Jan 12, 2026
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/v6.3
git worktree add -d .worktree/backport-2692-to-release/v6.3 origin/release/v6.3
cd .worktree/backport-2692-to-release/v6.3
git switch --create backport-2692-to-release/v6.3
git cherry-pick -x f72a9f3ae59a7da607b28012e37028f0452e6c47 |
jewei1997
added a commit
that referenced
this pull request
Jan 12, 2026
(cherry picked from commit f72a9f3)
philipsu522
pushed a commit
that referenced
this pull request
Jan 12, 2026
cursor bot
pushed a commit
that referenced
this pull request
Jan 18, 2026
…ed transactions This documents the root cause of trace gas check failures for failed transactions in historical blocks. The issue is caused by the 'double refund' bug in the go-ethereum fork that was fixed in PR #2692 (v1.15.7-sei-14). Key findings: - Trace gas > receipt gas for failed transactions in historical blocks - Caused by incorrect refund application for failed transactions before the fix - Receipts stored incorrect (lower) gas values - Trace replay with current code correctly calculates gas (higher) Includes recommended resolution options for validation tools. Co-authored-by: kartik <kartik@seinetwork.io>
Closed
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.
Describe your changes and provide context
Testing performed to validate your change