-
Notifications
You must be signed in to change notification settings - Fork 79
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
chore: clean up circuits #104
chore: clean up circuits #104
Conversation
Sweet! Can you add some quick tests for the main helpers? |
bd1a258
to
23350b0
Compare
Circom looks like it's failing CI? Forge tests make sense since our alchemy key is not run for external prs. |
e1f366c
to
679d4df
Compare
679d4df
to
795866a
Compare
Set max workers for on CI to 2 so that it doesn't go OOM when running too many tests in parallel |
"21888242871839275222246405745257275088548364400416034343698204186575808495617" | ||
); | ||
|
||
describe("SHA256 for email header", () => { |
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.
This isn't really an email header test right...
// Compile: circom "./tests/email-verifier-test.circom" --r1cs --wasm --sym --c --wat --output "./tests/compiled-test-circuit" | ||
recompile: true, | ||
output: path.join(__dirname, "./compiled-test-circuit"), | ||
include: path.join(__dirname, "../../../node_modules"), |
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.
Csv we make this non relative at all or nah
No description provided.