Skip to content

Commit 72837ef

Browse files
authored
Feature/billions support (#308)
* billions support * 1.28.0 * change url for circuits
1 parent 3c2e01a commit 72837ef

File tree

3 files changed

+36
-41
lines changed

3 files changed

+36
-41
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build
3434

3535
- name: Download regular circuits for CI 'latest.zip' from S3
36-
run: mkdir ./tests/proofs/testdata && wget https://iden3-circuits-bucket.s3.eu-west-1.amazonaws.com/latest.zip -P ./tests/proofs/testdata
36+
run: mkdir ./tests/proofs/testdata && wget https://circuits.privado.id/latest.zip -P ./tests/proofs/testdata
3737

3838
- name: Unzip circuits to folder
3939
run: cd ./tests/proofs/testdata && unzip latest.zip && cd - && pwd

package-lock.json

+29-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xpolygonid/js-sdk",
3-
"version": "1.27.3",
3+
"version": "1.28.0",
44
"description": "SDK to work with Polygon ID",
55
"main": "dist/node/cjs/index.js",
66
"module": "dist/node/esm/index.js",
@@ -88,11 +88,11 @@
8888
"typescript": "^4.8.4"
8989
},
9090
"peerDependencies": {
91-
"@iden3/js-crypto": "1.1.0",
92-
"@iden3/js-iden3-core": "1.4.1",
93-
"@iden3/js-jsonld-merklization": "1.4.1",
94-
"@iden3/js-jwz": "1.8.0",
95-
"@iden3/js-merkletree": "1.3.1",
91+
"@iden3/js-crypto": "1.2.0",
92+
"@iden3/js-iden3-core": "1.6.0",
93+
"@iden3/js-jsonld-merklization": "1.5.0",
94+
"@iden3/js-jwz": "1.9.0",
95+
"@iden3/js-merkletree": "1.4.0",
9696
"ffjavascript": "0.3.0",
9797
"rfc4648": "1.5.3",
9898
"snarkjs": "0.7.4"

0 commit comments

Comments
 (0)