-
Notifications
You must be signed in to change notification settings - Fork 154
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
Subsidy calculation #406
Subsidy calculation #406
Conversation
add verify subsidy result; remove outdated circom files; add test.sh testMultipleBatches.sh; update zkey.config.yml;
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.
Figured out unwrapping BigInt
to bigint
fixes the current build failure of maci-core
:
error TS2345: Argument of type 'BigInt' is not assignable to parameter of type 'string | number | bigint | boolean'.
This comment was marked as resolved.
This comment was marked as resolved.
Agree, this feature had better be optional. People who run QV don't need to do subsidy calculation. |
Thanks! updated these changes |
Co-authored-by: Daehyun Paik <[email protected]>
Yeah, I have made the subsidy calculation optional. |
No description provided.