@maci-protocol/testing 0.0.0-ci.71ed5ba → 0.0.0-ci.752ce71

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.
Files changed (40) hide show
  1. package/LICENSE +1 -2
  2. package/build/ts/__tests__/e2e.full.test.d.ts +2 -0
  3. package/build/ts/__tests__/e2e.full.test.d.ts.map +1 -0
  4. package/build/ts/__tests__/e2e.full.test.js +851 -0
  5. package/build/ts/__tests__/e2e.full.test.js.map +1 -0
  6. package/build/ts/__tests__/e2e.nonQv.test.js +408 -18
  7. package/build/ts/__tests__/e2e.nonQv.test.js.map +1 -1
  8. package/build/ts/__tests__/e2e.test.js +77 -77
  9. package/build/ts/__tests__/e2e.test.js.map +1 -1
  10. package/build/ts/__tests__/integration.test.js +21 -21
  11. package/build/ts/__tests__/integration.test.js.map +1 -1
  12. package/build/ts/__tests__/keyChange.test.js +27 -27
  13. package/build/ts/__tests__/keyChange.test.js.map +1 -1
  14. package/build/ts/__tests__/maciKeys.test.js +39 -39
  15. package/build/ts/__tests__/maciKeys.test.js.map +1 -1
  16. package/build/ts/__tests__/unit/joinPoll.test.js +92 -17
  17. package/build/ts/__tests__/unit/joinPoll.test.js.map +1 -1
  18. package/build/ts/__tests__/unit/poll.test.js +5 -5
  19. package/build/ts/__tests__/unit/poll.test.js.map +1 -1
  20. package/build/ts/__tests__/unit/publish.test.js +5 -5
  21. package/build/ts/__tests__/unit/publish.test.js.map +1 -1
  22. package/build/ts/__tests__/unit/signup.test.js +4 -4
  23. package/build/ts/__tests__/unit/signup.test.js.map +1 -1
  24. package/build/ts/__tests__/unit/utils.test.js +12 -12
  25. package/build/ts/__tests__/unit/utils.test.js.map +1 -1
  26. package/build/ts/constants.d.ts +37 -39
  27. package/build/ts/constants.d.ts.map +1 -1
  28. package/build/ts/constants.js +80 -59
  29. package/build/ts/constants.js.map +1 -1
  30. package/build/ts/testingClass.d.ts.map +1 -1
  31. package/build/ts/testingClass.js +12 -12
  32. package/build/ts/testingClass.js.map +1 -1
  33. package/build/ts/types.d.ts +4 -4
  34. package/build/ts/types.d.ts.map +1 -1
  35. package/build/ts/utils.d.ts +3 -3
  36. package/build/ts/utils.d.ts.map +1 -1
  37. package/build/ts/utils.js +12 -12
  38. package/build/ts/utils.js.map +1 -1
  39. package/build/tsconfig.tsbuildinfo +1 -1
  40. package/package.json +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/testing",
3
- "version": "0.0.0-ci.71ed5ba",
3
+ "version": "0.0.0-ci.752ce71",
4
4
  "private": false,
5
5
  "description": "A package with testing utilities for MACI",
6
6
  "main": "build/ts/index.js",
@@ -22,32 +22,33 @@
22
22
  "test:e2e": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/e2e*.test.ts",
23
23
  "test:e2e-qv": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/e2e.test.ts",
24
24
  "test:e2e-non-qv": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/e2e.nonQv.test.ts",
25
+ "test:e2e-full": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/e2e.full.test.ts",
25
26
  "test:keyChange": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/keyChange.test.ts",
26
27
  "test:unit": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/unit/*.test.ts"
27
28
  },
28
29
  "devDependencies": {
29
30
  "@types/chai-as-promised": "^7.1.8",
30
31
  "@types/mocha": "^10.0.10",
31
- "@types/node": "^22.14.1",
32
+ "@types/node": "^22.15.17",
32
33
  "chai": "^4.3.10",
33
34
  "chai-as-promised": "^7.1.2",
34
35
  "hardhat-artifactor": "^0.2.0",
35
36
  "hardhat-contract-sizer": "^2.0.3",
36
- "mocha": "^11.1.0",
37
+ "mocha": "^11.2.2",
37
38
  "ts-mocha": "^11.1.0",
38
39
  "typescript": "^5.8.3"
39
40
  },
40
41
  "dependencies": {
41
- "@maci-protocol/circuits": "0.0.0-ci.71ed5ba",
42
- "@maci-protocol/cli": "0.0.0-ci.71ed5ba",
43
- "@maci-protocol/core": "0.0.0-ci.71ed5ba",
44
- "@maci-protocol/crypto": "0.0.0-ci.71ed5ba",
45
- "@maci-protocol/domainobjs": "0.0.0-ci.71ed5ba",
46
- "@maci-protocol/sdk": "0.0.0-ci.71ed5ba",
42
+ "@maci-protocol/circuits": "0.0.0-ci.752ce71",
43
+ "@maci-protocol/cli": "0.0.0-ci.752ce71",
44
+ "@maci-protocol/core": "0.0.0-ci.752ce71",
45
+ "@maci-protocol/crypto": "0.0.0-ci.752ce71",
46
+ "@maci-protocol/domainobjs": "0.0.0-ci.752ce71",
47
+ "@maci-protocol/sdk": "0.0.0-ci.752ce71",
47
48
  "@nomicfoundation/hardhat-toolbox": "^5.0.0",
48
49
  "@types/chai": "^4.3.11",
49
- "ethers": "^6.13.5",
50
- "hardhat": "^2.23.0"
50
+ "ethers": "^6.14.0",
51
+ "hardhat": "^2.24.0"
51
52
  },
52
- "gitHead": "2686a9109c8f18ac79becce3684ce65097d07503"
53
+ "gitHead": "8d7c521fdeec695705232ec083e6cd70d34c7e84"
53
54
  }