Skip to content

Commit

Permalink
Merge pull request #271 from celo-org/soloseng/update-devchain
Browse files Browse the repository at this point in the history
bump to latest devchain release
  • Loading branch information
soloseng authored Mar 5, 2024
2 parents 225368e + 34f63eb commit d466ab4
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-hounds-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@celo/identity": patch
---

Updated devchain to support CELO CR11
2 changes: 1 addition & 1 deletion apps/combiner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prettify:diff": "yarn run prettier --config .prettierrc.js --list-different '**/*.+(ts|js)'",
"reset": "yarn reset-modules && yarn reset-cache",
"reset-cache": "yarn reset-yarn && yarn reset-rn",
"reset-modules": "rm -rf node_modules/ packages/*/node_modules",
"reset-modules": "rm -rf node_modules/",
"reset-yarn": "yarn cache clean",
"test": "yarn workspaces foreach --all run test",
"test:fast": "yarn workspaces foreach -ip --since --exclude '{odis,apps/combiner}' run test",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/utils": "^6.0.0",
"@types/bunyan": "1.8.10",
"bignumber.js": "^9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/odis-identifiers": "^1.0.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/utils": "^6.0.0",
Expand All @@ -40,7 +40,7 @@
"io-ts": "2.0.1"
},
"devDependencies": {
"@celo/celo-devchain": "6.0.3",
"@celo/celo-devchain": "7.0.0",
"@celo/dev-utils": "0.0.1-beta.1",
"@celo/wallet-local": "^5.1.2",
"@types/elliptic": "^6.4.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/src/test-utils/setup.global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function globalSetup() {
path.dirname(require.resolve('@celo/celo-devchain')),
'../chains',
)
await baseSetup(path.resolve(chainDataPath), 'v10.tar.gz', {
await baseSetup(path.resolve(chainDataPath), 'v11.tar.gz', {
from_targz: true,
})
await waitForPortOpen('localhost', 8545, 60)
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1322,9 +1322,9 @@ __metadata:
languageName: node
linkType: hard

"@celo/celo-devchain@npm:6.0.3":
version: 6.0.3
resolution: "@celo/celo-devchain@npm:6.0.3"
"@celo/celo-devchain@npm:7.0.0":
version: 7.0.0
resolution: "@celo/celo-devchain@npm:7.0.0"
dependencies:
commander: "npm:^10.0.0"
ganache: "npm:@celo/[email protected]"
Expand All @@ -1333,7 +1333,7 @@ __metadata:
tmp: "npm:^0.2.1"
bin:
celo-devchain: dist/run.js
checksum: 10/23acd0626b13e2805c2d3e57614f3998ec18fe6b0d8bcba9bca3d59d0e8f9d70b6f115f161fcec6e11b98f2e9acef14cdf106a2657d5c94abfb5980eba0df034
checksum: 10/91f3fd48475eb0a9ee1e0c8ad1adb9461ac884023ae87b49e5080421f66b57c9d28764bcdd21cb4c5de0af72b802037330bf8e5b1a82177d716aaf1c3f64bb8f
languageName: node
linkType: hard

Expand Down Expand Up @@ -1380,7 +1380,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^7.0.0":
"@celo/contractkit@npm:^7.1.0":
version: 7.1.0
resolution: "@celo/contractkit@npm:7.1.0"
dependencies:
Expand Down Expand Up @@ -1468,8 +1468,8 @@ __metadata:
resolution: "@celo/identity@workspace:packages/identity"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:6.0.3"
"@celo/contractkit": "npm:^7.0.0"
"@celo/celo-devchain": "npm:7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@celo/odis-identifiers": "npm:^1.0.0"
"@celo/phone-number-privacy-common": "npm:^3.1.1"
Expand Down Expand Up @@ -1506,7 +1506,7 @@ __metadata:
resolution: "@celo/phone-number-privacy-combiner@workspace:apps/combiner"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/encrypted-backup": "npm:^5.0.5"
"@celo/identity": "npm:^5.1.1"
"@celo/phone-number-privacy-common": "npm:^3.1.1"
Expand Down Expand Up @@ -1550,7 +1550,7 @@ __metadata:
resolution: "@celo/phone-number-privacy-common@workspace:packages/common"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/poprf": "npm:^0.1.9"
"@celo/utils": "npm:^6.0.0"
"@celo/wallet-local": "npm:^5.1.2"
Expand Down Expand Up @@ -1579,7 +1579,7 @@ __metadata:
resolution: "@celo/phone-number-privacy-monitor@workspace:apps/monitor"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/cryptographic-utils": "npm:^5.0.7"
"@celo/encrypted-backup": "npm:^5.0.5"
"@celo/identity": "npm:^5.1.1"
Expand All @@ -1601,7 +1601,7 @@ __metadata:
resolution: "@celo/phone-number-privacy-signer@workspace:apps/signer"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/phone-number-privacy-common": "npm:^3.1.1"
"@celo/poprf": "npm:^0.1.9"
"@celo/utils": "npm:^6.0.0"
Expand Down

0 comments on commit d466ab4

Please sign in to comment.