Releases: celo-org/celo-monorepo
SDK Release 4.1.1
Updates to package versions necessary for the release of v3.0.0 of the @celo/phone-number-privacy-common package and package version upgrades to support node 18. The @celo/phone-number-privacy-common package has been upgraded with miscellaneous small changes to support the ODIS 3.0.0 release - the most significant of which is the removal of blockNumber from the SignMessageResponse type.
SDKs Release 4.1
- adds
getSupportWithConstitionThreshold
method to governance wrapper - uses generated contracts for core release 9
- some minor deep dep updates
CELOCLI 2.1
- governance:show --proposalID {id} now properly considers constitutional thresholds while calculating proposal support.
SDKS 4.0
@celo/contractkit
- removed Attestations utils
- removed methods from Attestations Wrapper
- removed ASV1 helpers
@celo/wallet-gcp (New Package)
- adds support for google HSM wallet
@celo/utils
- added support for EIP712 to signed typed data utils
@celo/explorer
- added support for non core contract proxy decoding for CGPs
@celo/dappkit
- this package has been removed
Celo Cli 2.0.0
- While viewing governance proposals it is now possible to decode non core contracts which use proxies.
Breaking
- Remove ASv1-specific commands from the CLI (#10179) 0d57cef by @eelanagaraj
note 1.8.1-beta has the same code as 2.0 (upgrade to major release after realizing there was a breaking page)
SDKs 3.2.0
New Feature
Adds ability to timeout ODIS requests with an AbortController to the identity SDK #10131
Packages with changes
@celo/identity
ContractKit SDKS 3.1
New Feature
- Adds ability to verify governance proposals which interact with non core contracts using sourcify #10019
Packages with changes
- @celo/explorer
- @celo/governance
@celo/celocli 1.8.0
New Feature
celocli governace:show
will now display human readable overview of proposed transactions when interacting with non core celo contracts (via sourcify)
@celo/celocli 1.7.4
Fixes
- Removes incorrect account check on payment delegations enabling any address to be delegated to including celo safe vaults
- Adds governance version check to governance approval method
ContractKit SDKs v3.0.1
New Features
Add support for arbitrary off-chain identifiers in the @celo-org/identity sdk. Previously, the sdk was written to be phone number specific and identifiers were prefixed with tel://
after returning from ODIS. This update adds new prefixes for twitter + email and refactors the code to be identifier agnostic.