refactor tracer#195
Merged
FletcherMan merged 5 commits intofeat/eip-7702from Sep 4, 2025
Merged
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
FletcherMan
added a commit
that referenced
this pull request
Oct 17, 2025
* implement eip-7702 * refactor tracer (#195) * refactor tracer * fix getBlockTrace * fix nil pointer * fix tracer api * use origin evm.StateDB to applyMessage * support override morph300 * minor fixes * add auth list for getBlockTrace api * 7702 test debug (#198) * add logs for debug * fix sender * convert auth data * revert log --------- Co-authored-by: fletcher.fan <fletcher.fan@bitget.com> * add 7702 target into trace * set 7702 upgrade name to Viridian * set tx context before hooks tx start * fix: Address fee mismatch issue in L1DataFee settlement * return err when failed to query block in GetBlockReceipts * update version to 2.1.0 * update version to 2.0.7 --------- Co-authored-by: fletcher.fan <fletcher.fan@bitget.com>
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.
1. Purpose or design rationale of this PR
...
2. PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
3. Deployment tag versioning
Has the version in
params/version.gobeen updated?4. Breaking change label
Does this PR have the
breaking-changelabel?