Skip to content

Commit

Permalink
Merge pull request #90 from mhchia/build/remove-js-rln-stuff
Browse files Browse the repository at this point in the history
build: remove js-rln stuff
  • Loading branch information
mhchia authored Aug 31, 2023
2 parents ad44375 + 4c3b9cb commit a1a38bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 46 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: Config.InitialOptions = {
"^.+\\.tsx?$": ["ts-jest", { tsconfig: "tsconfig.test.json" }]
},
"silent": true,
"testTimeout": 100000,
"testTimeout": 200000,
"collectCoverage": true,
"forceExit": true,
};
Expand Down
2 changes: 2 additions & 0 deletions scripts/build-zkeys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# $ ./scripts/build-zkeys.sh withdraw
# Build all circuits defined in `supported_circuit_names`
# $ ./scripts/build-zkeys.sh
#

#
# Configs
Expand All @@ -22,6 +23,7 @@ rln_circuits_version=v1.0.0
rln_circuits_repo='circom-rln'
rln_circuits_repo_url="https://github.com/Rate-Limiting-Nullifier/$rln_circuits_repo.git"


#
# Determine which circuits to build
#
Expand Down
45 changes: 0 additions & 45 deletions scripts/clone-js-rln-zkeys.sh

This file was deleted.

0 comments on commit a1a38bb

Please sign in to comment.