Skip to content

Releases: celo-org/celo-monorepo

Core Contracts Release 11

22 Feb 17:14
7a2d29e
Compare
Choose a tag to compare

Release Notes:

This is the eleventh release of the Celo Core Contracts. It follows the standard release process per the docs.

Audit:

Security audit currently underway.

Key updates in this release:

  1. Sorted Oracles update from Mento and Adding equivalent tokens: #10891
  2. Audit fix #10931
  3. FeeCurrency Adapter: #10907
  4. Audit fix #10940
  5. Fix to calculate unlockable Celo: #10731
  6. Gas Price Minimum can never be zero for any token: #10909
  7. Add logic for getTotalPendingWithdrawalsCount: #10488
  8. Add Hotfix hash calculator: #10697
  9. Miscellaneous fixes #10945

Specific Version Updates:

  • FeeCurrencyAdaptor: N/A => 1.1.0.0
  • GasPriceMinimum: 1.2.0.0 => 1.2.0.1
  • Governance: 1.4.0.0=>1.4.1.0`
  • LockedGold: 1.1.2.2 => 1.1.3.0
  • SortedOracles: 1.1.2.3 => 1.1.3.0

Note: FeeCurrencyAdaptor is not a core contract, and just implemented as a reference implementation.
Audit: cLabs Equivalent Tokens Review - Summary Report.pdf

Core Contracts Release 11

30 Jan 12:50
e0e3578
Compare
Choose a tag to compare
Pre-release

Release Notes:

This is the eleventh release of the Celo Core Contracts. It follows the standard release process per the docs.

Audit:

Security audit currently underway.

Key updates in this release:

  1. Sorted Oracles update from Mento and Adding equivalent tokens: #10891
  2. FeeCurrency Adapter: #10907
  3. Fix to calculate unlockable Celo: #10731
  4. Gas Price Minimum can never be zero for any token: #10909
  5. Add logic for getTotalPendingWithdrawalsCount: #10488
  6. Add Hotfix hash calculator: #10697

Specific Version Updates:

FeeCurrencyAdaptor: N/A => 1.1.0.0
GasPriceMinimum: 1.2.0.0 => 1.2.0.1
Governance: 1.4.0.0 => 1.4.1.0
LockedGold: 1.1.2.2 => 1.1.3.0
SortedOracles: 1.1.2.3 => 1.1.3.0

@celo/[email protected]

12 Dec 15:17
7e07445
Compare
Choose a tag to compare

Patch Changes

  • 041fc92: Turn back on parallel registry updating for governance proposal views
  • 041fc92: Add textual feedback about parsing proposal
  • 041fc92: Fix Proposal View Regression when it includes proxy updates

@celo/[email protected]

12 Dec 15:17
7e07445
Compare
Choose a tag to compare

Patch Changes

@celo/[email protected]

12 Dec 15:17
7e07445
Compare
Choose a tag to compare

Major Changes

  • 1c9c844: Remove contracts from lib/generated. now available in @celo/abis package at @celo/abis/web3

@celo/[email protected]

12 Dec 15:16
7e07445
Compare
Choose a tag to compare

Patch Changes

@celo/[email protected]

08 Dec 08:20
Compare
Choose a tag to compare

Breaking changes

As well as being the ABIS that correspond to celo core contracts release 10, there are a few breaking changes from release 9

  • ethers types have been removed completely
  • the javascript files previously in the types/web3 folder are no longer under types ie @celo/abis/types/web3/Accounts vs @celo/abis/web3/Accounts
  • the javascript files previously in the types/wagmi folder are now top level ie @celo/abis/Accounts vs @celo/abis/types/wagmi/Accounts

non breaking changes

  • both esm and cjs imports are supported
  • ts/js abis can be imported from index eg import { accountsABI } from "@celo/abis" however the json abis web3 specific functions/types must be imported direct from their file paths.

npm

@celo/abis + @celo/contracts 10 beta series

06 Dec 11:48
Compare
Choose a tag to compare

The beta series for @celo/[email protected] + @celo/[email protected] should be thought of as developer testing of the release process and not consumed in any packages.

@celo/[email protected]

29 Nov 17:14
bfbec57
Compare
Choose a tag to compare

Patch Changes

  • 88e3788: add notice that LockedGold.getTotalPendingWithdrawalsCount is not yet available on all networks
  • 70f600b: Mark MetaTransactionWallet and MetaTransactionWalletDeployer as deprecated, including functions to get them and their wrappers. see #10766
  • 2985f9e: Refactor Accounts.getParsedSignatureOfAddress

@celo/[email protected]

29 Nov 17:14
bfbec57
Compare
Choose a tag to compare

Patch Changes