mirror of
https://github.com/yashgo0018/maci-wrapper.git
synced 2026-01-10 20:17:56 -05:00
chore(version): updated to the latest maci version
This commit is contained in:
@@ -80,10 +80,10 @@ yarn start
|
||||
7. **Compute Results**
|
||||
|
||||
- In a fourth terminal, clone the maci repo - `git clone git@github.com:privacy-scaling-explorations/maci.git`
|
||||
- Copy the zkeys generated from the maci wrapper repo to the cli directory of the maci repo using `cp -r maci-wrapper/packages/hardhat/zkeys maci/cli`.
|
||||
- Copy the zkeys generated from the maci wrapper repo to the cli directory of the maci repo using `cp -r maci-wrapper/packages/hardhat/zkeys maci/packages/cli`.
|
||||
- Install the dependencies using `pnpm i` and build the maci project using `pnpm run build`
|
||||
- Copy the new contract addresses from the maci wrapper repo to the maci repo using `cp -r maci-wrapper/packages/contractAddresses.json maci/cli/build/contractAddresses.json`.
|
||||
- After this you should be able to run the commands written in the [maci documentation](https://maci.pse.dev/docs/v1.2/cli).
|
||||
- Copy the new contract addresses from the maci wrapper repo to the maci repo using `cp -r maci-wrapper/packages/hardhat/contractAddresses.json maci/packages/cli/build/contractAddresses.json`.
|
||||
- After this you should be able to run the commands written in the [maci documentation](https://maci.pse.dev/docs/quick-start/poll-finalization).
|
||||
- First merge signups, then merge messages, and then generate proof, and upload the tally.json file which is generated in the process to the admin panel after the poll is over.
|
||||
|
||||
Navigate to `http://localhost:3000` to interact with your dApp. Modify your app configuration in `packages/nextjs/scaffold.config.ts` and `packages/hardhat/constants.ts` as necessary.
|
||||
|
||||
@@ -15,10 +15,13 @@
|
||||
"lint-staged": "eslint --config ./.eslintrc.json --ignore-path ./.eslintignore",
|
||||
"test": "REPORT_GAS=true hardhat test --network hardhat",
|
||||
"verify": "hardhat etherscan-verify",
|
||||
"download-zkeys": "./maci-scripts/download_zkeys.sh"
|
||||
"download-zkeys": "./maci-scripts/download_zkeys.sh",
|
||||
"merge": "maci-cli mergeSignups --poll-id 0",
|
||||
"maci-cli": "maci-cli"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commander-js/extra-typings": "^12.0.1",
|
||||
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
|
||||
"@typechain/ethers-v6": "~0.5.1",
|
||||
"@zk-kit/eddsa-poseidon": "^0.11.0",
|
||||
"@zk-kit/poseidon-cipher": "^0.3.0",
|
||||
@@ -28,12 +31,12 @@
|
||||
"dotenv": "~16.0.3",
|
||||
"envfile": "~6.18.0",
|
||||
"hardhat-artifactor": "^0.2.0",
|
||||
"maci-circuits": "2.0.0",
|
||||
"maci-cli": "2.0.0",
|
||||
"maci-contracts": "2.0.0",
|
||||
"maci-core": "2.0.0",
|
||||
"maci-crypto": "2.0.0",
|
||||
"maci-domainobjs": "2.0.0",
|
||||
"maci-circuits": "2.3.0",
|
||||
"maci-cli": "2.3.0",
|
||||
"maci-contracts": "2.3.0",
|
||||
"maci-core": "2.2.0",
|
||||
"maci-crypto": "2.2.0",
|
||||
"maci-domainobjs": "2.2.0",
|
||||
"prompt": "^1.3.0",
|
||||
"qrcode": "~1.5.1",
|
||||
"snarkjs": "^0.7.3"
|
||||
@@ -43,8 +46,10 @@
|
||||
"@ethersproject/providers": "~5.7.1",
|
||||
"@nomicfoundation/hardhat-chai-matchers": "~2.0.3",
|
||||
"@nomicfoundation/hardhat-ethers": "~3.0.5",
|
||||
"@nomicfoundation/hardhat-ignition": "^0.15.5",
|
||||
"@nomicfoundation/hardhat-network-helpers": "~1.0.6",
|
||||
"@nomicfoundation/hardhat-verify": "~2.0.3",
|
||||
"@nomicfoundation/ignition-core": "^0.15.5",
|
||||
"@typechain/ethers-v5": "~10.1.0",
|
||||
"@typechain/hardhat": "~9.1.0",
|
||||
"@types/circomlibjs": "^0",
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
"circomkit": "^0.0.24",
|
||||
"circomlib": "^2.0.5",
|
||||
"daisyui": "4.5.0",
|
||||
"maci-crypto": "2.0.0",
|
||||
"maci-domainobjs": "2.0.0",
|
||||
"maci-crypto": "2.2.0",
|
||||
"maci-domainobjs": "2.2.0",
|
||||
"next": "^14.0.4",
|
||||
"next-themes": "^0.2.1",
|
||||
"nprogress": "^0.2.0",
|
||||
|
||||
375
pnpm-lock.yaml
generated
375
pnpm-lock.yaml
generated
@@ -1,375 +0,0 @@
|
||||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
devDependencies:
|
||||
husky:
|
||||
specifier: ^8.0.1
|
||||
version: 8.0.3
|
||||
lint-staged:
|
||||
specifier: ^13.0.3
|
||||
version: 13.3.0
|
||||
|
||||
packages:
|
||||
|
||||
/ansi-escapes@5.0.0:
|
||||
resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
type-fest: 1.4.0
|
||||
dev: true
|
||||
|
||||
/ansi-regex@6.0.1:
|
||||
resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/ansi-styles@6.2.1:
|
||||
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/braces@3.0.3:
|
||||
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
fill-range: 7.1.1
|
||||
dev: true
|
||||
|
||||
/chalk@5.3.0:
|
||||
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
|
||||
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/cli-cursor@4.0.0:
|
||||
resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dependencies:
|
||||
restore-cursor: 4.0.0
|
||||
dev: true
|
||||
|
||||
/cli-truncate@3.1.0:
|
||||
resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dependencies:
|
||||
slice-ansi: 5.0.0
|
||||
string-width: 5.1.2
|
||||
dev: true
|
||||
|
||||
/colorette@2.0.20:
|
||||
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
|
||||
dev: true
|
||||
|
||||
/commander@11.0.0:
|
||||
resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==}
|
||||
engines: {node: '>=16'}
|
||||
dev: true
|
||||
|
||||
/cross-spawn@7.0.3:
|
||||
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
|
||||
engines: {node: '>= 8'}
|
||||
dependencies:
|
||||
path-key: 3.1.1
|
||||
shebang-command: 2.0.0
|
||||
which: 2.0.2
|
||||
dev: true
|
||||
|
||||
/debug@4.3.4:
|
||||
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
|
||||
engines: {node: '>=6.0'}
|
||||
peerDependencies:
|
||||
supports-color: '*'
|
||||
peerDependenciesMeta:
|
||||
supports-color:
|
||||
optional: true
|
||||
dependencies:
|
||||
ms: 2.1.2
|
||||
dev: true
|
||||
|
||||
/eastasianwidth@0.2.0:
|
||||
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
||||
dev: true
|
||||
|
||||
/emoji-regex@9.2.2:
|
||||
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
||||
dev: true
|
||||
|
||||
/eventemitter3@5.0.1:
|
||||
resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
|
||||
dev: true
|
||||
|
||||
/execa@7.2.0:
|
||||
resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==}
|
||||
engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0}
|
||||
dependencies:
|
||||
cross-spawn: 7.0.3
|
||||
get-stream: 6.0.1
|
||||
human-signals: 4.3.1
|
||||
is-stream: 3.0.0
|
||||
merge-stream: 2.0.0
|
||||
npm-run-path: 5.3.0
|
||||
onetime: 6.0.0
|
||||
signal-exit: 3.0.7
|
||||
strip-final-newline: 3.0.0
|
||||
dev: true
|
||||
|
||||
/fill-range@7.1.1:
|
||||
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
to-regex-range: 5.0.1
|
||||
dev: true
|
||||
|
||||
/get-stream@6.0.1:
|
||||
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/human-signals@4.3.1:
|
||||
resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==}
|
||||
engines: {node: '>=14.18.0'}
|
||||
dev: true
|
||||
|
||||
/husky@8.0.3:
|
||||
resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/is-fullwidth-code-point@4.0.0:
|
||||
resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/is-number@7.0.0:
|
||||
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
||||
engines: {node: '>=0.12.0'}
|
||||
dev: true
|
||||
|
||||
/is-stream@3.0.0:
|
||||
resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/isexe@2.0.0:
|
||||
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
||||
dev: true
|
||||
|
||||
/lilconfig@2.1.0:
|
||||
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/lint-staged@13.3.0:
|
||||
resolution: {integrity: sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==}
|
||||
engines: {node: ^16.14.0 || >=18.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chalk: 5.3.0
|
||||
commander: 11.0.0
|
||||
debug: 4.3.4
|
||||
execa: 7.2.0
|
||||
lilconfig: 2.1.0
|
||||
listr2: 6.6.1
|
||||
micromatch: 4.0.5
|
||||
pidtree: 0.6.0
|
||||
string-argv: 0.3.2
|
||||
yaml: 2.3.1
|
||||
transitivePeerDependencies:
|
||||
- enquirer
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/listr2@6.6.1:
|
||||
resolution: {integrity: sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
enquirer: '>= 2.3.0 < 3'
|
||||
peerDependenciesMeta:
|
||||
enquirer:
|
||||
optional: true
|
||||
dependencies:
|
||||
cli-truncate: 3.1.0
|
||||
colorette: 2.0.20
|
||||
eventemitter3: 5.0.1
|
||||
log-update: 5.0.1
|
||||
rfdc: 1.3.1
|
||||
wrap-ansi: 8.1.0
|
||||
dev: true
|
||||
|
||||
/log-update@5.0.1:
|
||||
resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dependencies:
|
||||
ansi-escapes: 5.0.0
|
||||
cli-cursor: 4.0.0
|
||||
slice-ansi: 5.0.0
|
||||
strip-ansi: 7.1.0
|
||||
wrap-ansi: 8.1.0
|
||||
dev: true
|
||||
|
||||
/merge-stream@2.0.0:
|
||||
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
||||
dev: true
|
||||
|
||||
/micromatch@4.0.5:
|
||||
resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
|
||||
engines: {node: '>=8.6'}
|
||||
dependencies:
|
||||
braces: 3.0.3
|
||||
picomatch: 2.3.1
|
||||
dev: true
|
||||
|
||||
/mimic-fn@2.1.0:
|
||||
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
||||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/mimic-fn@4.0.0:
|
||||
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/ms@2.1.2:
|
||||
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
|
||||
dev: true
|
||||
|
||||
/npm-run-path@5.3.0:
|
||||
resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dependencies:
|
||||
path-key: 4.0.0
|
||||
dev: true
|
||||
|
||||
/onetime@5.1.2:
|
||||
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
||||
engines: {node: '>=6'}
|
||||
dependencies:
|
||||
mimic-fn: 2.1.0
|
||||
dev: true
|
||||
|
||||
/onetime@6.0.0:
|
||||
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
mimic-fn: 4.0.0
|
||||
dev: true
|
||||
|
||||
/path-key@3.1.1:
|
||||
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
||||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/path-key@4.0.0:
|
||||
resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/picomatch@2.3.1:
|
||||
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
||||
engines: {node: '>=8.6'}
|
||||
dev: true
|
||||
|
||||
/pidtree@0.6.0:
|
||||
resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
|
||||
engines: {node: '>=0.10'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/restore-cursor@4.0.0:
|
||||
resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dependencies:
|
||||
onetime: 5.1.2
|
||||
signal-exit: 3.0.7
|
||||
dev: true
|
||||
|
||||
/rfdc@1.3.1:
|
||||
resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==}
|
||||
dev: true
|
||||
|
||||
/shebang-command@2.0.0:
|
||||
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
shebang-regex: 3.0.0
|
||||
dev: true
|
||||
|
||||
/shebang-regex@3.0.0:
|
||||
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
||||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/signal-exit@3.0.7:
|
||||
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
||||
dev: true
|
||||
|
||||
/slice-ansi@5.0.0:
|
||||
resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
ansi-styles: 6.2.1
|
||||
is-fullwidth-code-point: 4.0.0
|
||||
dev: true
|
||||
|
||||
/string-argv@0.3.2:
|
||||
resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==}
|
||||
engines: {node: '>=0.6.19'}
|
||||
dev: true
|
||||
|
||||
/string-width@5.1.2:
|
||||
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
eastasianwidth: 0.2.0
|
||||
emoji-regex: 9.2.2
|
||||
strip-ansi: 7.1.0
|
||||
dev: true
|
||||
|
||||
/strip-ansi@7.1.0:
|
||||
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
ansi-regex: 6.0.1
|
||||
dev: true
|
||||
|
||||
/strip-final-newline@3.0.0:
|
||||
resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/to-regex-range@5.0.1:
|
||||
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
||||
engines: {node: '>=8.0'}
|
||||
dependencies:
|
||||
is-number: 7.0.0
|
||||
dev: true
|
||||
|
||||
/type-fest@1.4.0:
|
||||
resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==}
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/which@2.0.2:
|
||||
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
||||
engines: {node: '>= 8'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
isexe: 2.0.0
|
||||
dev: true
|
||||
|
||||
/wrap-ansi@8.1.0:
|
||||
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
ansi-styles: 6.2.1
|
||||
string-width: 5.1.2
|
||||
strip-ansi: 7.1.0
|
||||
dev: true
|
||||
|
||||
/yaml@2.3.1:
|
||||
resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==}
|
||||
engines: {node: '>= 14'}
|
||||
dev: true
|
||||
388
yarn.lock
388
yarn.lock
@@ -520,6 +520,19 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ethersproject/address@npm:5.6.1":
|
||||
version: 5.6.1
|
||||
resolution: "@ethersproject/address@npm:5.6.1"
|
||||
dependencies:
|
||||
"@ethersproject/bignumber": ^5.6.2
|
||||
"@ethersproject/bytes": ^5.6.1
|
||||
"@ethersproject/keccak256": ^5.6.1
|
||||
"@ethersproject/logger": ^5.6.0
|
||||
"@ethersproject/rlp": ^5.6.1
|
||||
checksum: 262096ef05a1b626c161a72698a5d8b06aebf821fe01a1651ab40f80c29ca2481b96be7f972745785fd6399906509458c4c9a38f3bc1c1cb5afa7d2f76f7309a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ethersproject/address@npm:5.7.0, @ethersproject/address@npm:^5.0.0, @ethersproject/address@npm:^5.0.2, @ethersproject/address@npm:^5.7.0":
|
||||
version: 5.7.0
|
||||
resolution: "@ethersproject/address@npm:5.7.0"
|
||||
@@ -552,7 +565,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ethersproject/bignumber@npm:5.7.0, @ethersproject/bignumber@npm:^5.7.0":
|
||||
"@ethersproject/bignumber@npm:5.7.0, @ethersproject/bignumber@npm:^5.6.2, @ethersproject/bignumber@npm:^5.7.0":
|
||||
version: 5.7.0
|
||||
resolution: "@ethersproject/bignumber@npm:5.7.0"
|
||||
dependencies:
|
||||
@@ -563,7 +576,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ethersproject/bytes@npm:5.7.0, @ethersproject/bytes@npm:^5.7.0":
|
||||
"@ethersproject/bytes@npm:5.7.0, @ethersproject/bytes@npm:^5.6.1, @ethersproject/bytes@npm:^5.7.0":
|
||||
version: 5.7.0
|
||||
resolution: "@ethersproject/bytes@npm:5.7.0"
|
||||
dependencies:
|
||||
@@ -657,7 +670,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ethersproject/keccak256@npm:5.7.0, @ethersproject/keccak256@npm:^5.7.0":
|
||||
"@ethersproject/keccak256@npm:5.7.0, @ethersproject/keccak256@npm:^5.6.1, @ethersproject/keccak256@npm:^5.7.0":
|
||||
version: 5.7.0
|
||||
resolution: "@ethersproject/keccak256@npm:5.7.0"
|
||||
dependencies:
|
||||
@@ -667,7 +680,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ethersproject/logger@npm:5.7.0, @ethersproject/logger@npm:^5.7.0":
|
||||
"@ethersproject/logger@npm:5.7.0, @ethersproject/logger@npm:^5.6.0, @ethersproject/logger@npm:^5.7.0":
|
||||
version: 5.7.0
|
||||
resolution: "@ethersproject/logger@npm:5.7.0"
|
||||
checksum: 075ab2f605f1fd0813f2e39c3308f77b44a67732b36e712d9bc085f22a84aac4da4f71b39bee50fe78da3e1c812673fadc41180c9970fe5e486e91ea17befe0d
|
||||
@@ -740,7 +753,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ethersproject/rlp@npm:5.7.0, @ethersproject/rlp@npm:^5.7.0":
|
||||
"@ethersproject/rlp@npm:5.7.0, @ethersproject/rlp@npm:^5.6.1, @ethersproject/rlp@npm:^5.7.0":
|
||||
version: 5.7.0
|
||||
resolution: "@ethersproject/rlp@npm:5.7.0"
|
||||
dependencies:
|
||||
@@ -1395,7 +1408,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/edr@npm:^0.5.0":
|
||||
"@nomicfoundation/edr@npm:^0.5.2":
|
||||
version: 0.5.2
|
||||
resolution: "@nomicfoundation/edr@npm:0.5.2"
|
||||
dependencies:
|
||||
@@ -1661,6 +1674,36 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/hardhat-ignition-ethers@npm:^0.15.0":
|
||||
version: 0.15.5
|
||||
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:0.15.5"
|
||||
peerDependencies:
|
||||
"@nomicfoundation/hardhat-ethers": ^3.0.4
|
||||
"@nomicfoundation/hardhat-ignition": ^0.15.5
|
||||
"@nomicfoundation/ignition-core": ^0.15.5
|
||||
ethers: ^6.7.0
|
||||
hardhat: ^2.18.0
|
||||
checksum: 4fb0b7a88f907d51b6f28b3fb5f8c245659d49490f7976e421bf18fba331723be0292b35ac59f350f32fa75aef92d15e0926a3c811a3e15fd04942e22379d6d4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/hardhat-ignition@npm:^0.15.5":
|
||||
version: 0.15.5
|
||||
resolution: "@nomicfoundation/hardhat-ignition@npm:0.15.5"
|
||||
dependencies:
|
||||
"@nomicfoundation/ignition-core": ^0.15.5
|
||||
"@nomicfoundation/ignition-ui": ^0.15.5
|
||||
chalk: ^4.0.0
|
||||
debug: ^4.3.2
|
||||
fs-extra: ^10.0.0
|
||||
prompts: ^2.4.2
|
||||
peerDependencies:
|
||||
"@nomicfoundation/hardhat-verify": ^2.0.1
|
||||
hardhat: ^2.18.0
|
||||
checksum: eb7b006c31d6acfbb83cfffe0a0a0147a3ddaca2d4cf50273ca20e5214778ab766eaf93068d458c04fc35815f8236ad6c7f99e4ef5044ea9c1810ee4dadfd7c6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/hardhat-network-helpers@npm:~1.0.6":
|
||||
version: 1.0.10
|
||||
resolution: "@nomicfoundation/hardhat-network-helpers@npm:1.0.10"
|
||||
@@ -1717,6 +1760,30 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/ignition-core@npm:^0.15.5":
|
||||
version: 0.15.5
|
||||
resolution: "@nomicfoundation/ignition-core@npm:0.15.5"
|
||||
dependencies:
|
||||
"@ethersproject/address": 5.6.1
|
||||
"@nomicfoundation/solidity-analyzer": ^0.1.1
|
||||
cbor: ^9.0.0
|
||||
debug: ^4.3.2
|
||||
ethers: ^6.7.0
|
||||
fs-extra: ^10.0.0
|
||||
immer: 10.0.2
|
||||
lodash: 4.17.21
|
||||
ndjson: 2.0.0
|
||||
checksum: 643c78e7e51aeed14bd63103a195bec718ea8dcac5e28781070697a0a76394dcd96f269dd44f4021f77337d14db3a1ab50fd8b0f8d62cb58a7efb9fa7d1275da
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/ignition-ui@npm:^0.15.5":
|
||||
version: 0.15.5
|
||||
resolution: "@nomicfoundation/ignition-ui@npm:0.15.5"
|
||||
checksum: d4d7a9e7e1d969b2cfdba3d90a172fb0952ee6ee8c91e0aac3294d480b3719686051fe9ce9aa8dc1d3d47b423461d8b387a88966db4c50bcde1367405fc7025f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-darwin-arm64@npm:0.1.1":
|
||||
version: 0.1.1
|
||||
resolution: "@nomicfoundation/solidity-analyzer-darwin-arm64@npm:0.1.1"
|
||||
@@ -1724,6 +1791,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-darwin-arm64@npm:0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "@nomicfoundation/solidity-analyzer-darwin-arm64@npm:0.1.2"
|
||||
checksum: 5bf3cf3f88e39d7b684f0ca75621b794b62e2676eb63c6977e847acc9c827bdc132143cc84e46be2797b93edc522f2c6f85bf5501fd7b8c85b346fb27e4dd488
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-darwin-x64@npm:0.1.1":
|
||||
version: 0.1.1
|
||||
resolution: "@nomicfoundation/solidity-analyzer-darwin-x64@npm:0.1.1"
|
||||
@@ -1731,6 +1805,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-darwin-x64@npm:0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "@nomicfoundation/solidity-analyzer-darwin-x64@npm:0.1.2"
|
||||
checksum: 8061dc7749d97409ccde4a2e529316c29f83f2d07c78ffea87803777229e2a7d967bbb8bda564903ab5e9e89ad3b46cbcb060621209d1c6e4212c4b1b096c076
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-freebsd-x64@npm:0.1.1":
|
||||
version: 0.1.1
|
||||
resolution: "@nomicfoundation/solidity-analyzer-freebsd-x64@npm:0.1.1"
|
||||
@@ -1745,6 +1826,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-linux-arm64-gnu@npm:0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "@nomicfoundation/solidity-analyzer-linux-arm64-gnu@npm:0.1.2"
|
||||
checksum: 46111d18446ea5d157628c202d1ee1fc3444b32a0e3aa24337bbb407653606a79a3b199bf1e5fe5f74c5c78833cf243e492f20ab6a1503137e89f2236b3ecfe7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-linux-arm64-musl@npm:0.1.1":
|
||||
version: 0.1.1
|
||||
resolution: "@nomicfoundation/solidity-analyzer-linux-arm64-musl@npm:0.1.1"
|
||||
@@ -1752,6 +1840,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-linux-arm64-musl@npm:0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "@nomicfoundation/solidity-analyzer-linux-arm64-musl@npm:0.1.2"
|
||||
checksum: 588e81e7b36cbe80b9d2c502dc2db4bf8706732bcea6906b79bac202eb441fa2f4b9f703c30d82a17ed2a4402eaf038057fb14fc1c16eac5ade103ff9b085cdc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-linux-x64-gnu@npm:0.1.1":
|
||||
version: 0.1.1
|
||||
resolution: "@nomicfoundation/solidity-analyzer-linux-x64-gnu@npm:0.1.1"
|
||||
@@ -1759,6 +1854,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-linux-x64-gnu@npm:0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "@nomicfoundation/solidity-analyzer-linux-x64-gnu@npm:0.1.2"
|
||||
checksum: 26f8307bde4a2c7609d297f2af6a50cad87aa46e914326b09d5cb424b4f45f0f75e982f9fcb9ee3361a2f9b141fcc9c10a665ddbc9686e01b017c639fbfb500b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-linux-x64-musl@npm:0.1.1":
|
||||
version: 0.1.1
|
||||
resolution: "@nomicfoundation/solidity-analyzer-linux-x64-musl@npm:0.1.1"
|
||||
@@ -1766,6 +1868,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-linux-x64-musl@npm:0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "@nomicfoundation/solidity-analyzer-linux-x64-musl@npm:0.1.2"
|
||||
checksum: d3628bae4f04bcdb2f1dec1d6790cdf97812e7e5c0a426f4227acc97883fa3165017a800375237e36bc588f0fb4971b0936a372869a801a97f42336ee4e42feb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-win32-arm64-msvc@npm:0.1.1":
|
||||
version: 0.1.1
|
||||
resolution: "@nomicfoundation/solidity-analyzer-win32-arm64-msvc@npm:0.1.1"
|
||||
@@ -1787,6 +1896,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer-win32-x64-msvc@npm:0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "@nomicfoundation/solidity-analyzer-win32-x64-msvc@npm:0.1.2"
|
||||
checksum: 4a7d34d8419608cc343b6c028e07bd9ec72fd4ab82ccd36807ccf0fc8ad708b8d5baae9121532073ef08b2deb24d9c3a6f7b627c26f91f2a7de0cdb7024238f1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer@npm:^0.1.0":
|
||||
version: 0.1.1
|
||||
resolution: "@nomicfoundation/solidity-analyzer@npm:0.1.1"
|
||||
@@ -1826,6 +1942,36 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nomicfoundation/solidity-analyzer@npm:^0.1.1":
|
||||
version: 0.1.2
|
||||
resolution: "@nomicfoundation/solidity-analyzer@npm:0.1.2"
|
||||
dependencies:
|
||||
"@nomicfoundation/solidity-analyzer-darwin-arm64": 0.1.2
|
||||
"@nomicfoundation/solidity-analyzer-darwin-x64": 0.1.2
|
||||
"@nomicfoundation/solidity-analyzer-linux-arm64-gnu": 0.1.2
|
||||
"@nomicfoundation/solidity-analyzer-linux-arm64-musl": 0.1.2
|
||||
"@nomicfoundation/solidity-analyzer-linux-x64-gnu": 0.1.2
|
||||
"@nomicfoundation/solidity-analyzer-linux-x64-musl": 0.1.2
|
||||
"@nomicfoundation/solidity-analyzer-win32-x64-msvc": 0.1.2
|
||||
dependenciesMeta:
|
||||
"@nomicfoundation/solidity-analyzer-darwin-arm64":
|
||||
optional: true
|
||||
"@nomicfoundation/solidity-analyzer-darwin-x64":
|
||||
optional: true
|
||||
"@nomicfoundation/solidity-analyzer-linux-arm64-gnu":
|
||||
optional: true
|
||||
"@nomicfoundation/solidity-analyzer-linux-arm64-musl":
|
||||
optional: true
|
||||
"@nomicfoundation/solidity-analyzer-linux-x64-gnu":
|
||||
optional: true
|
||||
"@nomicfoundation/solidity-analyzer-linux-x64-musl":
|
||||
optional: true
|
||||
"@nomicfoundation/solidity-analyzer-win32-x64-msvc":
|
||||
optional: true
|
||||
checksum: 0de3a317658345b9012285665bb4c810a98b3668bcf32a118912fda00e5760fa2c77d0a92bce6b687dcc7b4bb34b0a83f8e6748bfa68660a2303d781ca728aef
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@npmcli/fs@npm:^3.1.0":
|
||||
version: 3.1.0
|
||||
resolution: "@npmcli/fs@npm:3.1.0"
|
||||
@@ -2127,8 +2273,11 @@ __metadata:
|
||||
"@ethersproject/providers": ~5.7.1
|
||||
"@nomicfoundation/hardhat-chai-matchers": ~2.0.3
|
||||
"@nomicfoundation/hardhat-ethers": ~3.0.5
|
||||
"@nomicfoundation/hardhat-ignition": ^0.15.5
|
||||
"@nomicfoundation/hardhat-ignition-ethers": ^0.15.0
|
||||
"@nomicfoundation/hardhat-network-helpers": ~1.0.6
|
||||
"@nomicfoundation/hardhat-verify": ~2.0.3
|
||||
"@nomicfoundation/ignition-core": ^0.15.5
|
||||
"@typechain/ethers-v5": ~10.1.0
|
||||
"@typechain/ethers-v6": ~0.5.1
|
||||
"@typechain/hardhat": ~9.1.0
|
||||
@@ -2158,12 +2307,12 @@ __metadata:
|
||||
hardhat-deploy: ^0.12.2
|
||||
hardhat-deploy-ethers: ~0.4.1
|
||||
hardhat-gas-reporter: ~1.0.9
|
||||
maci-circuits: 2.0.0
|
||||
maci-cli: 2.0.0
|
||||
maci-contracts: 2.0.0
|
||||
maci-core: 2.0.0
|
||||
maci-crypto: 2.0.0
|
||||
maci-domainobjs: 2.0.0
|
||||
maci-circuits: 2.3.0
|
||||
maci-cli: 2.3.0
|
||||
maci-contracts: 2.3.0
|
||||
maci-core: 2.2.0
|
||||
maci-crypto: 2.2.0
|
||||
maci-domainobjs: 2.2.0
|
||||
prettier: ~2.8.4
|
||||
prompt: ^1.3.0
|
||||
qrcode: ~1.5.1
|
||||
@@ -2204,8 +2353,8 @@ __metadata:
|
||||
eslint-config-next: ^14.0.4
|
||||
eslint-config-prettier: ^8.5.0
|
||||
eslint-plugin-prettier: ^4.2.1
|
||||
maci-crypto: 2.0.0
|
||||
maci-domainobjs: 2.0.0
|
||||
maci-crypto: 2.2.0
|
||||
maci-domainobjs: 2.2.0
|
||||
next: ^14.0.4
|
||||
next-themes: ^0.2.1
|
||||
nprogress: ^0.2.0
|
||||
@@ -5587,6 +5736,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cbor@npm:^9.0.0":
|
||||
version: 9.0.2
|
||||
resolution: "cbor@npm:9.0.2"
|
||||
dependencies:
|
||||
nofilter: ^3.1.0
|
||||
checksum: 925edae7bf964be5a26dba1b7ba6311ac12b6a66234dc958958997a0576cdc740632dc19852a5b84d8a75101936bea1fe122dc22539d6e11f4539c731853ba2e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chai-as-promised@npm:^7.1.1":
|
||||
version: 7.1.1
|
||||
resolution: "chai-as-promised@npm:7.1.1"
|
||||
@@ -5758,6 +5916,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chokidar@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "chokidar@npm:4.0.0"
|
||||
dependencies:
|
||||
readdirp: ^4.0.1
|
||||
checksum: f528f5cf22135fcdbe2ee44a89de3ebff4f94db7e101c55e5d92169bd4b52ce5b97d3ee0b74fe4fb57a065d2f2efce82f8bc687751e56b0a1870e9fe201b1c99
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chownr@npm:^1.1.4":
|
||||
version: 1.1.4
|
||||
resolution: "chownr@npm:1.1.4"
|
||||
@@ -8133,7 +8300,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ethers@npm:^6.13.2":
|
||||
"ethers@npm:^6.13.2, ethers@npm:^6.7.0":
|
||||
version: 6.13.2
|
||||
resolution: "ethers@npm:6.13.2"
|
||||
dependencies:
|
||||
@@ -9433,13 +9600,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"hardhat@npm:^2.22.7":
|
||||
version: 2.22.7
|
||||
resolution: "hardhat@npm:2.22.7"
|
||||
"hardhat@npm:^2.22.8":
|
||||
version: 2.22.11
|
||||
resolution: "hardhat@npm:2.22.11"
|
||||
dependencies:
|
||||
"@ethersproject/abi": ^5.1.2
|
||||
"@metamask/eth-sig-util": ^4.0.0
|
||||
"@nomicfoundation/edr": ^0.5.0
|
||||
"@nomicfoundation/edr": ^0.5.2
|
||||
"@nomicfoundation/ethereumjs-common": 4.0.4
|
||||
"@nomicfoundation/ethereumjs-tx": 5.0.4
|
||||
"@nomicfoundation/ethereumjs-util": 9.0.4
|
||||
@@ -9452,7 +9619,7 @@ __metadata:
|
||||
ansi-escapes: ^4.3.0
|
||||
boxen: ^5.1.2
|
||||
chalk: ^2.4.2
|
||||
chokidar: ^3.4.0
|
||||
chokidar: ^4.0.0
|
||||
ci-info: ^2.0.0
|
||||
debug: ^4.1.1
|
||||
enquirer: ^2.3.0
|
||||
@@ -9465,6 +9632,7 @@ __metadata:
|
||||
glob: 7.2.0
|
||||
immutable: ^4.0.0-rc.12
|
||||
io-ts: 1.10.4
|
||||
json-stream-stringify: ^3.1.4
|
||||
keccak: ^3.0.2
|
||||
lodash: ^4.17.11
|
||||
mnemonist: ^0.38.0
|
||||
@@ -9490,7 +9658,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
hardhat: internal/cli/bootstrap.js
|
||||
checksum: 3b630db8c337d47d220ab0a94a009e61da0a4bb08cc4576ae33cb50e57d9dbb577ab64a85211914fc511e59cd5fca55c986e9ee2180c2e05657c084a14128b16
|
||||
checksum: 92ab56371be773e3346c840ba85d811d9fda2f52f178e1451e08a6ee23cec06b8897960d4982c4000b3bafa137cffbf945801fd3c02874510b6afc1f3901b55c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -9924,6 +10092,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"immer@npm:10.0.2":
|
||||
version: 10.0.2
|
||||
resolution: "immer@npm:10.0.2"
|
||||
checksum: 525a3b14210d02ae420c3b9f6ca14f7e9bcf625611d1356e773e7739f14c7c8de50dac442e6c7de3a6e24a782f7b792b6b8666bc0b3f00269d21a95f8f68ca84
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"immutable@npm:^4.0.0-rc.12":
|
||||
version: 4.3.4
|
||||
resolution: "immutable@npm:4.3.4"
|
||||
@@ -10747,6 +10922,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"json-stream-stringify@npm:^3.1.4":
|
||||
version: 3.1.4
|
||||
resolution: "json-stream-stringify@npm:3.1.4"
|
||||
checksum: 4133e2975005983b1fd65fe9c57e17dd175a541f1a57257521e427e9b4cf5f0241dad85e87fe1edf7d8097fd14c0222dae18a54061a31b0fee5015267a841988
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"json-stringify-safe@npm:^5.0.1, json-stringify-safe@npm:~5.0.1":
|
||||
version: 5.0.1
|
||||
resolution: "json-stringify-safe@npm:5.0.1"
|
||||
@@ -10918,6 +11100,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"kleur@npm:^3.0.3":
|
||||
version: 3.0.3
|
||||
resolution: "kleur@npm:3.0.3"
|
||||
checksum: df82cd1e172f957bae9c536286265a5cdbd5eeca487cb0a3b2a7b41ef959fc61f8e7c0e9aeea9c114ccf2c166b6a8dd45a46fd619c1c569d210ecd2765ad5169
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"kleur@npm:^4.1.4":
|
||||
version: 4.1.5
|
||||
resolution: "kleur@npm:4.1.5"
|
||||
@@ -11201,7 +11390,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lodash@npm:4, lodash@npm:^4.17.11, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.21, lodash@npm:^4.17.4":
|
||||
"lodash@npm:4, lodash@npm:4.17.21, lodash@npm:^4.17.11, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.21, lodash@npm:^4.17.4":
|
||||
version: 4.17.21
|
||||
resolution: "lodash@npm:4.17.21"
|
||||
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
|
||||
@@ -11354,94 +11543,94 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"maci-circuits@npm:2.0.0, maci-circuits@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "maci-circuits@npm:2.0.0"
|
||||
"maci-circuits@npm:2.3.0, maci-circuits@npm:^2.3.0":
|
||||
version: 2.3.0
|
||||
resolution: "maci-circuits@npm:2.3.0"
|
||||
dependencies:
|
||||
"@zk-kit/circuits": ^0.4.0
|
||||
circomkit: ^0.2.1
|
||||
circomlib: ^2.0.5
|
||||
maci-core: ^2.0.0
|
||||
maci-crypto: ^2.0.0
|
||||
maci-domainobjs: ^2.0.0
|
||||
maci-core: ^2.2.0
|
||||
maci-crypto: ^2.2.0
|
||||
maci-domainobjs: ^2.2.0
|
||||
snarkjs: ^0.7.4
|
||||
checksum: c1d7607b4c1f88227bd66eb146523b7b0d4b410531dba32a227267d279589f10a337a262a7c9562907177d00b8c9db0880519864a2c08718b562a2ddab18f7c9
|
||||
checksum: e00324f0eeb6f84e9e4f9c567e0872d6a712e1572d8df820c6a6db5cc190fea11bcce45dc2223bcf309c7e4b3712f5744b89f91907e59c4314f2d8ae45fd6e86
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"maci-cli@npm:2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "maci-cli@npm:2.0.0"
|
||||
"maci-cli@npm:2.3.0":
|
||||
version: 2.3.0
|
||||
resolution: "maci-cli@npm:2.3.0"
|
||||
dependencies:
|
||||
"@commander-js/extra-typings": ^12.1.0
|
||||
"@nomicfoundation/hardhat-toolbox": ^5.0.0
|
||||
commander: ^12.1.0
|
||||
dotenv: ^16.4.5
|
||||
ethers: ^6.13.2
|
||||
hardhat: ^2.22.7
|
||||
maci-circuits: ^2.0.0
|
||||
maci-contracts: ^2.0.0
|
||||
maci-core: ^2.0.0
|
||||
maci-crypto: ^2.0.0
|
||||
maci-domainobjs: ^2.0.0
|
||||
hardhat: ^2.22.8
|
||||
maci-circuits: ^2.3.0
|
||||
maci-contracts: ^2.3.0
|
||||
maci-core: ^2.2.0
|
||||
maci-crypto: ^2.2.0
|
||||
maci-domainobjs: ^2.2.0
|
||||
prompt: ^1.3.0
|
||||
bin:
|
||||
maci-cli: ./build/ts/index.js
|
||||
checksum: 36ad9a91ac9651ff2bceb84e698ca55869367679b833fc7e18f58ae8a3ccfe9730dfb66a465e88ad209be9f0c0ee2ec60bc2bf4873ef1654a3246106c581c1ab
|
||||
checksum: 51b6210f54b18241d177b0ec81f8fd86410fecbd91ed3c3355b9ff60d8ef4908363e4b7b91966e768eacf25260475242b03095d6c401ae27b9034576f2b8cda4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"maci-contracts@npm:2.0.0, maci-contracts@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "maci-contracts@npm:2.0.0"
|
||||
"maci-contracts@npm:2.3.0, maci-contracts@npm:^2.3.0":
|
||||
version: 2.3.0
|
||||
resolution: "maci-contracts@npm:2.3.0"
|
||||
dependencies:
|
||||
"@nomicfoundation/hardhat-ethers": ^3.0.6
|
||||
"@nomicfoundation/hardhat-toolbox": ^5.0.0
|
||||
"@openzeppelin/contracts": ^5.0.2
|
||||
circomlibjs: ^0.1.7
|
||||
ethers: ^6.13.2
|
||||
hardhat: ^2.22.7
|
||||
hardhat: ^2.22.8
|
||||
lowdb: ^1.0.0
|
||||
maci-circuits: ^2.0.0
|
||||
maci-core: ^2.0.0
|
||||
maci-crypto: ^2.0.0
|
||||
maci-domainobjs: ^2.0.0
|
||||
maci-circuits: ^2.3.0
|
||||
maci-core: ^2.2.0
|
||||
maci-crypto: ^2.2.0
|
||||
maci-domainobjs: ^2.2.0
|
||||
solidity-docgen: ^0.6.0-beta.36
|
||||
uuid: ^10.0.0
|
||||
bin:
|
||||
maci-contracts: ./build/ts/index.js
|
||||
checksum: 225151476593a1e79340c19d733c7fd93caa5ca84ad28b49336833419790e56303d982db7314fc224203d3c8335d9cd20c8778e490ca4a417455fd89c1b29c09
|
||||
checksum: 23a78016fb170dd3a8da572fa61b27dcd5ce95bbdc35859aa51a6b9530a98c0bba6ec157f6105345cac3deb0990eebba83680c01b463df94c15aa8bbe5e61cad
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"maci-core@npm:2.0.0, maci-core@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "maci-core@npm:2.0.0"
|
||||
"maci-core@npm:2.2.0, maci-core@npm:^2.2.0":
|
||||
version: 2.2.0
|
||||
resolution: "maci-core@npm:2.2.0"
|
||||
dependencies:
|
||||
maci-crypto: ^2.0.0
|
||||
maci-domainobjs: ^2.0.0
|
||||
checksum: c081ba5d0a0b91c5d94ee8bf8bb029c4cd7a3024d24806d4b9aa7e6b5eb4e17da82435f63de5dd64de90aa8e2fd9d93feee5366bfcfcf47b01fc1d97ecfa111a
|
||||
maci-crypto: ^2.2.0
|
||||
maci-domainobjs: ^2.2.0
|
||||
checksum: 0301c04bc37f83e01bec499299414602e70b38d12df0e3f44f921c40b2dd3c27f89436c72d3c61604bff76e22b9d3ef4e964ce7d44e59933bb762f77aa36383d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"maci-crypto@npm:2.0.0, maci-crypto@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "maci-crypto@npm:2.0.0"
|
||||
"maci-crypto@npm:2.2.0, maci-crypto@npm:^2.2.0":
|
||||
version: 2.2.0
|
||||
resolution: "maci-crypto@npm:2.2.0"
|
||||
dependencies:
|
||||
"@zk-kit/baby-jubjub": ^1.0.1
|
||||
"@zk-kit/eddsa-poseidon": ^1.0.2
|
||||
"@zk-kit/poseidon-cipher": ^0.3.1
|
||||
ethers: ^6.13.2
|
||||
checksum: 6de73653b07428aaad895d98a78353803d9fefb03d3f9c996acc44a3c400691e9538628068c0a57229d3894461e58c6c09a8ec4cefd1b84739a28db3658cea4c
|
||||
checksum: 73436d0a2e613312dd09853d4203026ee943126cebaa0417532e974bec52e147df5e2abf360b57555dbfe118bb46d0f5a889ec3360fa94e22a1f3aa715d3c135
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"maci-domainobjs@npm:2.0.0, maci-domainobjs@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "maci-domainobjs@npm:2.0.0"
|
||||
"maci-domainobjs@npm:2.2.0, maci-domainobjs@npm:^2.2.0":
|
||||
version: 2.2.0
|
||||
resolution: "maci-domainobjs@npm:2.2.0"
|
||||
dependencies:
|
||||
maci-crypto: ^2.0.0
|
||||
checksum: 764e903d83dcaf8008284a4e871c23dc00648492aa6caae00c6ee3e139443f618da0abab6087cdf65a1482462f37cf1305871b4ecc594622d304c77981ba80ae
|
||||
maci-crypto: ^2.2.0
|
||||
checksum: 995e33b2f7748f098f9a4e52d1a6b84b6922cb0c5d238209438d1d7ff1b1045d66468c3d6bf9aef09115e3af8514505175adf29e1f3ee9e1a3ba14e065ea8866
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -12090,6 +12279,21 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ndjson@npm:2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "ndjson@npm:2.0.0"
|
||||
dependencies:
|
||||
json-stringify-safe: ^5.0.1
|
||||
minimist: ^1.2.5
|
||||
readable-stream: ^3.6.0
|
||||
split2: ^3.0.0
|
||||
through2: ^4.0.0
|
||||
bin:
|
||||
ndjson: cli.js
|
||||
checksum: f847a51a2275b8a6a1bfdb24095183836b71c3085670161678c9922bc59644f04e53ced385e549a5565fdc44c28e206bd3f2199d12525028f843a86b680c4446
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"negotiator@npm:^0.6.3":
|
||||
version: 0.6.3
|
||||
resolution: "negotiator@npm:0.6.3"
|
||||
@@ -13272,6 +13476,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prompts@npm:^2.4.2":
|
||||
version: 2.4.2
|
||||
resolution: "prompts@npm:2.4.2"
|
||||
dependencies:
|
||||
kleur: ^3.0.3
|
||||
sisteransi: ^1.0.5
|
||||
checksum: d8fd1fe63820be2412c13bfc5d0a01909acc1f0367e32396962e737cb2fc52d004f3302475d5ce7d18a1e8a79985f93ff04ee03007d091029c3f9104bffc007d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prop-types@npm:^15.8.1":
|
||||
version: 15.8.1
|
||||
resolution: "prop-types@npm:15.8.1"
|
||||
@@ -13605,6 +13819,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"readable-stream@npm:3, readable-stream@npm:^3.0.0, readable-stream@npm:^3.1.1, readable-stream@npm:^3.5.0, readable-stream@npm:^3.6.0":
|
||||
version: 3.6.2
|
||||
resolution: "readable-stream@npm:3.6.2"
|
||||
dependencies:
|
||||
inherits: ^2.0.3
|
||||
string_decoder: ^1.1.1
|
||||
util-deprecate: ^1.0.1
|
||||
checksum: bdcbe6c22e846b6af075e32cf8f4751c2576238c5043169a1c221c92ee2878458a816a4ea33f4c67623c0b6827c8a400409bfb3cf0bf3381392d0b1dfb52ac8d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"readable-stream@npm:^2.2.2":
|
||||
version: 2.3.8
|
||||
resolution: "readable-stream@npm:2.3.8"
|
||||
@@ -13620,14 +13845,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"readable-stream@npm:^3.1.1, readable-stream@npm:^3.5.0, readable-stream@npm:^3.6.0":
|
||||
version: 3.6.2
|
||||
resolution: "readable-stream@npm:3.6.2"
|
||||
dependencies:
|
||||
inherits: ^2.0.3
|
||||
string_decoder: ^1.1.1
|
||||
util-deprecate: ^1.0.1
|
||||
checksum: bdcbe6c22e846b6af075e32cf8f4751c2576238c5043169a1c221c92ee2878458a816a4ea33f4c67623c0b6827c8a400409bfb3cf0bf3381392d0b1dfb52ac8d
|
||||
"readdirp@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "readdirp@npm:4.0.1"
|
||||
checksum: b39747defe52922c2478874ffbb1fd0bececa7b3170466a5bc770795dd5296a309598990cbd809732079b2363e989d0008b8e91cfbac7b726f68c1947db2d31c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -14445,6 +14666,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sisteransi@npm:^1.0.5":
|
||||
version: 1.0.5
|
||||
resolution: "sisteransi@npm:1.0.5"
|
||||
checksum: aba6438f46d2bfcef94cf112c835ab395172c75f67453fe05c340c770d3c402363018ae1ab4172a1026a90c47eaccf3af7b6ff6fa749a680c2929bd7fa2b37a4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"slash@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "slash@npm:3.0.0"
|
||||
@@ -14705,6 +14933,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"split2@npm:^3.0.0":
|
||||
version: 3.2.2
|
||||
resolution: "split2@npm:3.2.2"
|
||||
dependencies:
|
||||
readable-stream: ^3.0.0
|
||||
checksum: 8127ddbedd0faf31f232c0e9192fede469913aa8982aa380752e0463b2e31c2359ef6962eb2d24c125bac59eeec76873678d723b1c7ff696216a1cd071e3994a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"split2@npm:^4.0.0":
|
||||
version: 4.2.0
|
||||
resolution: "split2@npm:4.2.0"
|
||||
@@ -15389,6 +15626,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"through2@npm:^4.0.0":
|
||||
version: 4.0.2
|
||||
resolution: "through2@npm:4.0.2"
|
||||
dependencies:
|
||||
readable-stream: 3
|
||||
checksum: ac7430bd54ccb7920fd094b1c7ff3e1ad6edd94202e5528331253e5fde0cc56ceaa690e8df9895de2e073148c52dfbe6c4db74cacae812477a35660090960cc0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"through@npm:>=2.2.7 <3":
|
||||
version: 2.3.8
|
||||
resolution: "through@npm:2.3.8"
|
||||
|
||||
Reference in New Issue
Block a user