Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weijiekoh committed Oct 12, 2021
1 parent 4f63955 commit e61c19f
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
14 changes: 7 additions & 7 deletions circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@
"argparse": "^1.0.10",
"circom": "0.5.45",
"circomlib": "git://github.com/weijiekoh/circomlib.git#0e78dde8c813b95f4585b0613927e9c4269de500",
"tmp": "^0.2.1",
"shelljs": "^0.8.3",
"snarkjs": "0.4.6"
"snarkjs": "0.4.6",
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"circom-helper": "0.1.10",
"axios": "^0.21.0",
"circom-helper": "0.1.10",
"jest": "^26.6.3",
"maci-core": "^1.0.0",
"maci-crypto": "^1.0.0",
"maci-domainobjs": "^1.0.0",
"typescript": "^3.8.3",
"@types/jest": "^26.0.21",
"jest": "^26.6.3",
"ts-jest": "^26.5.4"
"ts-jest": "^26.5.4",
"typescript": "^3.8.3"
},
"gitHead": "f567a17293114ba2d5e89c711d00a9f4c197f070"
}
12 changes: 6 additions & 6 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"test-debug": "node --inspect-brk ./node_modules/.bin/jest"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"argparse": "^1.0.10",
"circom_runtime": "0.1.13",
"circom": "0.5.45",
"circom_runtime": "0.1.13",
"circomlib": "0.5.2",
"ethers": "^5.0.0",
"ffiasm": "0.1.3",
"hardhat": "^2.0.11",
"js-yaml": "4.0.0",
"source-map-support": "^0.5.19",
"maci-circuits": "^1.0.0",
"hardhat": "^2.0.11",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"maci-contracts": "^1.0.0",
"maci-core": "^1.0.0",
"maci-crypto": "^1.0.0",
"maci-domainobjs": "^1.0.0",
"prompt-async": "^0.9.9",
"shelljs": "^0.8.4",
"snarkjs": "0.4.6",
"source-map-support": "^0.5.19",
"web3": "^1.3.4",
"zkey-manager": "^0.0.6",
"xmlhttprequest": "1.8.0"
"xmlhttprequest": "1.8.0",
"zkey-manager": "^0.0.6"
},
"devDependencies": {
"@types/node": "^14.14.35",
Expand Down
8 changes: 4 additions & 4 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"watch": "tsc --watch",
"hardhat": "./scripts/runHardhat.sh",
"compileSol": "./scripts/compileSol.sh && cp -r artifacts/ ../integrationTests/artifacts" ,
"compileSol": "./scripts/compileSol.sh && cp -r artifacts/ ../integrationTests/artifacts",
"build": "tsc",
"test": "npx jest --runInBand",
"test-maci": "jest MACI.test.ts",
Expand All @@ -24,13 +24,13 @@
"@maci-contracts": "."
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@openzeppelin/contracts": "^3.3.0-solc-0.7",
"argparse": "^1.0.10",
"circomlib": "0.5.1",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-artifactor": "^0.2.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"hardhat": "^2.0.11",
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.0.3",
"module-alias": "^2.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test-accQueue-debug": "node --inspect-brk ./node_modules/.bin/jest AccQueue.test.ts"
},
"dependencies": {
"circomlib": "git://github.com/weijiekoh/circomlib.git#24ed08eee0bb613b8c0135d66c1013bd9f78d50a",
"blake-hash": "^1.1.0",
"circomlib": "git://github.com/weijiekoh/circomlib.git#24ed08eee0bb613b8c0135d66c1013bd9f78d50a",
"ethers": "^5.0.32",
"ffjavascript": "0.2.35",
"incrementalquintree": "^1.0.3"
Expand Down
4 changes: 2 additions & 2 deletions domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"test-debug": "node --inspect-brk ./node_modules/.bin/jest"
},
"devDependencies": {
"@types/node": "^14.14.35",
"maci-crypto": "^1.0.0",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"jest": "^26.6.3",
"maci-crypto": "^1.0.0",
"ts-jest": "^26.5.4"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@
"@maci-integrationTests": "./"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"ethers": "^5.0.32",
"hardhat": "^2.0.11",
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.0.3",
"jest": "^26.6.3",
"js-yaml": "^4.0.0",
"maci-circuits": "^1.0.0",
"maci-cli": "^1.0.0",
"maci-contracts": "^1.0.0",
Expand All @@ -30,14 +37,7 @@
"maci-domainobjs": "^1.0.0",
"module-alias": "^2.2.2",
"shelljs": "^0.8.3",
"@types/jest": "^26.0.21",
"jest": "^26.6.3",
"ts-jest": "^26.5.4",
"js-yaml": "^4.0.0",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-artifactor": "^0.2.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"hardhat": "^2.0.11"
"ts-jest": "^26.5.4"
},
"gitHead": "f567a17293114ba2d5e89c711d00a9f4c197f070"
}

0 comments on commit e61c19f

Please sign in to comment.