forked from neonevm/neon-evm
-
Notifications
You must be signed in to change notification settings - Fork 8
Add Account Revision #276
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
Merged
Merged
Add Account Revision #276
Conversation
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
6e58892 to
331e1ca
Compare
afalaleev
previously approved these changes
Feb 19, 2024
evgenyzdanovich
previously approved these changes
Feb 19, 2024
7721896
7721896 to
ed0f24d
Compare
ed0f24d to
dc07639
Compare
Dapps report |
afalaleev
approved these changes
Feb 22, 2024
anton-lisanin
added a commit
that referenced
this pull request
Feb 26, 2024
* Add Account Revision (#276) * NDEV-2651 Remove syscall_stabs (#279) * NDEV-2620: Add executor_state: &impl Database parameter to EventListener::event method (#273) * add keys for Miro, DeBank/ Rabby and Alfie for devnet WL --------- Co-authored-by: Semen Medvedev <[email protected]> Co-authored-by: Miroslav Nedelchev <[email protected]> Co-authored-by: Andrei Silviu Dragnea <[email protected]> Co-authored-by: s-medvedev <[email protected]> Co-authored-by: Kristina Nikolaeva <[email protected]>
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.
Remove the account blocking mechanism and introduce the account revision.
Each time the account is changed, increment the revision by 1.
At the beginning of the first iteration, store an entire transaction data and revisions for all accounts in the Holder. In each iteration, compare the account revision with the one stored in the Holder. If they do not match, reset the EVM state to the first iteration.