-
Notifications
You must be signed in to change notification settings - Fork 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
Deletion proof should be collected while committing phase #253
Comments
There would be several rules for collecting proofs:
Two differnt operating sequences lead to the same final trie. In the seq above, we need the node |
Here we purpose a resolution:
Note:
|
Also note: Currently implement call |
Moved to asana per request. Use asana instead in the future scrum process (whenever possible) |
Currently we collect deletion proof from zktrie while each
SSTORE
has involved deletion, i.e. set a slot from non-zero to 0. This induce an addition committing in the corresponding store trie and malicous user can make use of this cost for some attacking.The text was updated successfully, but these errors were encountered: