Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 12:26
· 89 commits to master since this release
2c028d0

Minor Changes

  • #264 59f4b42 Thanks @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 5f304f0 Thanks @aaronmgdr! - feat: Running celocli lockedgold:lock will now automatically register the eoa as an account if needed before locking

  • #267 f553539 Thanks @shazarre! - Added support for CeloDistributionSchedule contract in network:parameters command

  • #233 eeb44f3 Thanks @arthurgousset! - Adds support for multisigs (via the --useMultisig flag) in the governance:propose command.

  • #279 06019bf Thanks @shazarre! - Adds support for <1.5.0.0 and >=1.5.0.0 Governance contract version

Patch Changes