Skip to content

Releases: celo-org/celo-monorepo

SDK Release 4.1.1

31 Aug 20:49
ed9c51b
Compare
Choose a tag to compare

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

08 May 19:00
cc42380
Compare
Choose a tag to compare
  • adds getSupportWithConstitionThreshold method to governance wrapper
  • uses generated contracts for core release 9
  • some minor deep dep updates

CELOCLI 2.1

08 May 19:02
cc42380
Compare
Choose a tag to compare
  • governance:show --proposalID {id} now properly considers constitutional thresholds while calculating proposal support.

SDKS 4.0

30 Mar 23:32
Compare
Choose a tag to compare

@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

30 Mar 23:31
Compare
Choose a tag to compare
  • While viewing governance proposals it is now possible to decode non core contracts which use proxies.

Breaking

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

31 Jan 23:22
594ffdc
Compare
Choose a tag to compare

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

10 Jan 22:49
4cc12b3
Compare
Choose a tag to compare

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

10 Jan 22:50
4cc12b3
Compare
Choose a tag to compare

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

19 Dec 19:30
Compare
Choose a tag to compare

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

08 Dec 20:21
86c1aa9
Compare
Choose a tag to compare

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.

#9985