From 511a3099fa5275ff5475a03573ff52e5a755c70b Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 26 Feb 2024 11:02:16 +0200 Subject: [PATCH] prepare. to release with most recent abis for contracts release 11 --- .changeset/pre.json | 29 +++++++++++++++++++ packages/cli/package.json | 2 +- packages/sdk/contractkit/package.json | 2 +- .../contractkit/src/wrappers/LockedGold.ts | 1 - packages/sdk/governance/package.json | 2 +- yarn.lock | 14 ++++----- 6 files changed, 39 insertions(+), 11 deletions(-) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..5b725f71e --- /dev/null +++ b/.changeset/pre.json @@ -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": [] +} diff --git a/packages/cli/package.json b/packages/cli/package.json index c4d2580e9..97034f9da 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/sdk/contractkit/package.json b/packages/sdk/contractkit/package.json index 72823ca6f..256a11074 100644 --- a/packages/sdk/contractkit/package.json +++ b/packages/sdk/contractkit/package.json @@ -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", diff --git a/packages/sdk/contractkit/src/wrappers/LockedGold.ts b/packages/sdk/contractkit/src/wrappers/LockedGold.ts index 4ed5912b3..5fed11ce7 100644 --- a/packages/sdk/contractkit/src/wrappers/LockedGold.ts +++ b/packages/sdk/contractkit/src/wrappers/LockedGold.ts @@ -410,7 +410,6 @@ export class LockedGoldWrapper extends BaseWrapperForGoverning { } _getTotalPendingWithdrawalsCount = proxyCall( - // @ts-expect-error this.contract.methods.getTotalPendingWithdrawalsCount, undefined, valueToBigNumber diff --git a/packages/sdk/governance/package.json b/packages/sdk/governance/package.json index c69e17b82..48bac44f4 100644 --- a/packages/sdk/governance/package.json +++ b/packages/sdk/governance/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 0144b0b37..308a541d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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" @@ -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" @@ -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"