Skip to content

Commit

Permalink
prepare. to release with most recent abis for contracts release 11
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Feb 26, 2024
1 parent ae51ca8 commit 511a309
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 11 deletions.
29 changes: 29 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"mode": "pre",
"tag": "contracts-11-post-audit",
"initialVersions": {
"@celo/celocli": "4.0.0",
"@celo/base": "6.0.0",
"@celo/connect": "5.1.2",
"@celo/contractkit": "7.0.0",
"@celo/cryptographic-utils": "5.0.7",
"@celo/explorer": "5.0.8",
"@celo/governance": "5.0.9",
"@celo/keystores": "5.0.7",
"@celo/network-utils": "5.0.5",
"@celo/phone-utils": "6.0.1",
"@celo/transactions-uri": "5.0.7",
"@celo/utils": "6.0.0",
"@celo/wallet-base": "5.1.2",
"@celo/wallet-hsm": "5.1.2",
"@celo/wallet-hsm-aws": "5.1.2",
"@celo/wallet-hsm-azure": "5.1.2",
"@celo/wallet-hsm-gcp": "5.1.2",
"@celo/wallet-ledger": "5.1.2",
"@celo/wallet-local": "5.1.2",
"@celo/wallet-remote": "5.1.2",
"@celo/wallet-rpc": "5.1.2",
"@celo/typescript": "0.0.1"
},
"changesets": []
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "TZ=UTC yarn jest --runInBand"
},
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/abis": "11.0.0-canary.16",
"@celo/base": "^6.0.0",
"@celo/compliance": "~1.0.17",
"@celo/connect": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "yarn run --top-level eslint -c .eslintrc.js "
},
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/abis": "11.0.0-canary.16",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/utils": "^6.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/sdk/contractkit/src/wrappers/LockedGold.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ export class LockedGoldWrapper extends BaseWrapperForGoverning<LockedGold> {
}

_getTotalPendingWithdrawalsCount = proxyCall(
// @ts-expect-error
this.contract.methods.getTotalPendingWithdrawalsCount,
undefined,
valueToBigNumber
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/abis": "11.0.0-canary.16",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/contractkit": "^7.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1536,10 +1536,10 @@ __metadata:
languageName: node
linkType: hard

"@celo/abis@npm:10.0.0":
version: 10.0.0
resolution: "@celo/abis@npm:10.0.0"
checksum: 963571a9ed7d749df2437305df05cac7ed32c4902c00345fc678964faad01a28e3bc67dc7b29132945dec4ee0d177920d803bdf62b8250767a02a263cdee0213
"@celo/abis@npm:11.0.0-canary.16":
version: 11.0.0-canary.16
resolution: "@celo/abis@npm:11.0.0-canary.16"
checksum: f070b64c8e93524cfa745c1c2287718a25e68036d8e890f2a57dedbab8eb2f317592158b02dc405fcf2530ce80174567a31b95966bd1c461ee5a65106de2ddd2
languageName: node
linkType: hard

Expand Down Expand Up @@ -1590,7 +1590,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/celocli@workspace:packages/cli"
dependencies:
"@celo/abis": "npm:10.0.0"
"@celo/abis": "npm:11.0.0-canary.16"
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:^6.0.3"
"@celo/compliance": "npm:~1.0.17"
Expand Down Expand Up @@ -1728,7 +1728,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
"@celo/abis": "npm:10.0.0"
"@celo/abis": "npm:11.0.0-canary.16"
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:^6.0.3"
"@celo/connect": "npm:^5.1.2"
Expand Down Expand Up @@ -1816,7 +1816,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/governance@workspace:packages/sdk/governance"
dependencies:
"@celo/abis": "npm:10.0.0"
"@celo/abis": "npm:11.0.0-canary.16"
"@celo/base": "npm:^6.0.0"
"@celo/connect": "npm:^5.1.2"
"@celo/contractkit": "npm:^7.0.0"
Expand Down

0 comments on commit 511a309

Please sign in to comment.