Skip to content

Commit

Permalink
Merge pull request #47 from erdoganishe/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
1KitCat1 authored Oct 11, 2024
2 parents eddba80 + 180cba9 commit 6fae74b
Show file tree
Hide file tree
Showing 76 changed files with 324 additions and 10,089 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typechain-types
generated-types
artifacts
cache
test/tests/inputs/*
tests/tests/inputs/*
temp_asn1.der
tests/tests/__pycache__
circuits/ecdsa/tmp/*
Expand All @@ -35,4 +35,5 @@ circuits/ecdsa/tmp/*
!tests/tests/inputs/passportExpiredInput.json
!tests/tests/inputs/isNotAdultInput.json
!tests/tests/inputs/validInput.json
helpers/blacklist_generation/__pycache__
helpers/blacklist_generation/__pycache__
package-lock.json
11 changes: 4 additions & 7 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,13 @@ const config: HardhatUserConfig = {
circuitsDir: "circuits",
compilationSettings: {
c: true,
onlyFiles: ["participationProof.circom"],
skipFiles: ["registerIdentity2688TMSP.circom", "registerIdentity2704.circom", "registerIdentityUniversal.circom",
"registerIdentity2688.circom", "registerIdentityUniversalRSA2048.circom", "registerIdentityUniversalRSA2048TD1.circom",]
onlyFiles: ["multiplier.circom"],
skipFiles: []
},
setupSettings: {
ptauDir: "zkit/ptau",
onlyFiles: ["participationProof.circom"],
skipFiles: ["registerIdentity2688TMSP.circom", "registerIdentity2704.circom", "registerIdentityUniversal.circom",
"registerIdentity2688.circom", "registerIdentityUniversalRSA2048.circom", "registerIdentityUniversalRSA2048TD1.circom",
"registerIdentityUniversalRSA4096.circom"]
onlyFiles: ["multiplier.circom"],
skipFiles: []
},
},
typechain: {
Expand Down
Loading

0 comments on commit 6fae74b

Please sign in to comment.