-
Notifications
You must be signed in to change notification settings - Fork 17
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
Prepare for circom v2.2.0 upgrade #102
Conversation
Signed-off-by: Chengxuan Xing <[email protected]>
Signed-off-by: Chengxuan Xing <[email protected]>
Signed-off-by: Chengxuan Xing <[email protected]>
Signed-off-by: Chengxuan Xing <[email protected]>
Signed-off-by: Chengxuan Xing <[email protected]>
Signed-off-by: Chengxuan Xing <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - a few comments just around formatting
@EnriqueL8 Thanks for the comments. for Both the formatting and the reason for switching them to use anonymous component syntax are to prepare for organize those loose attributes into "buses" (a concept similar to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. approved with a minor request
@@ -4,7 +4,7 @@ name: release | |||
on: | |||
push: | |||
tags: | |||
- 'v*.*.*' | |||
- "v*.*.*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please include vscode settings to make the formatting choice universally applied with any developer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vscode settings are currently ignored. will remove it from gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment addressed in 0ed5a04
Signed-off-by: Chengxuan Xing <[email protected]>
first part of #100
picks up circom v2.2.0 Maintained the usage of(going to be the next PR as changes turns out to be more complicated)--O2
optimization since we are using groth16