@maci-protocol/contracts 0.0.0-ci.2587c7e → 0.0.0-ci.26ac545
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/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maci-protocol/contracts",
|
|
3
|
-
"version": "0.0.0-ci.
|
|
3
|
+
"version": "0.0.0-ci.26ac545",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
|
|
6
6
|
"main": "build/ts/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"postbuild": "cp -r ./artifacts ./build",
|
|
44
44
|
"types": "tsc -p tsconfig.json --noEmit",
|
|
45
45
|
"docs": "hardhat docgen",
|
|
46
|
-
"test": "hardhat test ./tests
|
|
46
|
+
"test": "hardhat test ./tests/**/*.test.ts --network hardhat",
|
|
47
47
|
"test:hardhat": "hardhat test --network hardhat ./e2e/hardhatTasks.test.ts",
|
|
48
48
|
"test:maci": "pnpm run test ./tests/MACI.test.ts",
|
|
49
49
|
"test:poll": "pnpm run test ./tests/Poll.test.ts",
|
|
@@ -222,11 +222,11 @@
|
|
|
222
222
|
},
|
|
223
223
|
"dependencies": {
|
|
224
224
|
"@excubiae/contracts": "^0.11.0",
|
|
225
|
-
"@maci-protocol/core": "0.0.0-ci.
|
|
226
|
-
"@maci-protocol/crypto": "0.0.0-ci.
|
|
227
|
-
"@maci-protocol/domainobjs": "0.0.0-ci.
|
|
225
|
+
"@maci-protocol/core": "0.0.0-ci.26ac545",
|
|
226
|
+
"@maci-protocol/crypto": "0.0.0-ci.26ac545",
|
|
227
|
+
"@maci-protocol/domainobjs": "0.0.0-ci.26ac545",
|
|
228
228
|
"@nomicfoundation/hardhat-ethers": "^3.0.9",
|
|
229
|
-
"@nomicfoundation/hardhat-toolbox": "^
|
|
229
|
+
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
230
230
|
"@nomicfoundation/hardhat-verify": "^2.0.14",
|
|
231
231
|
"@openzeppelin/contracts": "^5.3.0",
|
|
232
232
|
"@openzeppelin/merkle-tree": "^1.0.8",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"@zk-kit/lean-imt": "^2.2.3",
|
|
236
236
|
"circomlibjs": "^0.1.7",
|
|
237
237
|
"ethers": "^6.14.4",
|
|
238
|
-
"hardhat": "^2.
|
|
238
|
+
"hardhat": "^2.24.3",
|
|
239
239
|
"lowdb": "^1.0.0",
|
|
240
240
|
"snarkjs": "^0.7.5",
|
|
241
241
|
"solady": "^0.1.19",
|
|
@@ -249,18 +249,18 @@
|
|
|
249
249
|
"@types/circomlibjs": "^0.1.6",
|
|
250
250
|
"@types/lowdb": "^1.0.15",
|
|
251
251
|
"@types/mocha": "^10.0.10",
|
|
252
|
-
"@types/node": "^24.0.
|
|
252
|
+
"@types/node": "^24.0.3",
|
|
253
253
|
"@types/sinon": "^17.0.4",
|
|
254
254
|
"@types/snarkjs": "^0.7.9",
|
|
255
255
|
"@types/uuid": "^10.0.0",
|
|
256
256
|
"chai": "^4.3.10",
|
|
257
257
|
"chai-as-promised": "^7.1.2",
|
|
258
|
-
"dotenv": "^
|
|
258
|
+
"dotenv": "^16.5.0",
|
|
259
259
|
"hardhat-artifactor": "^0.2.0",
|
|
260
260
|
"hardhat-contract-sizer": "^2.10.0",
|
|
261
261
|
"sinon": "^21.0.0",
|
|
262
262
|
"ts-node": "^10.9.1",
|
|
263
263
|
"typescript": "^5.8.3"
|
|
264
264
|
},
|
|
265
|
-
"gitHead": "
|
|
265
|
+
"gitHead": "18b17076be4c2d93d6f097f9d01cab9c3ab10899"
|
|
266
266
|
}
|