Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
master
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmaster
.Releases
@celo/[email protected]
Major Changes
#339
87223ba
Thanks @aaronmgdr! - Remove support for reserve:* commands. As foretold by https://forum.celo.org/t/sunset-of-reserve-commands/8454#343
54741cc
Thanks @aaronmgdr! - Remove commands identity:identifier, identity:get-attestationsSee https://forum.celo.org/t/rfc-deprecation-of-celocli-identity-commands/8676
Patch Changes
#389
5a0a922
Thanks @aaronmgdr! - Add warning that ETH derivation path will be the default in a future major breaking change.#395
693f6e7
Thanks @aaronmgdr! - Fix incorrect message where the transfered token was used as gas token in the messaging but not in actuality#395
693f6e7
Thanks @aaronmgdr! - Fix Transfering, exchanging cusd (and other fee tokens) and or using gasCurrency flag with ledger devices prior to 1.2#389
5a0a922
Thanks @aaronmgdr! - Fix: account:new can now be called without a nodeUpdated dependencies [
693f6e7
,5a0a922
,33ad4aa
,4ef76eb
,33ad4aa
]:@celo/[email protected]
Major Changes
#228
4ef76eb
Thanks @aaronmgdr! - remove deprecated functions and consts exported from ./contacts and ./displayformating. ./currencies and ./phonenumbers. If these are used by your app we recommend to inline the functions from the previous release.https://github.com/celo-org/developer-tooling/tree/%40celo/wallet-base%406.0.1/packages/sdk/base/src
Full List of removed exports -- ContactPhoneNumber, MinimalContact, getContactPhoneNumber, isContact, CURRENCY_ENUM, Currency, CURRENCIES, resolveCurrency, SHORT_CURRENCIES, currencyToShortMap | getErrorMessage | anonymizedPhone | getContactNameHash
@celo/[email protected]
Major Changes
#340
33ad4aa
Thanks @aaronmgdr! - Removes all exports under the lib/identity folder. These have been move to a new @celo/metadata-claims package and should be imported from there.Note that folder structure is also flattened slightly. so replace
@celo/contractkit/lib/identity/claims/
with@celo/metadata-claims/lib/
example
Note that Contractkit is Not a dependency. Instead when using
IdentityMetadataWrapper
you should make an object that satisfis theAccountMetadataSignerGetters
typeusing viem it would be like
Patch Changes
4ef76eb
]:@celo/[email protected]
Major Changes
#340
33ad4aa
Thanks @aaronmgdr! - Introducing @celo/metadata-claims These are a series of functions extracted from @celo/contractkit since they didnt strictly need depend on contractkit itsefl. Developers can now use IdentityMetadataWrapper with any js rpc library like ethers or viem or web3js without being forced to import ContractKit.Instead when using
IdentityMetadataWrapper
you should make an object that satisfis theAccountMetadataSignerGetters
typeusing viem it would be like
Patch Changes
4ef76eb
]:@celo/[email protected]
Major Changes
#228
4ef76eb
Thanks @aaronmgdr! - remove deprecated functions and consts exported from ./contacts and ./displayformating. ./currencies and ./phonenumbers. If these are used by your app we recommend to inline the functions from the previous release.https://github.com/celo-org/developer-tooling/tree/%40celo/wallet-base%406.0.1/packages/sdk/base/src
Full List of removed exports -- ContactPhoneNumber, MinimalContact, getContactPhoneNumber, isContact, CURRENCY_ENUM, Currency, CURRENCIES, resolveCurrency, SHORT_CURRENCIES, currencyToShortMap | getErrorMessage | anonymizedPhone | getContactNameHash
Patch Changes
4ef76eb
]:@celo/[email protected]
Major Changes
6bba5e3
Thanks @nicolasbrugneaux! - Initial releasePatch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
#389
5a0a922
Thanks @aaronmgdr! - Add warning that ETH derivation path will be the default in a future major breaking change.Updated dependencies [
4ef76eb
]:@celo/[email protected]
Patch Changes
33ad4aa
,4ef76eb
]:@celo/[email protected]
Patch Changes
33ad4aa
,4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
#395
693f6e7
Thanks @aaronmgdr! - Fix issue where ledger running celo firmware app 1.1.10 could not send fee token transactions or perform and interactions with those contractsUpdated dependencies [
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:@celo/[email protected]
Patch Changes
4ef76eb
]:PR-Codex overview
This PR focuses on updating various Celo SDK packages to their beta versions, enhancing dependency management and incorporating new features. It includes significant version bumps and updates to changelogs across multiple packages.
Detailed summary
@celo/base
to7.0.0-beta.0
@celo/connect
to6.0.3-beta.0
@celo/utils
to8.0.0-beta.0
@celo/dev-utils
to0.0.6-beta.0
@celo/metadata-claims
package at1.0.0-beta.0
@celo/contractkit
to9.0.0-beta.0
CHANGELOG.md
files across several packages