You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
This refactor requires updating many circuits and tests will probably not pass until everything is complete. For this reason we will work on this in a new branch, and we will submit PRs for these issues to this new branch. Once everything is in the branch we will work on making sure all tests pass and then merge it to main.
The text was updated successfully, but these errors were encountered:
CC has proposed a strategy that allows having the code building in the different stages of the refactor, and he has implemented it in this PR #1435 The approach consists on duplicating the types and functions that deal with words to have at the same time legacy and lo/hi versions, so that the refactor can be incremental and build at all times. Following this approach there's a list of duplicate types/functions that we will need to clean up before merging the word-lo-hi branch to main. This comments collects the details: #1435 (comment)
Depends on the specs to be refactored privacy-scaling-explorations/zkevm-specs#216
Previous work needed:
Circuits:
This refactor requires updating many circuits and tests will probably not pass until everything is complete. For this reason we will work on this in a new branch, and we will submit PRs for these issues to this new branch. Once everything is in the branch we will work on making sure all tests pass and then merge it to main.
The text was updated successfully, but these errors were encountered: