@maci-protocol/sdk 0.0.0-ci.fc91dc9 → 0.0.0-ci.fd5247e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/package.json +1 -1
- package/build/ts/proof/__tests__/download.test.js +4 -1
- package/build/ts/proof/__tests__/download.test.js.map +1 -1
- package/build/ts/proof/download.d.ts +3 -3
- package/build/ts/proof/download.d.ts.map +1 -1
- package/build/ts/proof/download.js +5 -7
- package/build/ts/proof/download.js.map +1 -1
- package/build/ts/proof/types.d.ts +26 -0
- package/build/ts/proof/types.d.ts.map +1 -1
- package/build/ts/proof/utils.d.ts +10 -0
- package/build/ts/proof/utils.d.ts.map +1 -0
- package/build/ts/proof/utils.js +24 -0
- package/build/ts/proof/utils.js.map +1 -0
- package/build/ts/tally/types.d.ts +3 -3
- package/build/ts/tally/types.d.ts.map +1 -1
- package/build/ts/vote/generate.js +1 -1
- package/build/ts/vote/generate.js.map +1 -1
- package/build/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/build/ts/proof/constants.d.ts +0 -17
- package/build/ts/proof/constants.d.ts.map +0 -1
- package/build/ts/proof/constants.js +0 -20
- package/build/ts/proof/constants.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maci-protocol/sdk",
|
|
3
|
-
"version": "0.0.0-ci.
|
|
3
|
+
"version": "0.0.0-ci.fd5247e",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "MACI's SDK",
|
|
6
6
|
"main": "build/ts/index.js",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@maci-protocol/contracts": "0.0.0-ci.
|
|
47
|
-
"@maci-protocol/core": "0.0.0-ci.
|
|
48
|
-
"@maci-protocol/crypto": "0.0.0-ci.
|
|
49
|
-
"@maci-protocol/domainobjs": "0.0.0-ci.
|
|
46
|
+
"@maci-protocol/contracts": "0.0.0-ci.fd5247e",
|
|
47
|
+
"@maci-protocol/core": "0.0.0-ci.fd5247e",
|
|
48
|
+
"@maci-protocol/crypto": "0.0.0-ci.fd5247e",
|
|
49
|
+
"@maci-protocol/domainobjs": "0.0.0-ci.fd5247e",
|
|
50
50
|
"@zk-kit/lean-imt": "^2.2.3",
|
|
51
|
-
"ethers": "^6.13.
|
|
51
|
+
"ethers": "^6.13.7",
|
|
52
52
|
"multiformats": "9.9.0",
|
|
53
53
|
"snarkjs": "^0.7.5"
|
|
54
54
|
},
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"ts-jest": "^29.3.2",
|
|
63
63
|
"typescript": "^5.8.3"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "82107dafe2dcdb9d11a30402ca81db9605accdec"
|
|
66
66
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The url of the poll joining zkey for testing
|
|
3
|
-
*/
|
|
4
|
-
export declare const pollJoiningZkeyTestingUrl = "https://maci-develop-fra.s3.eu-central-1.amazonaws.com/v3.0.0/browser-poll-join/testing/PollJoining_10_test.0.zkey";
|
|
5
|
-
/**
|
|
6
|
-
* The url of the poll joining zkey for production
|
|
7
|
-
*/
|
|
8
|
-
export declare const pollJoiningWasmTestingUrl = "https://maci-develop-fra.s3.eu-central-1.amazonaws.com/v3.0.0/browser-poll-join/testing/PollJoining_10_test.wasm";
|
|
9
|
-
/**
|
|
10
|
-
* The url of the poll joining zkey for production
|
|
11
|
-
*/
|
|
12
|
-
export declare const pollJoiningZkeyProductionUrl = "not-available";
|
|
13
|
-
/**
|
|
14
|
-
* The url of the poll joining wasm for production
|
|
15
|
-
*/
|
|
16
|
-
export declare const pollJoiningWasmProductionUrl = "not-available";
|
|
17
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../ts/proof/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,yBAAyB,uHACgF,CAAC;AAEvH;;GAEG;AACH,eAAO,MAAM,yBAAyB,qHAC8E,CAAC;AAErH;;GAEG;AACH,eAAO,MAAM,4BAA4B,kBAAkB,CAAC;AAE5D;;GAEG;AACH,eAAO,MAAM,4BAA4B,kBAAkB,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.pollJoiningWasmProductionUrl = exports.pollJoiningZkeyProductionUrl = exports.pollJoiningWasmTestingUrl = exports.pollJoiningZkeyTestingUrl = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* The url of the poll joining zkey for testing
|
|
6
|
-
*/
|
|
7
|
-
exports.pollJoiningZkeyTestingUrl = "https://maci-develop-fra.s3.eu-central-1.amazonaws.com/v3.0.0/browser-poll-join/testing/PollJoining_10_test.0.zkey";
|
|
8
|
-
/**
|
|
9
|
-
* The url of the poll joining zkey for production
|
|
10
|
-
*/
|
|
11
|
-
exports.pollJoiningWasmTestingUrl = "https://maci-develop-fra.s3.eu-central-1.amazonaws.com/v3.0.0/browser-poll-join/testing/PollJoining_10_test.wasm";
|
|
12
|
-
/**
|
|
13
|
-
* The url of the poll joining zkey for production
|
|
14
|
-
*/
|
|
15
|
-
exports.pollJoiningZkeyProductionUrl = "not-available";
|
|
16
|
-
/**
|
|
17
|
-
* The url of the poll joining wasm for production
|
|
18
|
-
*/
|
|
19
|
-
exports.pollJoiningWasmProductionUrl = "not-available";
|
|
20
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../ts/proof/constants.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACU,QAAA,yBAAyB,GACpC,oHAAoH,CAAC;AAEvH;;GAEG;AACU,QAAA,yBAAyB,GACpC,kHAAkH,CAAC;AAErH;;GAEG;AACU,QAAA,4BAA4B,GAAG,eAAe,CAAC;AAE5D;;GAEG;AACU,QAAA,4BAA4B,GAAG,eAAe,CAAC"}
|