github-actions
released this
24 Jul 12:27
·
96 commits
to master
since this release
Major Changes
- #239
66972eb
Thanks @nicolasbrugneaux! - Remove support for celo-legacy and cip42 transaction serialization and signing. These were the transaction types that supported gatewayFee. Transactions that specify feeCurrency and gasPrice togther will now throw. Users should migrate these to either ethereum type 0, eip1559 and cip64 style transactions depending on their need.
Minor Changes
-
#59
38b2631
Thanks @nicolasbrugneaux! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries@noble/*
and@scure/*
-
#264
59f4b42
Thanks @nicolasbrugneaux! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is experimental and not supported on chain. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call thekit.populateMaxFeeInToken
method with your transaction and then send it.
Patch Changes
- Updated dependencies [
38b2631
,59f4b42
,182bf73
,38b2631
,7b93642
,66972eb
]:- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]