-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Export EVM State and Compare State Diff #6760
Open
zhangchiqing
wants to merge
14
commits into
leo/add-verify-evm-offchain-replay
Choose a base branch
from
leo/export-evm-state-from-gobs
base: leo/add-verify-evm-offchain-replay
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Refactor Export EVM State and Compare State Diff #6760
zhangchiqing
wants to merge
14
commits into
leo/add-verify-evm-offchain-replay
from
leo/export-evm-state-from-gobs
+501
−16
Conversation
This file contains 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
zhangchiqing
changed the base branch from
leo/add-verify-evm-offchain-replay
to
master
November 26, 2024 21:00
zhangchiqing
force-pushed
the
leo/export-evm-state-from-gobs
branch
from
November 27, 2024 00:47
0cfb7f5
to
ce205ac
Compare
zhangchiqing
changed the base branch from
master
to
leo/add-verify-evm-offchain-replay
November 27, 2024 00:47
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## leo/add-verify-evm-offchain-replay #6760 +/- ##
======================================================================
- Coverage 42.02% 39.41% -2.61%
======================================================================
Files 1744 1744
Lines 161157 149049 -12108
======================================================================
- Hits 67726 58755 -8971
+ Misses 87757 85347 -2410
+ Partials 5674 4947 -727
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
zhangchiqing
force-pushed
the
leo/export-evm-state-from-gobs
branch
from
November 27, 2024 00:56
ce205ac
to
9765935
Compare
zhangchiqing
force-pushed
the
leo/export-evm-state-from-gobs
branch
from
November 27, 2024 06:50
d49ee00
to
be99b16
Compare
zhangchiqing
force-pushed
the
leo/export-evm-state-from-gobs
branch
from
November 27, 2024 07:27
be99b16
to
b34650d
Compare
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.
This PR refactors the EVM state exporting and importing as well as comparing the EVM state diff.