Skip to content
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

Externalize Circuit-related logic to zkevm-circuits #59

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

CPerezz
Copy link
Member

@CPerezz CPerezz commented Sep 1, 2021

As discussed with @han0110 we should externalize all of
the Constraint-System/circuit related stuff to zkevm-circuits
in order to reduce circular depency issuesand make
the overall solution simpler.

Resolves: #49

@CPerezz CPerezz added crate-bus-mapping Issues related to the bus-mapping workspace member T-refactor Type: cleanup/refactor labels Sep 1, 2021
@CPerezz CPerezz requested a review from han0110 September 1, 2021 08:31
@CPerezz CPerezz merged commit 222919c into main Sep 1, 2021
@CPerezz CPerezz deleted the circuit-stuff-removal branch September 1, 2021 09:03
As discussed with @han0110 we should externalize all of
the Constraint-System/circuit related stuff to zkevm-circuits
in order to reduce circular depency issuesand make
the overall solution simpler.

Resolves: #49
jingyu123412 referenced this pull request in scroll-tech/zkevm-circuits Nov 4, 2021
* add add and sub opcode

* use is_sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate-bus-mapping Issues related to the bus-mapping workspace member T-refactor Type: cleanup/refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove any Circuit-related thing from bus-mapping.
2 participants