diff --git a/.changeset/afraid-ladybugs-decide.md b/.changeset/afraid-ladybugs-decide.md deleted file mode 100644 index 605996715..000000000 --- a/.changeset/afraid-ladybugs-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/dev-utils': patch ---- - -Added setCommissionUpdateDelay chain setup function diff --git a/.changeset/angry-coats-decide.md b/.changeset/angry-coats-decide.md deleted file mode 100644 index 082320991..000000000 --- a/.changeset/angry-coats-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/cryptographic-utils': minor ---- - -CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` diff --git a/.changeset/chilly-plums-tap.md b/.changeset/chilly-plums-tap.md deleted file mode 100644 index 723122f6c..000000000 --- a/.changeset/chilly-plums-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-base': minor ---- - -CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` diff --git a/.changeset/cool-hairs-report.md b/.changeset/cool-hairs-report.md deleted file mode 100644 index db33f4d0a..000000000 --- a/.changeset/cool-hairs-report.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@celo/utils': major ---- - -CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` -BREAKING - Some functions that used to return a `Buffer` now return a `UInt8Array` instead due to underlying changed diff --git a/.changeset/cuddly-rivers-scream.md b/.changeset/cuddly-rivers-scream.md deleted file mode 100644 index 9026504e3..000000000 --- a/.changeset/cuddly-rivers-scream.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@celo/wallet-ledger': minor -'@celo/wallet-local': minor -'@celo/wallet-base': minor -'@celo/wallet-rpc': minor -'@celo/contractkit': minor -'@celo/connect': minor -'@celo/celocli': minor ---- - -Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it. diff --git a/.changeset/dry-plants-happen.md b/.changeset/dry-plants-happen.md deleted file mode 100644 index 6a0f09055..000000000 --- a/.changeset/dry-plants-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/connect': patch ---- - -signTypedData now defaults to eth_signTypedDataV4 pass null for the previous behavior. this is due to v4 being the recommended way to use signTypedData and the only version supported by anvil. diff --git a/.changeset/early-geckos-rescue.md b/.changeset/early-geckos-rescue.md deleted file mode 100644 index f631ce993..000000000 --- a/.changeset/early-geckos-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': minor ---- - -feat: Running celocli lockedgold:lock will now automatically register the eoa as an account if needed before locking diff --git a/.changeset/eighty-adults-hunt.md b/.changeset/eighty-adults-hunt.md deleted file mode 100644 index 6eb81b8f9..000000000 --- a/.changeset/eighty-adults-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/base': minor ---- - -CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` diff --git a/.changeset/gentle-suits-deliver.md b/.changeset/gentle-suits-deliver.md deleted file mode 100644 index ea3de9017..000000000 --- a/.changeset/gentle-suits-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -network:info will not show epoch info when ran on an L2 context diff --git a/.changeset/healthy-zoos-rule.md b/.changeset/healthy-zoos-rule.md deleted file mode 100644 index 9ea44dfe8..000000000 --- a/.changeset/healthy-zoos-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/connect': minor ---- - -Adds isCel2 util function to check for L1/L2 context diff --git a/.changeset/heavy-donuts-sip.md b/.changeset/heavy-donuts-sip.md deleted file mode 100644 index 2b2216749..000000000 --- a/.changeset/heavy-donuts-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-ledger': patch ---- - -Change the @ledgerhq/hw-app-eth dependency to our own fork diff --git a/.changeset/hot-ghosts-mate.md b/.changeset/hot-ghosts-mate.md deleted file mode 100644 index 64d78303f..000000000 --- a/.changeset/hot-ghosts-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/dev-utils': patch ---- - -Introduces testWithAnvil that allows testing against a local anvil instance diff --git a/.changeset/hot-spoons-protect.md b/.changeset/hot-spoons-protect.md deleted file mode 100644 index 6bf9518c1..000000000 --- a/.changeset/hot-spoons-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-hsm': patch ---- - -CHANGE - Update the code to match @celo/wallet-base changes diff --git a/.changeset/kind-eyes-confess.md b/.changeset/kind-eyes-confess.md deleted file mode 100644 index d403bb014..000000000 --- a/.changeset/kind-eyes-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-hsm-azure': patch ---- - -CHANGE - Update the code to match @celo/wallet-base changes diff --git a/.changeset/lazy-beans-travel.md b/.changeset/lazy-beans-travel.md deleted file mode 100644 index 51f9beefb..000000000 --- a/.changeset/lazy-beans-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-hsm-aws': patch ---- - -CHANGE - Update the code to match @celo/wallet-base changes diff --git a/.changeset/little-ears-search.md b/.changeset/little-ears-search.md deleted file mode 100644 index 2ea0e3350..000000000 --- a/.changeset/little-ears-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-rpc': patch ---- - -CHANGE - Update the code to match @celo/wallet-base changes diff --git a/.changeset/moody-numbers-play.md b/.changeset/moody-numbers-play.md deleted file mode 100644 index 0b0abea1a..000000000 --- a/.changeset/moody-numbers-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/dev-utils': patch ---- - -Added TEST_TIMESTAMP to have fixed genesis block timestamp in anvil and support for calling evm_setNextBlockTimestamp diff --git a/.changeset/neat-countries-watch.md b/.changeset/neat-countries-watch.md deleted file mode 100644 index a9d217154..000000000 --- a/.changeset/neat-countries-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-hsm-gcp': patch ---- - -CHANGE - Update the code to match @celo/wallet-base changes diff --git a/.changeset/nervous-starfishes-return.md b/.changeset/nervous-starfishes-return.md deleted file mode 100644 index 4c2b9581e..000000000 --- a/.changeset/nervous-starfishes-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/dev-utils': patch ---- - -Fix jest force exits,Set default timeout to 1 second diff --git a/.changeset/old-horses-dream.md b/.changeset/old-horses-dream.md deleted file mode 100644 index a0fb3cbd6..000000000 --- a/.changeset/old-horses-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/contractkit': minor ---- - -Introduced CeloDistributionScheduleWrapper diff --git a/.changeset/orange-bats-destroy.md b/.changeset/orange-bats-destroy.md deleted file mode 100644 index e838c0b31..000000000 --- a/.changeset/orange-bats-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-ledger': patch ---- - -CHANGE - Update the code to match @celo/wallet-base changes diff --git a/.changeset/pink-dragons-smile.md b/.changeset/pink-dragons-smile.md deleted file mode 100644 index 9837a3c0d..000000000 --- a/.changeset/pink-dragons-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-remote': patch ---- - -CHANGE - Update the code to match @celo/wallet-base changes diff --git a/.changeset/poor-moles-help.md b/.changeset/poor-moles-help.md deleted file mode 100644 index e3748a0af..000000000 --- a/.changeset/poor-moles-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -network:contracts no longer shows balance each contract holds of mento tokens diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 94f89d1af..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "mode": "exit", - "tag": "beta", - "initialVersions": { - "@celo/celocli": "5.0.0", - "@celo/dev-utils": "0.0.3", - "@celo/base": "6.0.1", - "@celo/connect": "5.3.0", - "@celo/contractkit": "8.0.0", - "@celo/cryptographic-utils": "5.0.8", - "@celo/explorer": "5.0.10", - "@celo/governance": "5.1.1", - "@celo/keystores": "5.0.9", - "@celo/network-utils": "5.0.6", - "@celo/phone-utils": "6.0.2", - "@celo/transactions-uri": "5.0.9", - "@celo/utils": "6.0.1", - "@celo/wallet-base": "5.2.0", - "@celo/wallet-hsm": "5.2.0", - "@celo/wallet-hsm-aws": "5.2.0", - "@celo/wallet-hsm-azure": "5.2.0", - "@celo/wallet-hsm-gcp": "5.2.0", - "@celo/wallet-ledger": "5.2.0", - "@celo/wallet-local": "5.2.0", - "@celo/wallet-remote": "5.2.0", - "@celo/wallet-rpc": "5.2.0", - "@celo/typescript": "0.0.1" - }, - "changesets": [ - "angry-coats-decide", - "chilly-plums-tap", - "cool-hairs-report", - "cuddly-rivers-scream", - "dry-plants-happen", - "early-geckos-rescue", - "eighty-adults-hunt", - "gentle-suits-deliver", - "healthy-zoos-rule", - "heavy-donuts-sip", - "hot-ghosts-mate", - "hot-spoons-protect", - "kind-eyes-confess", - "lazy-beans-travel", - "little-ears-search", - "moody-numbers-play", - "neat-countries-watch", - "nervous-starfishes-return", - "old-horses-dream", - "orange-bats-destroy", - "pink-dragons-smile", - "poor-moles-help", - "purple-bikes-confess", - "quiet-news-lay", - "real-months-compare", - "renovate-724aca781", - "rich-wolves-move", - "rotten-brooms-whisper", - "selfish-moles-occur", - "silly-rings-juggle", - "sixty-crabs-call", - "slimy-cups-listen", - "slow-balloons-own", - "small-pants-worry", - "smooth-apricots-teach", - "smooth-pumpkins-develop", - "spotty-bats-visit", - "strong-kiwis-jam", - "tender-lamps-study", - "thin-yaks-lick", - "thirty-tomatoes-dream", - "wise-weeks-applaud" - ] -} diff --git a/.changeset/pretty-comics-lay.md b/.changeset/pretty-comics-lay.md deleted file mode 100644 index dd4aa6d92..000000000 --- a/.changeset/pretty-comics-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/dev-utils': patch ---- - -Introduced setDequeueFrequency and setReferendumStageDuration helper functions, decreased web3.eth.transactionPollingInterval to 10ms diff --git a/.changeset/purple-bikes-confess.md b/.changeset/purple-bikes-confess.md deleted file mode 100644 index 58f61fdd3..000000000 --- a/.changeset/purple-bikes-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-local': patch ---- - -CHANGE - Update the code to match @celo/wallet-base changes diff --git a/.changeset/quiet-news-lay.md b/.changeset/quiet-news-lay.md deleted file mode 100644 index 2bbe49ca4..000000000 --- a/.changeset/quiet-news-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -Trigger beta release with latest ledger and cip66 diff --git a/.changeset/real-months-compare.md b/.changeset/real-months-compare.md deleted file mode 100644 index f875fe404..000000000 --- a/.changeset/real-months-compare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@celo/wallet-ledger': patch -'@celo/celocli': patch ---- - -Change git url diff --git a/.changeset/renovate-724aca781.md b/.changeset/renovate-724aca781.md deleted file mode 100644 index e5b9efb22..000000000 --- a/.changeset/renovate-724aca781.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -Updated dependency `@celo/compliance` to `~1.0.20`. diff --git a/.changeset/rich-wolves-move.md b/.changeset/rich-wolves-move.md deleted file mode 100644 index d75ddce11..000000000 --- a/.changeset/rich-wolves-move.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@celo/wallet-local': major -'@celo/wallet-base': major -'@celo/connect': major ---- - -Remove support for celo-legacy and cip42 transaction serialization and signing. These were the transaction types that supported gatewayFee. Transactions that specify feeCurrency and gasPrice togther will now throw. Users should migrate these to either ethereum type 0, eip1559 and cip64 style transactions depending on their need. diff --git a/.changeset/rotten-brooms-whisper.md b/.changeset/rotten-brooms-whisper.md deleted file mode 100644 index 929ff6c04..000000000 --- a/.changeset/rotten-brooms-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/governance': patch ---- - -CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` diff --git a/.changeset/selfish-moles-occur.md b/.changeset/selfish-moles-occur.md deleted file mode 100644 index 70df8670c..000000000 --- a/.changeset/selfish-moles-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/explorer': patch ---- - -CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` diff --git a/.changeset/silly-rings-juggle.md b/.changeset/silly-rings-juggle.md deleted file mode 100644 index 035096d93..000000000 --- a/.changeset/silly-rings-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/contractkit': patch ---- - -Deprecated methods on kit instance for getting epoch info. diff --git a/.changeset/sixty-crabs-call.md b/.changeset/sixty-crabs-call.md deleted file mode 100644 index 3b0fb2c8e..000000000 --- a/.changeset/sixty-crabs-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` diff --git a/.changeset/slimy-cups-listen.md b/.changeset/slimy-cups-listen.md deleted file mode 100644 index e365c5477..000000000 --- a/.changeset/slimy-cups-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -Add deprecation notice about future removal of `account:offchain-read` and `account:offchain-write` commands. These were created to showcase ["CIP8: Expand Metadata to general off-chain storage"](https://github.com/celo-org/celo-proposals/blob/8260b49b2ec9a87ded6727fec7d9104586eb0752/CIPs/cip-0008.md), which has been abandond and they are presenting a high maintainence burden. diff --git a/.changeset/slow-balloons-own.md b/.changeset/slow-balloons-own.md deleted file mode 100644 index 2568f93f2..000000000 --- a/.changeset/slow-balloons-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': minor ---- - -Added support for CeloDistributionSchedule contract in network:parameters command diff --git a/.changeset/small-pants-worry.md b/.changeset/small-pants-worry.md deleted file mode 100644 index 6845ca994..000000000 --- a/.changeset/small-pants-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/contractkit': minor ---- - -Adds support for FeeCurrencyDirectory contract diff --git a/.changeset/smooth-apricots-teach.md b/.changeset/smooth-apricots-teach.md deleted file mode 100644 index 985188d43..000000000 --- a/.changeset/smooth-apricots-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -Adds check for L1/L2 context and switches to FeeCurrencyDirectory contract for network:whitelist command and while using --gasCurrency flag diff --git a/.changeset/smooth-pumpkins-develop.md b/.changeset/smooth-pumpkins-develop.md deleted file mode 100644 index 54f4d6f8e..000000000 --- a/.changeset/smooth-pumpkins-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': minor ---- - -Adds support for multisigs (via the `--useMultisig` flag) in the `governance:propose` command. diff --git a/.changeset/spotty-bats-visit.md b/.changeset/spotty-bats-visit.md deleted file mode 100644 index 4126f7f91..000000000 --- a/.changeset/spotty-bats-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -Changes network:parameters to include FeeCurrencyDirectory data diff --git a/.changeset/strong-kiwis-jam.md b/.changeset/strong-kiwis-jam.md deleted file mode 100644 index 8d736a11b..000000000 --- a/.changeset/strong-kiwis-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/contractkit': minor ---- - -Introduces getConfig for FeeCurrencyDirectoryWrapper diff --git a/.changeset/tender-lamps-study.md b/.changeset/tender-lamps-study.md deleted file mode 100644 index fbd9e1182..000000000 --- a/.changeset/tender-lamps-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/contractkit': patch ---- - -Nit: Capitalises function name using camel-case (`isowner` -> `isOwner`). diff --git a/.changeset/thin-yaks-lick.md b/.changeset/thin-yaks-lick.md deleted file mode 100644 index ddd0dddbe..000000000 --- a/.changeset/thin-yaks-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/wallet-ledger': patch ---- - -Temporarily support celo-legacy transactions / older celo-ledger apps. diff --git a/.changeset/thirty-tomatoes-dream.md b/.changeset/thirty-tomatoes-dream.md deleted file mode 100644 index b3a596fe0..000000000 --- a/.changeset/thirty-tomatoes-dream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@celo/contractkit': patch -'@celo/celocli': patch ---- - -fix: USTD not showing that it uses an adapter by supporting Tether's tokenAdapter implementation diff --git a/.changeset/two-rats-work.md b/.changeset/two-rats-work.md deleted file mode 100644 index 945bda038..000000000 --- a/.changeset/two-rats-work.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@celo/contractkit': minor -'@celo/celocli': minor ---- - -Adds support for <1.5.0.0 and >=1.5.0.0 Governance contract version diff --git a/.changeset/two-squids-clean.md b/.changeset/two-squids-clean.md deleted file mode 100644 index 101c4f221..000000000 --- a/.changeset/two-squids-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -Allows approving proposals when in Execution or Referendum stages diff --git a/.changeset/wise-weeks-applaud.md b/.changeset/wise-weeks-applaud.md deleted file mode 100644 index a93be0c76..000000000 --- a/.changeset/wise-weeks-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/transactions-uri': patch ---- - -Bump bn.js diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 88d149628..f848ca78c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,56 @@ # Changelog +## 5.1.0 + +### Minor Changes + +- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it. + +- [#210](https://github.com/celo-org/developer-tooling/pull/210) [`5f304f0`](https://github.com/celo-org/developer-tooling/commit/5f304f06da4bcee437d1a8d098116b0edf5a12fc) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - feat: Running celocli lockedgold:lock will now automatically register the eoa as an account if needed before locking + +- [#267](https://github.com/celo-org/developer-tooling/pull/267) [`f553539`](https://github.com/celo-org/developer-tooling/commit/f553539feb68f0be9e91f83bf367b0c32f940d1e) Thanks [@shazarre](https://github.com/shazarre)! - Added support for CeloDistributionSchedule contract in network:parameters command + +- [#233](https://github.com/celo-org/developer-tooling/pull/233) [`eeb44f3`](https://github.com/celo-org/developer-tooling/commit/eeb44f300c08250e179b43881ae83bf0b530dc67) Thanks [@arthurgousset](https://github.com/arthurgousset)! - Adds support for multisigs (via the `--useMultisig` flag) in the `governance:propose` command. + +- [#279](https://github.com/celo-org/developer-tooling/pull/279) [`06019bf`](https://github.com/celo-org/developer-tooling/commit/06019bfce3d7d939aca8d04d841193eb733bd372) Thanks [@shazarre](https://github.com/shazarre)! - Adds support for <1.5.0.0 and >=1.5.0.0 Governance contract version + +### Patch Changes + +- [#266](https://github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - network:info will not show epoch info when ran on an L2 context + +- [#266](https://github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - network:contracts no longer shows balance each contract holds of mento tokens + +- [#285](https://github.com/celo-org/developer-tooling/pull/285) [`cae3f80`](https://github.com/celo-org/developer-tooling/commit/cae3f8097805c2ba2cea6fed48356781728ff4dd) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Trigger beta release with latest ledger and cip66 + +- [#288](https://github.com/celo-org/developer-tooling/pull/288) [`d5b1508`](https://github.com/celo-org/developer-tooling/commit/d5b1508d7d08a99f6bb6deb569ec8b89194de2b9) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Change git url + +- [#217](https://github.com/celo-org/developer-tooling/pull/217) [`28738ca`](https://github.com/celo-org/developer-tooling/commit/28738ca591e54545bcd71c237fd5a9e4f077a9fd) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@celo/compliance` to `~1.0.20`. + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` + +- [#231](https://github.com/celo-org/developer-tooling/pull/231) [`e7ac487`](https://github.com/celo-org/developer-tooling/commit/e7ac487358c30593cfef0497a7e67325a893ac14) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Add deprecation notice about future removal of `account:offchain-read` and `account:offchain-write` commands. These were created to showcase ["CIP8: Expand Metadata to general off-chain storage"](https://github.com/celo-org/celo-proposals/blob/8260b49b2ec9a87ded6727fec7d9104586eb0752/CIPs/cip-0008.md), which has been abandond and they are presenting a high maintainence burden. + +- [#266](https://github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Adds check for L1/L2 context and switches to FeeCurrencyDirectory contract for network:whitelist command and while using --gasCurrency flag + +- [#266](https://github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Changes network:parameters to include FeeCurrencyDirectory data + +- [#274](https://github.com/celo-org/developer-tooling/pull/274) [`bfa24da`](https://github.com/celo-org/developer-tooling/commit/bfa24da3eef5f9386395b2173ced2cfd0a4b0eb2) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - fix: USTD not showing that it uses an adapter by supporting Tether's tokenAdapter implementation + +- [#296](https://github.com/celo-org/developer-tooling/pull/296) [`de1e5a0`](https://github.com/celo-org/developer-tooling/commit/de1e5a02bb0361aa42b486e9227222b20dfb8416) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Allows approving proposals when in Execution or Referendum stages + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`6d2a838`](https://github.com/celo-org/developer-tooling/commit/6d2a838a80a51007d75768c77d62a861f2cec136), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`f553539`](https://github.com/celo-org/developer-tooling/commit/f553539feb68f0be9e91f83bf367b0c32f940d1e), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`d5b1508`](https://github.com/celo-org/developer-tooling/commit/d5b1508d7d08a99f6bb6deb569ec8b89194de2b9), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`eeb44f3`](https://github.com/celo-org/developer-tooling/commit/eeb44f300c08250e179b43881ae83bf0b530dc67), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86), [`bfa24da`](https://github.com/celo-org/developer-tooling/commit/bfa24da3eef5f9386395b2173ced2cfd0a4b0eb2), [`06019bf`](https://github.com/celo-org/developer-tooling/commit/06019bfce3d7d939aca8d04d841193eb733bd372)]: + - @celo/cryptographic-utils@5.1.0 + - @celo/utils@7.0.0 + - @celo/wallet-ledger@6.0.0 + - @celo/wallet-local@6.0.0 + - @celo/contractkit@8.1.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + - @celo/wallet-hsm-azure@6.0.0 + - @celo/governance@5.1.2 + - @celo/explorer@5.0.11 + - @celo/phone-utils@6.0.3 + ## 5.1.0-beta.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0c59aebd2..bd08c1ac7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@celo/celocli", "description": "CLI Tool for transacting with the Celo protocol", - "version": "5.1.0-beta.3", + "version": "5.1.0", "author": "Celo", "license": "Apache-2.0", "repository": "celo-org/developer-tooling", @@ -34,19 +34,19 @@ }, "dependencies": { "@celo/abis": "11.0.0", - "@celo/base": "^6.1.0-beta.0", + "@celo/base": "^6.1.0", "@celo/compliance": "~1.0.20", - "@celo/connect": "^6.0.0-beta.1", - "@celo/contractkit": "^8.1.0-beta.1", - "@celo/cryptographic-utils": "^5.1.0-beta.0", - "@celo/explorer": "^5.0.11-beta.0", - "@celo/governance": "^5.1.2-beta.0", + "@celo/connect": "^6.0.0", + "@celo/contractkit": "^8.1.0", + "@celo/cryptographic-utils": "^5.1.0", + "@celo/explorer": "^5.0.11", + "@celo/governance": "^5.1.2", "@celo/identity": "^5.1.2", - "@celo/phone-utils": "^6.0.3-beta.0", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-hsm-azure": "^6.0.0-beta.3", - "@celo/wallet-ledger": "^6.0.0-beta.3", - "@celo/wallet-local": "^6.0.0-beta.3", + "@celo/phone-utils": "^6.0.3", + "@celo/utils": "^7.0.0", + "@celo/wallet-hsm-azure": "^6.0.0", + "@celo/wallet-ledger": "^6.0.0", + "@celo/wallet-local": "^6.0.0", "@ethereumjs/util": "8.0.5", "@ledgerhq/hw-transport-node-hid": "^6.28.5", "@mento-protocol/mento-sdk": "^0.2.2", @@ -74,7 +74,7 @@ }, "devDependencies": { "@celo/celo-devchain": "^7.0.0", - "@celo/dev-utils": "0.0.4-beta.1", + "@celo/dev-utils": "0.0.4", "@celo/typescript": "workspace:^", "@types/debug": "^4.1.4", "@types/fs-extra": "^8.0.0", diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md index abde5ce44..e59602c87 100644 --- a/packages/dev-utils/CHANGELOG.md +++ b/packages/dev-utils/CHANGELOG.md @@ -1,5 +1,22 @@ # @celo/dev-utils +## 0.0.4 + +### Patch Changes + +- [#299](https://github.com/celo-org/developer-tooling/pull/299) [`17f48bc`](https://github.com/celo-org/developer-tooling/commit/17f48bcb9750c8c40d65e909677230d4dde4d39b) Thanks [@shazarre](https://github.com/shazarre)! - Added setCommissionUpdateDelay chain setup function + +- [#243](https://github.com/celo-org/developer-tooling/pull/243) [`305e278`](https://github.com/celo-org/developer-tooling/commit/305e27889176e9ea9654bfa3c32537844d68846a) Thanks [@shazarre](https://github.com/shazarre)! - Introduces testWithAnvil that allows testing against a local anvil instance + +- [#267](https://github.com/celo-org/developer-tooling/pull/267) [`f553539`](https://github.com/celo-org/developer-tooling/commit/f553539feb68f0be9e91f83bf367b0c32f940d1e) Thanks [@shazarre](https://github.com/shazarre)! - Added TEST_TIMESTAMP to have fixed genesis block timestamp in anvil and support for calling evm_setNextBlockTimestamp + +- [#278](https://github.com/celo-org/developer-tooling/pull/278) [`3f5f65d`](https://github.com/celo-org/developer-tooling/commit/3f5f65d7328117e92a870a3f14124c68ee03c182) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix jest force exits,Set default timeout to 1 second + +- [#305](https://github.com/celo-org/developer-tooling/pull/305) [`6d6c3fb`](https://github.com/celo-org/developer-tooling/commit/6d6c3fbf1917a66f93772e7484310bce0df9414d) Thanks [@shazarre](https://github.com/shazarre)! - Introduced setDequeueFrequency and setReferendumStageDuration helper functions, decreased web3.eth.transactionPollingInterval to 10ms + +- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/connect@6.0.0 + ## 0.0.4-beta.1 ### Patch Changes diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 6617cd786..738eb98b0 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@celo/dev-utils", - "version": "0.0.4-beta.1", + "version": "0.0.4", "description": "util package for celo packages that should only be a devDependency", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -21,7 +21,7 @@ }, "dependencies": { "@celo/abis": "^11.0.0", - "@celo/connect": "^6.0.0-beta.0", + "@celo/connect": "^6.0.0", "@viem/anvil": "^0.0.9", "bignumber.js": "^9.0.0", "fs-extra": "^8.1.0", diff --git a/packages/sdk/base/CHANGELOG.md b/packages/sdk/base/CHANGELOG.md index 47063414a..5e8d2107f 100644 --- a/packages/sdk/base/CHANGELOG.md +++ b/packages/sdk/base/CHANGELOG.md @@ -1,5 +1,11 @@ # @celo/base +## 6.1.0 + +### Minor Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` + ## 6.1.0-beta.0 ### Minor Changes diff --git a/packages/sdk/base/package.json b/packages/sdk/base/package.json index 213112ed4..7b2474c23 100644 --- a/packages/sdk/base/package.json +++ b/packages/sdk/base/package.json @@ -1,6 +1,6 @@ { "name": "@celo/base", - "version": "6.1.0-beta.0", + "version": "6.1.0", "description": "Celo base common utils, no dependencies", "author": "Celo", "license": "Apache-2.0", diff --git a/packages/sdk/connect/CHANGELOG.md b/packages/sdk/connect/CHANGELOG.md index bce55f37e..26e154680 100644 --- a/packages/sdk/connect/CHANGELOG.md +++ b/packages/sdk/connect/CHANGELOG.md @@ -1,5 +1,25 @@ # @celo/connect +## 6.0.0 + +### Major Changes + +- [#239](https://github.com/celo-org/developer-tooling/pull/239) [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Remove support for celo-legacy and cip42 transaction serialization and signing. These were the transaction types that supported gatewayFee. Transactions that specify feeCurrency and gasPrice togther will now throw. Users should migrate these to either ethereum type 0, eip1559 and cip64 style transactions depending on their need. + +### Minor Changes + +- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it. + +- [#235](https://github.com/celo-org/developer-tooling/pull/235) [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378) Thanks [@shazarre](https://github.com/shazarre)! - Adds isCel2 util function to check for L1/L2 context + +### Patch Changes + +- [#266](https://github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - signTypedData now defaults to eth_signTypedDataV4 pass null for the previous behavior. this is due to v4 being the recommended way to use signTypedData and the only version supported by anvil. + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03)]: + - @celo/utils@7.0.0 + - @celo/base@6.1.0 + ## 6.0.0-beta.1 ### Minor Changes diff --git a/packages/sdk/connect/package.json b/packages/sdk/connect/package.json index e91217716..c8bd5dd41 100644 --- a/packages/sdk/connect/package.json +++ b/packages/sdk/connect/package.json @@ -1,6 +1,6 @@ { "name": "@celo/connect", - "version": "6.0.0-beta.1", + "version": "6.0.0", "description": "Light Toolkit for connecting with the Celo network", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -22,8 +22,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/base": "^6.1.0-beta.0", - "@celo/utils": "^7.0.0-beta.0", + "@celo/base": "^6.1.0", + "@celo/utils": "^7.0.0", "@ethereumjs/util": "8.0.5", "@types/debug": "^4.1.5", "@types/utf8": "^2.1.6", diff --git a/packages/sdk/contractkit/CHANGELOG.md b/packages/sdk/contractkit/CHANGELOG.md index c7f241e55..d155d497f 100644 --- a/packages/sdk/contractkit/CHANGELOG.md +++ b/packages/sdk/contractkit/CHANGELOG.md @@ -1,5 +1,33 @@ # @celo/contractkit +## 8.1.0 + +### Minor Changes + +- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it. + +- [#267](https://github.com/celo-org/developer-tooling/pull/267) [`f553539`](https://github.com/celo-org/developer-tooling/commit/f553539feb68f0be9e91f83bf367b0c32f940d1e) Thanks [@shazarre](https://github.com/shazarre)! - Introduced CeloDistributionScheduleWrapper + +- [#266](https://github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Adds support for FeeCurrencyDirectory contract + +- [#266](https://github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Introduces getConfig for FeeCurrencyDirectoryWrapper + +- [#279](https://github.com/celo-org/developer-tooling/pull/279) [`06019bf`](https://github.com/celo-org/developer-tooling/commit/06019bfce3d7d939aca8d04d841193eb733bd372) Thanks [@shazarre](https://github.com/shazarre)! - Adds support for <1.5.0.0 and >=1.5.0.0 Governance contract version + +### Patch Changes + +- [#266](https://github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Deprecated methods on kit instance for getting epoch info. + +- [#233](https://github.com/celo-org/developer-tooling/pull/233) [`eeb44f3`](https://github.com/celo-org/developer-tooling/commit/eeb44f300c08250e179b43881ae83bf0b530dc67) Thanks [@arthurgousset](https://github.com/arthurgousset)! - Nit: Capitalises function name using camel-case (`isowner` -> `isOwner`). + +- [#274](https://github.com/celo-org/developer-tooling/pull/274) [`bfa24da`](https://github.com/celo-org/developer-tooling/commit/bfa24da3eef5f9386395b2173ced2cfd0a4b0eb2) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - fix: USTD not showing that it uses an adapter by supporting Tether's tokenAdapter implementation + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/utils@7.0.0 + - @celo/wallet-local@6.0.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + ## 8.1.0-beta.1 ### Minor Changes diff --git a/packages/sdk/contractkit/package.json b/packages/sdk/contractkit/package.json index aa18c3227..89be9ae8e 100644 --- a/packages/sdk/contractkit/package.json +++ b/packages/sdk/contractkit/package.json @@ -1,6 +1,6 @@ { "name": "@celo/contractkit", - "version": "8.1.0-beta.1", + "version": "8.1.0", "description": "Celo's ContractKit to interact with Celo network", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -26,10 +26,10 @@ "dependencies": { "@celo/abis": "11.0.0", "@celo/abis-12": "npm:@celo/abis@12.0.0-canary.16", - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.1", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-local": "^6.0.0-beta.2", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", + "@celo/utils": "^7.0.0", + "@celo/wallet-local": "^6.0.0", "@types/bn.js": "^5.1.0", "@types/debug": "^4.1.5", "bignumber.js": "^9.0.0", @@ -43,7 +43,7 @@ }, "devDependencies": { "@celo/celo-devchain": "^7.0.0", - "@celo/dev-utils": "0.0.4-beta.1", + "@celo/dev-utils": "0.0.4", "@celo/odis-identifiers": "^1.0.0", "@celo/typescript": "workspace:^", "@truffle/contract": "4.6.31", diff --git a/packages/sdk/cryptographic-utils/CHANGELOG.md b/packages/sdk/cryptographic-utils/CHANGELOG.md index 0a95458ff..a232bae60 100644 --- a/packages/sdk/cryptographic-utils/CHANGELOG.md +++ b/packages/sdk/cryptographic-utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @celo/cryptographic-utils +## 5.1.0 + +### Minor Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` + +### Patch Changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03)]: + - @celo/utils@7.0.0 + - @celo/base@6.1.0 + ## 5.1.0-beta.0 ### Minor Changes diff --git a/packages/sdk/cryptographic-utils/package.json b/packages/sdk/cryptographic-utils/package.json index b020ee17b..f5cfcaf20 100644 --- a/packages/sdk/cryptographic-utils/package.json +++ b/packages/sdk/cryptographic-utils/package.json @@ -1,6 +1,6 @@ { "name": "@celo/cryptographic-utils", - "version": "5.1.0-beta.0", + "version": "5.1.0", "description": "Some Celo utils for comment/data encryption, bls, and mnemonics", "author": "Celo", "license": "Apache-2.0", @@ -22,9 +22,9 @@ "lib/**/*" ], "dependencies": { - "@celo/base": "^6.1.0-beta.0", + "@celo/base": "^6.1.0", "@celo/bls12377js": "0.1.1", - "@celo/utils": "^7.0.0-beta.0", + "@celo/utils": "^7.0.0", "@noble/ciphers": "0.4.1", "@noble/curves": "1.3.0", "@noble/hashes": "1.3.3", diff --git a/packages/sdk/explorer/CHANGELOG.md b/packages/sdk/explorer/CHANGELOG.md index 07af415e3..f2767397a 100644 --- a/packages/sdk/explorer/CHANGELOG.md +++ b/packages/sdk/explorer/CHANGELOG.md @@ -1,5 +1,17 @@ # @celo/explorer +## 5.0.11 + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`f553539`](https://github.com/celo-org/developer-tooling/commit/f553539feb68f0be9e91f83bf367b0c32f940d1e), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`eeb44f3`](https://github.com/celo-org/developer-tooling/commit/eeb44f300c08250e179b43881ae83bf0b530dc67), [`bfa24da`](https://github.com/celo-org/developer-tooling/commit/bfa24da3eef5f9386395b2173ced2cfd0a4b0eb2), [`06019bf`](https://github.com/celo-org/developer-tooling/commit/06019bfce3d7d939aca8d04d841193eb733bd372)]: + - @celo/utils@7.0.0 + - @celo/contractkit@8.1.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + ## 5.0.11-beta.0 ### Patch Changes diff --git a/packages/sdk/explorer/package.json b/packages/sdk/explorer/package.json index 44b0a5d5d..35017c958 100644 --- a/packages/sdk/explorer/package.json +++ b/packages/sdk/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@celo/explorer", - "version": "5.0.11-beta.0", + "version": "5.0.11", "description": "Celo's block explorer consumer", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -22,17 +22,17 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.0", - "@celo/contractkit": "^8.1.0-beta.0", - "@celo/utils": "^7.0.0-beta.0", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", + "@celo/contractkit": "^8.1.0", + "@celo/utils": "^7.0.0", "@types/debug": "^4.1.5", "bignumber.js": "9.0.0", "cross-fetch": "3.1.5", "debug": "^4.1.1" }, "devDependencies": { - "@celo/dev-utils": "0.0.4-beta.1", + "@celo/dev-utils": "0.0.4", "@celo/typescript": "workspace:^", "@types/debug": "^4.1.12", "fetch-mock": "^10.0.7", diff --git a/packages/sdk/governance/CHANGELOG.md b/packages/sdk/governance/CHANGELOG.md index d9e422c68..93deab781 100644 --- a/packages/sdk/governance/CHANGELOG.md +++ b/packages/sdk/governance/CHANGELOG.md @@ -1,5 +1,18 @@ # @celo/governance +## 5.1.2 + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`f553539`](https://github.com/celo-org/developer-tooling/commit/f553539feb68f0be9e91f83bf367b0c32f940d1e), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`eeb44f3`](https://github.com/celo-org/developer-tooling/commit/eeb44f300c08250e179b43881ae83bf0b530dc67), [`bfa24da`](https://github.com/celo-org/developer-tooling/commit/bfa24da3eef5f9386395b2173ced2cfd0a4b0eb2), [`06019bf`](https://github.com/celo-org/developer-tooling/commit/06019bfce3d7d939aca8d04d841193eb733bd372)]: + - @celo/utils@7.0.0 + - @celo/contractkit@8.1.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + - @celo/explorer@5.0.11 + ## 5.1.2-beta.0 ### Patch Changes diff --git a/packages/sdk/governance/package.json b/packages/sdk/governance/package.json index c9bf89668..889d65862 100644 --- a/packages/sdk/governance/package.json +++ b/packages/sdk/governance/package.json @@ -1,6 +1,6 @@ { "name": "@celo/governance", - "version": "5.1.2-beta.0", + "version": "5.1.2", "description": "Celo's governance proposals", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -22,11 +22,11 @@ }, "dependencies": { "@celo/abis": "11.0.0", - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.0", - "@celo/contractkit": "^8.1.0-beta.0", - "@celo/explorer": "^5.0.11-beta.0", - "@celo/utils": "^7.0.0-beta.0", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", + "@celo/contractkit": "^8.1.0", + "@celo/explorer": "^5.0.11", + "@celo/utils": "^7.0.0", "@ethereumjs/util": "8.0.5", "@types/debug": "^4.1.5", "@types/inquirer": "^6.5.0", diff --git a/packages/sdk/keystores/CHANGELOG.md b/packages/sdk/keystores/CHANGELOG.md index ac1ddadd4..592b39283 100644 --- a/packages/sdk/keystores/CHANGELOG.md +++ b/packages/sdk/keystores/CHANGELOG.md @@ -1,5 +1,13 @@ # @celo/keystores +## 5.0.10 + +### Patch Changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/utils@7.0.0 + - @celo/wallet-local@6.0.0 + ## 5.0.10-beta.0 ### Patch Changes diff --git a/packages/sdk/keystores/package.json b/packages/sdk/keystores/package.json index 8f92cbfa2..08bae3f3f 100644 --- a/packages/sdk/keystores/package.json +++ b/packages/sdk/keystores/package.json @@ -1,6 +1,6 @@ { "name": "@celo/keystores", - "version": "5.0.10-beta.0", + "version": "5.0.10", "description": "keystore implementation", "author": "Celo", "license": "Apache-2.0", @@ -22,8 +22,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-local": "^6.0.0-beta.0", + "@celo/utils": "^7.0.0", + "@celo/wallet-local": "^6.0.0", "ethereumjs-wallet": "^1.0.1" }, "devDependencies": { diff --git a/packages/sdk/network-utils/package.json b/packages/sdk/network-utils/package.json index 7049ed971..472781c96 100644 --- a/packages/sdk/network-utils/package.json +++ b/packages/sdk/network-utils/package.json @@ -27,7 +27,7 @@ "debug": "^4.1.1" }, "devDependencies": { - "@celo/dev-utils": "0.0.4-beta.1", + "@celo/dev-utils": "0.0.4", "@celo/typescript": "workspace:^", "@types/debug": "^4.1.12", "fetch-mock": "^10.0.7" diff --git a/packages/sdk/phone-utils/CHANGELOG.md b/packages/sdk/phone-utils/CHANGELOG.md index 53954ac03..444ca5b97 100644 --- a/packages/sdk/phone-utils/CHANGELOG.md +++ b/packages/sdk/phone-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @celo/phone-utils +## 6.0.3 + +### Patch Changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03)]: + - @celo/utils@7.0.0 + - @celo/base@6.1.0 + ## 6.0.3-beta.0 ### Patch Changes diff --git a/packages/sdk/phone-utils/package.json b/packages/sdk/phone-utils/package.json index e4d1c264d..936aa3edd 100644 --- a/packages/sdk/phone-utils/package.json +++ b/packages/sdk/phone-utils/package.json @@ -1,6 +1,6 @@ { "name": "@celo/phone-utils", - "version": "6.0.3-beta.0", + "version": "6.0.3", "description": "Celo phone utils", "author": "Celo", "license": "Apache-2.0", @@ -22,8 +22,8 @@ "lib/**/*" ], "dependencies": { - "@celo/base": "^6.1.0-beta.0", - "@celo/utils": "^7.0.0-beta.0", + "@celo/base": "^6.1.0", + "@celo/utils": "^7.0.0", "@types/country-data": "^0.0.0", "@types/google-libphonenumber": "^7.4.23", "@types/node": "^18.7.16", diff --git a/packages/sdk/transactions-uri/CHANGELOG.md b/packages/sdk/transactions-uri/CHANGELOG.md index bae96c491..ae690befa 100644 --- a/packages/sdk/transactions-uri/CHANGELOG.md +++ b/packages/sdk/transactions-uri/CHANGELOG.md @@ -1,5 +1,15 @@ # @celo/transactions-uri +## 5.0.10 + +### Patch Changes + +- [#278](https://github.com/celo-org/developer-tooling/pull/278) [`3f5f65d`](https://github.com/celo-org/developer-tooling/commit/3f5f65d7328117e92a870a3f14124c68ee03c182) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump bn.js + +- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + ## 5.0.10-beta.1 ### Patch Changes diff --git a/packages/sdk/transactions-uri/package.json b/packages/sdk/transactions-uri/package.json index 2a530fdb2..6cf586e13 100644 --- a/packages/sdk/transactions-uri/package.json +++ b/packages/sdk/transactions-uri/package.json @@ -1,6 +1,6 @@ { "name": "@celo/transactions-uri", - "version": "5.0.10-beta.1", + "version": "5.0.10", "description": "Celo's transactions uri generation", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -22,8 +22,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.0", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", "@types/bn.js": "^5.1.0", "@types/debug": "^4.1.5", "@types/qrcode": "^1.3.4", @@ -32,8 +32,8 @@ "web3-eth-abi": "1.10.4" }, "devDependencies": { - "@celo/contractkit": "^8.1.0-beta.0", - "@celo/dev-utils": "0.0.4-beta.1", + "@celo/contractkit": "^8.1.0", + "@celo/dev-utils": "0.0.4", "@celo/typescript": "workspace:^", "cross-fetch": "3.1.5", "dotenv": "^8.2.0", diff --git a/packages/sdk/utils/CHANGELOG.md b/packages/sdk/utils/CHANGELOG.md index a228361dd..b35be4a04 100644 --- a/packages/sdk/utils/CHANGELOG.md +++ b/packages/sdk/utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @celo/utils +## 7.0.0 + +### Major Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` + BREAKING - Some functions that used to return a `Buffer` now return a `UInt8Array` instead due to underlying changed + +### Patch Changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03)]: + - @celo/base@6.1.0 + ## 7.0.0-beta.0 ### Major Changes diff --git a/packages/sdk/utils/package.json b/packages/sdk/utils/package.json index 61eba19cd..dd0849a1c 100644 --- a/packages/sdk/utils/package.json +++ b/packages/sdk/utils/package.json @@ -1,6 +1,6 @@ { "name": "@celo/utils", - "version": "7.0.0-beta.0", + "version": "7.0.0", "description": "Celo common utils", "author": "Celo", "license": "Apache-2.0", @@ -22,7 +22,7 @@ "lib/**/*" ], "dependencies": { - "@celo/base": "^6.1.0-beta.0", + "@celo/base": "^6.1.0", "@ethereumjs/rlp": "^5.0.2", "@ethereumjs/util": "8.0.5", "@noble/ciphers": "0.4.1", diff --git a/packages/sdk/wallets/wallet-base/CHANGELOG.md b/packages/sdk/wallets/wallet-base/CHANGELOG.md index 57d525b86..963d0db60 100644 --- a/packages/sdk/wallets/wallet-base/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-base/CHANGELOG.md @@ -1,5 +1,24 @@ # @celo/wallet-base +## 6.0.0 + +### Major Changes + +- [#239](https://github.com/celo-org/developer-tooling/pull/239) [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Remove support for celo-legacy and cip42 transaction serialization and signing. These were the transaction types that supported gatewayFee. Transactions that specify feeCurrency and gasPrice togther will now throw. Users should migrate these to either ethereum type 0, eip1559 and cip64 style transactions depending on their need. + +### Minor Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries `@noble/*` and `@scure/*` + +- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it. + +### Patch Changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/utils@7.0.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + ## 6.0.0-beta.3 ## 6.0.0-beta.2 diff --git a/packages/sdk/wallets/wallet-base/package.json b/packages/sdk/wallets/wallet-base/package.json index a9f6e726d..ff8aba561 100644 --- a/packages/sdk/wallets/wallet-base/package.json +++ b/packages/sdk/wallets/wallet-base/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-base", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "Wallet base implementation", "author": "Celo", "license": "Apache-2.0", @@ -27,9 +27,9 @@ "viem": "~1.5.4" }, "dependencies": { - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.1", - "@celo/utils": "^7.0.0-beta.0", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", + "@celo/utils": "^7.0.0", "@ethereumjs/rlp": "^5.0.2", "@ethereumjs/util": "8.0.5", "@noble/curves": "^1.3.0", diff --git a/packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md b/packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md index eecf1c1b1..48ac62130 100644 --- a/packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md @@ -1,5 +1,18 @@ # @celo/wallet-hsm-aws +## 6.0.0 + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/wallet-base@6.0.0 + - @celo/utils@7.0.0 + - @celo/connect@6.0.0 + - @celo/wallet-hsm@6.0.0 + - @celo/wallet-remote@6.0.0 + ## 6.0.0-beta.3 ### Patch Changes diff --git a/packages/sdk/wallets/wallet-hsm-aws/package.json b/packages/sdk/wallets/wallet-hsm-aws/package.json index 7fdf41e67..9d8fb6954 100644 --- a/packages/sdk/wallets/wallet-hsm-aws/package.json +++ b/packages/sdk/wallets/wallet-hsm-aws/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-hsm-aws", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "AWS HSM wallet implementation", "author": "Celo", "license": "Apache-2.0", @@ -22,11 +22,11 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/connect": "^6.0.0-beta.1", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-base": "^6.0.0-beta.3", - "@celo/wallet-hsm": "^6.0.0-beta.3", - "@celo/wallet-remote": "^6.0.0-beta.3", + "@celo/connect": "^6.0.0", + "@celo/utils": "^7.0.0", + "@celo/wallet-base": "^6.0.0", + "@celo/wallet-hsm": "^6.0.0", + "@celo/wallet-remote": "^6.0.0", "@ethereumjs/util": "8.0.5", "@types/debug": "^4.1.5", "@types/secp256k1": "^4.0.0", diff --git a/packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md b/packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md index 6d6822a72..efcc70730 100644 --- a/packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md @@ -1,5 +1,19 @@ # @celo/wallet-hsm-azure +## 6.0.0 + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/wallet-base@6.0.0 + - @celo/utils@7.0.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + - @celo/wallet-hsm@6.0.0 + - @celo/wallet-remote@6.0.0 + ## 6.0.0-beta.3 ### Patch Changes diff --git a/packages/sdk/wallets/wallet-hsm-azure/package.json b/packages/sdk/wallets/wallet-hsm-azure/package.json index d4b926a9b..a50650335 100644 --- a/packages/sdk/wallets/wallet-hsm-azure/package.json +++ b/packages/sdk/wallets/wallet-hsm-azure/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-hsm-azure", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "Azure HSM wallet implementation", "author": "Celo", "license": "Apache-2.0", @@ -25,12 +25,12 @@ "@azure/identity": "^4.0.1", "@azure/keyvault-keys": "^4.7.2", "@azure/keyvault-secrets": "^4.7.0", - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.1", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-base": "^6.0.0-beta.3", - "@celo/wallet-hsm": "^6.0.0-beta.3", - "@celo/wallet-remote": "^6.0.0-beta.3", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", + "@celo/utils": "^7.0.0", + "@celo/wallet-base": "^6.0.0", + "@celo/wallet-hsm": "^6.0.0", + "@celo/wallet-remote": "^6.0.0", "@ethereumjs/util": "8.0.5", "@types/secp256k1": "^4.0.0", "bignumber.js": "^9.0.0", diff --git a/packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md b/packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md index 8b926c070..74e56c76b 100644 --- a/packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md @@ -1,5 +1,18 @@ # @celo/wallet-hsm-gcp +## 6.0.0 + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/wallet-base@6.0.0 + - @celo/utils@7.0.0 + - @celo/connect@6.0.0 + - @celo/wallet-hsm@6.0.0 + - @celo/wallet-remote@6.0.0 + ## 6.0.0-beta.3 ### Patch Changes diff --git a/packages/sdk/wallets/wallet-hsm-gcp/package.json b/packages/sdk/wallets/wallet-hsm-gcp/package.json index 8d7179e16..f88278fc4 100644 --- a/packages/sdk/wallets/wallet-hsm-gcp/package.json +++ b/packages/sdk/wallets/wallet-hsm-gcp/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-hsm-gcp", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "GCP HSM wallet implementation", "author": "Celo", "license": "Apache-2.0", @@ -20,11 +20,11 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/connect": "^6.0.0-beta.1", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-base": "^6.0.0-beta.3", - "@celo/wallet-hsm": "^6.0.0-beta.3", - "@celo/wallet-remote": "^6.0.0-beta.3", + "@celo/connect": "^6.0.0", + "@celo/utils": "^7.0.0", + "@celo/wallet-base": "^6.0.0", + "@celo/wallet-hsm": "^6.0.0", + "@celo/wallet-remote": "^6.0.0", "@ethereumjs/util": "8.0.5", "@google-cloud/kms": "~2.9.0", "@noble/curves": "^1.3.0", diff --git a/packages/sdk/wallets/wallet-hsm/CHANGELOG.md b/packages/sdk/wallets/wallet-hsm/CHANGELOG.md index ae7cbda02..5fce0b53b 100644 --- a/packages/sdk/wallets/wallet-hsm/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-hsm/CHANGELOG.md @@ -1,5 +1,14 @@ # @celo/wallet-hsm +## 6.0.0 + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03)]: + - @celo/base@6.1.0 + ## 6.0.0-beta.3 ## 6.0.0-beta.2 diff --git a/packages/sdk/wallets/wallet-hsm/package.json b/packages/sdk/wallets/wallet-hsm/package.json index c62611737..c438f4b5f 100644 --- a/packages/sdk/wallets/wallet-hsm/package.json +++ b/packages/sdk/wallets/wallet-hsm/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-hsm", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "HSM wallet implementation utils", "author": "Celo", "license": "Apache-2.0", @@ -22,7 +22,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/base": "^6.1.0-beta.0", + "@celo/base": "^6.1.0", "@ethereumjs/util": "8.0.5", "@noble/ciphers": "0.4.1", "@noble/curves": "1.3.0", diff --git a/packages/sdk/wallets/wallet-ledger/CHANGELOG.md b/packages/sdk/wallets/wallet-ledger/CHANGELOG.md index 44e4ca485..de0702bfe 100644 --- a/packages/sdk/wallets/wallet-ledger/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-ledger/CHANGELOG.md @@ -1,5 +1,28 @@ # @celo/wallet-ledger +## 6.0.0 + +### Minor Changes + +- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it. + +### Patch Changes + +- [#283](https://github.com/celo-org/developer-tooling/pull/283) [`6d2a838`](https://github.com/celo-org/developer-tooling/commit/6d2a838a80a51007d75768c77d62a861f2cec136) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Change the @ledgerhq/hw-app-eth dependency to our own fork + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes + +- [#288](https://github.com/celo-org/developer-tooling/pull/288) [`d5b1508`](https://github.com/celo-org/developer-tooling/commit/d5b1508d7d08a99f6bb6deb569ec8b89194de2b9) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Change git url + +- [#239](https://github.com/celo-org/developer-tooling/pull/239) [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Temporarily support celo-legacy transactions / older celo-ledger apps. + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/wallet-base@6.0.0 + - @celo/utils@7.0.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + - @celo/wallet-remote@6.0.0 + ## 6.0.0-beta.3 ### Patch Changes diff --git a/packages/sdk/wallets/wallet-ledger/package.json b/packages/sdk/wallets/wallet-ledger/package.json index 07fa451c8..87f8806c6 100644 --- a/packages/sdk/wallets/wallet-ledger/package.json +++ b/packages/sdk/wallets/wallet-ledger/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-ledger", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "Ledger wallet implementation", "author": "Celo", "license": "Apache-2.0", @@ -24,12 +24,12 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.1", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", "@celo/ledger-token-signer": "^0.4.0", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-base": "^6.0.0-beta.3", - "@celo/wallet-remote": "^6.0.0-beta.3", + "@celo/utils": "^7.0.0", + "@celo/wallet-base": "^6.0.0", + "@celo/wallet-remote": "^6.0.0", "@ethereumjs/util": "8.0.5", "@ledgerhq/errors": "^6.16.4", "@ledgerhq/hw-app-eth": "git+https://github.com:celo-org/ledgerjs-hw-app-eth.git", @@ -38,7 +38,7 @@ "semver": "^7.6.0" }, "devDependencies": { - "@celo/contractkit": "^8.1.0-beta.1", + "@celo/contractkit": "^8.1.0", "@celo/typescript": "workspace:^", "@ledgerhq/hw-transport-node-hid": "^6.28.5", "@noble/curves": "^1.4.0", diff --git a/packages/sdk/wallets/wallet-local/CHANGELOG.md b/packages/sdk/wallets/wallet-local/CHANGELOG.md index cc336d50b..4113d80a6 100644 --- a/packages/sdk/wallets/wallet-local/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-local/CHANGELOG.md @@ -1,5 +1,25 @@ # @celo/wallet-local +## 6.0.0 + +### Major Changes + +- [#239](https://github.com/celo-org/developer-tooling/pull/239) [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Remove support for celo-legacy and cip42 transaction serialization and signing. These were the transaction types that supported gatewayFee. Transactions that specify feeCurrency and gasPrice togther will now throw. Users should migrate these to either ethereum type 0, eip1559 and cip64 style transactions depending on their need. + +### Minor Changes + +- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it. + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/wallet-base@6.0.0 + - @celo/utils@7.0.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + ## 6.0.0-beta.3 ### Patch Changes diff --git a/packages/sdk/wallets/wallet-local/package.json b/packages/sdk/wallets/wallet-local/package.json index 3b6320d67..d501bea42 100644 --- a/packages/sdk/wallets/wallet-local/package.json +++ b/packages/sdk/wallets/wallet-local/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-local", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "Local wallet implementation", "author": "Celo", "license": "Apache-2.0", @@ -22,10 +22,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.1", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-base": "^6.0.0-beta.3", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", + "@celo/utils": "^7.0.0", + "@celo/wallet-base": "^6.0.0", "@ethereumjs/util": "8.0.5" }, "devDependencies": { diff --git a/packages/sdk/wallets/wallet-remote/CHANGELOG.md b/packages/sdk/wallets/wallet-remote/CHANGELOG.md index 3d82e155b..3977074e7 100644 --- a/packages/sdk/wallets/wallet-remote/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-remote/CHANGELOG.md @@ -1,5 +1,16 @@ # @celo/wallet-remote +## 6.0.0 + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/wallet-base@6.0.0 + - @celo/utils@7.0.0 + - @celo/connect@6.0.0 + ## 6.0.0-beta.3 ### Patch Changes diff --git a/packages/sdk/wallets/wallet-remote/package.json b/packages/sdk/wallets/wallet-remote/package.json index ad4b1b316..cc5280738 100644 --- a/packages/sdk/wallets/wallet-remote/package.json +++ b/packages/sdk/wallets/wallet-remote/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-remote", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "Remote wallet implementation", "author": "Celo", "license": "Apache-2.0", @@ -22,9 +22,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/connect": "^6.0.0-beta.1", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-base": "^6.0.0-beta.3", + "@celo/connect": "^6.0.0", + "@celo/utils": "^7.0.0", + "@celo/wallet-base": "^6.0.0", "@ethereumjs/util": "8.0.5", "@types/debug": "^4.1.5" }, diff --git a/packages/sdk/wallets/wallet-rpc/CHANGELOG.md b/packages/sdk/wallets/wallet-rpc/CHANGELOG.md index 256c65c49..340d3afe2 100644 --- a/packages/sdk/wallets/wallet-rpc/CHANGELOG.md +++ b/packages/sdk/wallets/wallet-rpc/CHANGELOG.md @@ -1,5 +1,22 @@ # @celo/wallet-rpc +## 6.0.0 + +### Minor Changes + +- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it. + +### Patch Changes + +- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes + +- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: + - @celo/wallet-base@6.0.0 + - @celo/utils@7.0.0 + - @celo/connect@6.0.0 + - @celo/base@6.1.0 + - @celo/wallet-remote@6.0.0 + ## 6.0.0-beta.3 ### Patch Changes diff --git a/packages/sdk/wallets/wallet-rpc/package.json b/packages/sdk/wallets/wallet-rpc/package.json index dc4bc767b..7d920cd6a 100644 --- a/packages/sdk/wallets/wallet-rpc/package.json +++ b/packages/sdk/wallets/wallet-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@celo/wallet-rpc", - "version": "6.0.0-beta.3", + "version": "6.0.0", "description": "Geth RPC wallet implementation", "author": "Celo", "license": "Apache-2.0", @@ -22,18 +22,18 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@celo/base": "^6.1.0-beta.0", - "@celo/connect": "^6.0.0-beta.1", - "@celo/utils": "^7.0.0-beta.0", - "@celo/wallet-base": "^6.0.0-beta.3", - "@celo/wallet-remote": "^6.0.0-beta.3", + "@celo/base": "^6.1.0", + "@celo/connect": "^6.0.0", + "@celo/utils": "^7.0.0", + "@celo/wallet-base": "^6.0.0", + "@celo/wallet-remote": "^6.0.0", "@types/bn.js": "^5.1.0", "bignumber.js": "^9.0.0", "debug": "^4.1.1" }, "devDependencies": { - "@celo/contractkit": "^8.1.0-beta.1", - "@celo/dev-utils": "0.0.4-beta.1", + "@celo/contractkit": "^8.1.0", + "@celo/dev-utils": "0.0.4", "@celo/typescript": "workspace:^", "@types/debug": "^4.1.12", "bn.js": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index efab0ced1..afa0d8fbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1569,14 +1569,7 @@ __metadata: languageName: node linkType: hard -"@celo/base@npm:^6.0.0, @celo/base@npm:^6.0.1": - version: 6.0.1 - resolution: "@celo/base@npm:6.0.1" - checksum: 72245af11b23ff4c488267deb52b4e70326777d6f23a452b68a8172d7a671a643e59ab7a314727532cfea598b10124d4e741d6e59877db6913986059f3de6b69 - languageName: node - linkType: hard - -"@celo/base@npm:^6.1.0-beta.0, @celo/base@workspace:packages/sdk/base": +"@celo/base@npm:^6.0.0, @celo/base@npm:^6.0.1, @celo/base@npm:^6.1.0, @celo/base@workspace:packages/sdk/base": version: 0.0.0-use.local resolution: "@celo/base@workspace:packages/sdk/base" dependencies: @@ -1619,22 +1612,22 @@ __metadata: resolution: "@celo/celocli@workspace:packages/cli" dependencies: "@celo/abis": "npm:11.0.0" - "@celo/base": "npm:^6.1.0-beta.0" + "@celo/base": "npm:^6.1.0" "@celo/celo-devchain": "npm:^7.0.0" "@celo/compliance": "npm:~1.0.20" - "@celo/connect": "npm:^6.0.0-beta.1" - "@celo/contractkit": "npm:^8.1.0-beta.1" - "@celo/cryptographic-utils": "npm:^5.1.0-beta.0" - "@celo/dev-utils": "npm:0.0.4-beta.1" - "@celo/explorer": "npm:^5.0.11-beta.0" - "@celo/governance": "npm:^5.1.2-beta.0" + "@celo/connect": "npm:^6.0.0" + "@celo/contractkit": "npm:^8.1.0" + "@celo/cryptographic-utils": "npm:^5.1.0" + "@celo/dev-utils": "npm:0.0.4" + "@celo/explorer": "npm:^5.0.11" + "@celo/governance": "npm:^5.1.2" "@celo/identity": "npm:^5.1.2" - "@celo/phone-utils": "npm:^6.0.3-beta.0" + "@celo/phone-utils": "npm:^6.0.3" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-hsm-azure": "npm:^6.0.0-beta.3" - "@celo/wallet-ledger": "npm:^6.0.0-beta.3" - "@celo/wallet-local": "npm:^6.0.0-beta.3" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-hsm-azure": "npm:^6.0.0" + "@celo/wallet-ledger": "npm:^6.0.0" + "@celo/wallet-local": "npm:^6.0.0" "@ethereumjs/util": "npm:8.0.5" "@ledgerhq/hw-transport-node-hid": "npm:^6.28.5" "@mento-protocol/mento-sdk": "npm:^0.2.2" @@ -1705,13 +1698,13 @@ __metadata: languageName: node linkType: hard -"@celo/connect@npm:^6.0.0-beta.0, @celo/connect@npm:^6.0.0-beta.1, @celo/connect@workspace:packages/sdk/connect": +"@celo/connect@npm:^6.0.0, @celo/connect@workspace:packages/sdk/connect": version: 0.0.0-use.local resolution: "@celo/connect@workspace:packages/sdk/connect" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" + "@celo/base": "npm:^6.1.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" + "@celo/utils": "npm:^7.0.0" "@ethereumjs/util": "npm:8.0.5" "@types/debug": "npm:^4.1.12" "@types/utf8": "npm:^2.1.6" @@ -1751,20 +1744,20 @@ __metadata: languageName: node linkType: hard -"@celo/contractkit@npm:^8.1.0-beta.0, @celo/contractkit@npm:^8.1.0-beta.1, @celo/contractkit@workspace:packages/sdk/contractkit": +"@celo/contractkit@npm:^8.1.0, @celo/contractkit@workspace:packages/sdk/contractkit": version: 0.0.0-use.local resolution: "@celo/contractkit@workspace:packages/sdk/contractkit" dependencies: "@celo/abis": "npm:11.0.0" "@celo/abis-12": "npm:@celo/abis@12.0.0-canary.16" - "@celo/base": "npm:^6.1.0-beta.0" + "@celo/base": "npm:^6.1.0" "@celo/celo-devchain": "npm:^7.0.0" - "@celo/connect": "npm:^6.0.0-beta.1" - "@celo/dev-utils": "npm:0.0.4-beta.1" + "@celo/connect": "npm:^6.0.0" + "@celo/dev-utils": "npm:0.0.4" "@celo/odis-identifiers": "npm:^1.0.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-local": "npm:^6.0.0-beta.2" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-local": "npm:^6.0.0" "@truffle/contract": "npm:4.6.31" "@types/bn.js": "npm:^5.1.0" "@types/debug": "npm:^4.1.5" @@ -1786,14 +1779,14 @@ __metadata: languageName: unknown linkType: soft -"@celo/cryptographic-utils@npm:^5.1.0-beta.0, @celo/cryptographic-utils@workspace:packages/sdk/cryptographic-utils": +"@celo/cryptographic-utils@npm:^5.1.0, @celo/cryptographic-utils@workspace:packages/sdk/cryptographic-utils": version: 0.0.0-use.local resolution: "@celo/cryptographic-utils@workspace:packages/sdk/cryptographic-utils" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" + "@celo/base": "npm:^6.1.0" "@celo/bls12377js": "npm:0.1.1" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" + "@celo/utils": "npm:^7.0.0" "@noble/ciphers": "npm:0.4.1" "@noble/curves": "npm:1.3.0" "@noble/hashes": "npm:1.3.3" @@ -1804,12 +1797,12 @@ __metadata: languageName: unknown linkType: soft -"@celo/dev-utils@npm:0.0.4-beta.1, @celo/dev-utils@workspace:packages/dev-utils": +"@celo/dev-utils@npm:0.0.4, @celo/dev-utils@workspace:packages/dev-utils": version: 0.0.0-use.local resolution: "@celo/dev-utils@workspace:packages/dev-utils" dependencies: "@celo/abis": "npm:^11.0.0" - "@celo/connect": "npm:^6.0.0-beta.0" + "@celo/connect": "npm:^6.0.0" "@celo/devchain-anvil": "npm:5.0.0-canary.0" "@celo/typescript": "workspace:^" "@tsconfig/recommended": "npm:^1.0.3" @@ -1833,16 +1826,16 @@ __metadata: languageName: node linkType: hard -"@celo/explorer@npm:^5.0.11-beta.0, @celo/explorer@workspace:packages/sdk/explorer": +"@celo/explorer@npm:^5.0.11, @celo/explorer@workspace:packages/sdk/explorer": version: 0.0.0-use.local resolution: "@celo/explorer@workspace:packages/sdk/explorer" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" - "@celo/connect": "npm:^6.0.0-beta.0" - "@celo/contractkit": "npm:^8.1.0-beta.0" - "@celo/dev-utils": "npm:0.0.4-beta.1" + "@celo/base": "npm:^6.1.0" + "@celo/connect": "npm:^6.0.0" + "@celo/contractkit": "npm:^8.1.0" + "@celo/dev-utils": "npm:0.0.4" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" + "@celo/utils": "npm:^7.0.0" "@types/debug": "npm:^4.1.12" bignumber.js: "npm:9.0.0" cross-fetch: "npm:3.1.5" @@ -1852,17 +1845,17 @@ __metadata: languageName: unknown linkType: soft -"@celo/governance@npm:^5.1.2-beta.0, @celo/governance@workspace:packages/sdk/governance": +"@celo/governance@npm:^5.1.2, @celo/governance@workspace:packages/sdk/governance": version: 0.0.0-use.local resolution: "@celo/governance@workspace:packages/sdk/governance" dependencies: "@celo/abis": "npm:11.0.0" - "@celo/base": "npm:^6.1.0-beta.0" - "@celo/connect": "npm:^6.0.0-beta.0" - "@celo/contractkit": "npm:^8.1.0-beta.0" - "@celo/explorer": "npm:^5.0.11-beta.0" + "@celo/base": "npm:^6.1.0" + "@celo/connect": "npm:^6.0.0" + "@celo/contractkit": "npm:^8.1.0" + "@celo/explorer": "npm:^5.0.11" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" + "@celo/utils": "npm:^7.0.0" "@ethereumjs/util": "npm:8.0.5" "@types/debug": "npm:^4.1.12" "@types/inquirer": "npm:^6.5.0" @@ -1899,8 +1892,8 @@ __metadata: resolution: "@celo/keystores@workspace:packages/sdk/keystores" dependencies: "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-local": "npm:^6.0.0-beta.0" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-local": "npm:^6.0.0" "@types/rimraf": "npm:3.0.2" ethereumjs-wallet: "npm:^1.0.1" rimraf: "npm:3.0.2" @@ -1918,7 +1911,7 @@ __metadata: version: 0.0.0-use.local resolution: "@celo/network-utils@workspace:packages/sdk/network-utils" dependencies: - "@celo/dev-utils": "npm:0.0.4-beta.1" + "@celo/dev-utils": "npm:0.0.4" "@celo/typescript": "workspace:^" "@types/debug": "npm:^4.1.12" cross-fetch: "npm:3.1.5" @@ -1957,13 +1950,13 @@ __metadata: languageName: node linkType: hard -"@celo/phone-utils@npm:^6.0.3-beta.0, @celo/phone-utils@workspace:packages/sdk/phone-utils": +"@celo/phone-utils@npm:^6.0.3, @celo/phone-utils@workspace:packages/sdk/phone-utils": version: 0.0.0-use.local resolution: "@celo/phone-utils@workspace:packages/sdk/phone-utils" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" + "@celo/base": "npm:^6.1.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" + "@celo/utils": "npm:^7.0.0" "@types/country-data": "npm:^0.0.0" "@types/google-libphonenumber": "npm:^7.4.23" "@types/node": "npm:^18.7.16" @@ -1979,10 +1972,10 @@ __metadata: version: 0.0.0-use.local resolution: "@celo/transactions-uri@workspace:packages/sdk/transactions-uri" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" - "@celo/connect": "npm:^6.0.0-beta.0" - "@celo/contractkit": "npm:^8.1.0-beta.0" - "@celo/dev-utils": "npm:0.0.4-beta.1" + "@celo/base": "npm:^6.1.0" + "@celo/connect": "npm:^6.0.0" + "@celo/contractkit": "npm:^8.1.0" + "@celo/dev-utils": "npm:0.0.4" "@celo/typescript": "workspace:^" "@types/bn.js": "npm:^5.1.0" "@types/debug": "npm:^4.1.5" @@ -2022,11 +2015,11 @@ __metadata: languageName: node linkType: hard -"@celo/utils@npm:^7.0.0-beta.0, @celo/utils@workspace:packages/sdk/utils": +"@celo/utils@npm:^7.0.0, @celo/utils@workspace:packages/sdk/utils": version: 0.0.0-use.local resolution: "@celo/utils@workspace:packages/sdk/utils" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" + "@celo/base": "npm:^6.1.0" "@celo/typescript": "workspace:^" "@ethereumjs/rlp": "npm:^5.0.2" "@ethereumjs/util": "npm:8.0.5" @@ -2063,14 +2056,14 @@ __metadata: languageName: node linkType: hard -"@celo/wallet-base@npm:^6.0.0-beta.3, @celo/wallet-base@workspace:packages/sdk/wallets/wallet-base": +"@celo/wallet-base@npm:^6.0.0, @celo/wallet-base@workspace:packages/sdk/wallets/wallet-base": version: 0.0.0-use.local resolution: "@celo/wallet-base@workspace:packages/sdk/wallets/wallet-base" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" - "@celo/connect": "npm:^6.0.0-beta.1" + "@celo/base": "npm:^6.1.0" + "@celo/connect": "npm:^6.0.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" + "@celo/utils": "npm:^7.0.0" "@ethereumjs/rlp": "npm:^5.0.2" "@ethereumjs/util": "npm:8.0.5" "@noble/curves": "npm:^1.3.0" @@ -2088,12 +2081,12 @@ __metadata: version: 0.0.0-use.local resolution: "@celo/wallet-hsm-aws@workspace:packages/sdk/wallets/wallet-hsm-aws" dependencies: - "@celo/connect": "npm:^6.0.0-beta.1" + "@celo/connect": "npm:^6.0.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-base": "npm:^6.0.0-beta.3" - "@celo/wallet-hsm": "npm:^6.0.0-beta.3" - "@celo/wallet-remote": "npm:^6.0.0-beta.3" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-base": "npm:^6.0.0" + "@celo/wallet-hsm": "npm:^6.0.0" + "@celo/wallet-remote": "npm:^6.0.0" "@ethereumjs/util": "npm:8.0.5" "@noble/ciphers": "npm:0.4.1" "@noble/curves": "npm:1.3.0" @@ -2108,20 +2101,20 @@ __metadata: languageName: unknown linkType: soft -"@celo/wallet-hsm-azure@npm:^6.0.0-beta.3, @celo/wallet-hsm-azure@workspace:packages/sdk/wallets/wallet-hsm-azure": +"@celo/wallet-hsm-azure@npm:^6.0.0, @celo/wallet-hsm-azure@workspace:packages/sdk/wallets/wallet-hsm-azure": version: 0.0.0-use.local resolution: "@celo/wallet-hsm-azure@workspace:packages/sdk/wallets/wallet-hsm-azure" dependencies: "@azure/identity": "npm:^4.0.1" "@azure/keyvault-keys": "npm:^4.7.2" "@azure/keyvault-secrets": "npm:^4.7.0" - "@celo/base": "npm:^6.1.0-beta.0" - "@celo/connect": "npm:^6.0.0-beta.1" + "@celo/base": "npm:^6.1.0" + "@celo/connect": "npm:^6.0.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-base": "npm:^6.0.0-beta.3" - "@celo/wallet-hsm": "npm:^6.0.0-beta.3" - "@celo/wallet-remote": "npm:^6.0.0-beta.3" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-base": "npm:^6.0.0" + "@celo/wallet-hsm": "npm:^6.0.0" + "@celo/wallet-remote": "npm:^6.0.0" "@ethereumjs/util": "npm:8.0.5" "@noble/ciphers": "npm:0.4.1" "@noble/curves": "npm:1.3.0" @@ -2139,12 +2132,12 @@ __metadata: version: 0.0.0-use.local resolution: "@celo/wallet-hsm-gcp@workspace:packages/sdk/wallets/wallet-hsm-gcp" dependencies: - "@celo/connect": "npm:^6.0.0-beta.1" + "@celo/connect": "npm:^6.0.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-base": "npm:^6.0.0-beta.3" - "@celo/wallet-hsm": "npm:^6.0.0-beta.3" - "@celo/wallet-remote": "npm:^6.0.0-beta.3" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-base": "npm:^6.0.0" + "@celo/wallet-hsm": "npm:^6.0.0" + "@celo/wallet-remote": "npm:^6.0.0" "@ethereumjs/util": "npm:8.0.5" "@google-cloud/kms": "npm:~2.9.0" "@noble/ciphers": "npm:0.4.1" @@ -2159,11 +2152,11 @@ __metadata: languageName: unknown linkType: soft -"@celo/wallet-hsm@npm:^6.0.0-beta.3, @celo/wallet-hsm@workspace:packages/sdk/wallets/wallet-hsm": +"@celo/wallet-hsm@npm:^6.0.0, @celo/wallet-hsm@workspace:packages/sdk/wallets/wallet-hsm": version: 0.0.0-use.local resolution: "@celo/wallet-hsm@workspace:packages/sdk/wallets/wallet-hsm" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" + "@celo/base": "npm:^6.1.0" "@celo/typescript": "workspace:^" "@ethereumjs/util": "npm:8.0.5" "@noble/ciphers": "npm:0.4.1" @@ -2178,18 +2171,18 @@ __metadata: languageName: unknown linkType: soft -"@celo/wallet-ledger@npm:^6.0.0-beta.3, @celo/wallet-ledger@workspace:packages/sdk/wallets/wallet-ledger": +"@celo/wallet-ledger@npm:^6.0.0, @celo/wallet-ledger@workspace:packages/sdk/wallets/wallet-ledger": version: 0.0.0-use.local resolution: "@celo/wallet-ledger@workspace:packages/sdk/wallets/wallet-ledger" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" - "@celo/connect": "npm:^6.0.0-beta.1" - "@celo/contractkit": "npm:^8.1.0-beta.1" + "@celo/base": "npm:^6.1.0" + "@celo/connect": "npm:^6.0.0" + "@celo/contractkit": "npm:^8.1.0" "@celo/ledger-token-signer": "npm:^0.4.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-base": "npm:^6.0.0-beta.3" - "@celo/wallet-remote": "npm:^6.0.0-beta.3" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-base": "npm:^6.0.0" + "@celo/wallet-remote": "npm:^6.0.0" "@ethereumjs/util": "npm:8.0.5" "@ledgerhq/errors": "npm:^6.16.4" "@ledgerhq/hw-app-eth": "git+https://github.com:celo-org/ledgerjs-hw-app-eth.git" @@ -2220,15 +2213,15 @@ __metadata: languageName: node linkType: hard -"@celo/wallet-local@npm:^6.0.0-beta.0, @celo/wallet-local@npm:^6.0.0-beta.2, @celo/wallet-local@npm:^6.0.0-beta.3, @celo/wallet-local@workspace:packages/sdk/wallets/wallet-local": +"@celo/wallet-local@npm:^6.0.0, @celo/wallet-local@workspace:packages/sdk/wallets/wallet-local": version: 0.0.0-use.local resolution: "@celo/wallet-local@workspace:packages/sdk/wallets/wallet-local" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" - "@celo/connect": "npm:^6.0.0-beta.1" + "@celo/base": "npm:^6.1.0" + "@celo/connect": "npm:^6.0.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-base": "npm:^6.0.0-beta.3" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-base": "npm:^6.0.0" "@ethereumjs/util": "npm:8.0.5" "@types/debug": "npm:^4.1.12" debug: "npm:^4.3.5" @@ -2237,14 +2230,14 @@ __metadata: languageName: unknown linkType: soft -"@celo/wallet-remote@npm:^6.0.0-beta.3, @celo/wallet-remote@workspace:packages/sdk/wallets/wallet-remote": +"@celo/wallet-remote@npm:^6.0.0, @celo/wallet-remote@workspace:packages/sdk/wallets/wallet-remote": version: 0.0.0-use.local resolution: "@celo/wallet-remote@workspace:packages/sdk/wallets/wallet-remote" dependencies: - "@celo/connect": "npm:^6.0.0-beta.1" + "@celo/connect": "npm:^6.0.0" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-base": "npm:^6.0.0-beta.3" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-base": "npm:^6.0.0" "@ethereumjs/util": "npm:8.0.5" "@types/debug": "npm:^4.1.5" web3: "npm:1.10.4" @@ -2255,14 +2248,14 @@ __metadata: version: 0.0.0-use.local resolution: "@celo/wallet-rpc@workspace:packages/sdk/wallets/wallet-rpc" dependencies: - "@celo/base": "npm:^6.1.0-beta.0" - "@celo/connect": "npm:^6.0.0-beta.1" - "@celo/contractkit": "npm:^8.1.0-beta.1" - "@celo/dev-utils": "npm:0.0.4-beta.1" + "@celo/base": "npm:^6.1.0" + "@celo/connect": "npm:^6.0.0" + "@celo/contractkit": "npm:^8.1.0" + "@celo/dev-utils": "npm:0.0.4" "@celo/typescript": "workspace:^" - "@celo/utils": "npm:^7.0.0-beta.0" - "@celo/wallet-base": "npm:^6.0.0-beta.3" - "@celo/wallet-remote": "npm:^6.0.0-beta.3" + "@celo/utils": "npm:^7.0.0" + "@celo/wallet-base": "npm:^6.0.0" + "@celo/wallet-remote": "npm:^6.0.0" "@types/bn.js": "npm:^5.1.0" "@types/debug": "npm:^4.1.12" bignumber.js: "npm:^9.0.0"