Releases: celo-org/developer-tooling
@celo/[email protected]
Major Changes
-
#105
6b2e34c
Thanks @aaronmgdr! - Remove export compareBNThis would have been used to sort BN.js numbers. Generic comparator functions are not really the scope of this library. Removing it allows the bn.js dependency to be removed too. If you were using this function it can be re-implemented as
export function compareBN(a: BN, b: BN) { if (a.eq(b)) { return 0 } else if (a.lt(b)) { return -1 } else { return 1 } }
@celo/[email protected]
Patch Changes
- Updated dependencies []:
- @celo/[email protected]
@celo/[email protected]
Patch Changes
- Updated dependencies [
6b2e34c
]:- @celo/[email protected]
@celo/[email protected]
Patch Changes
- Updated dependencies [
6b2e34c
]:- @celo/[email protected]
- @celo/[email protected]
@celo/[email protected]
Patch Changes
- Updated dependencies [
8fb6c76
,7dfbcd6
,b34439a
,6b2e34c
]:- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
@celo/[email protected]
Patch Changes
- Updated dependencies [
8fb6c76
,7dfbcd6
,b34439a
,6b2e34c
]:- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
@celo/[email protected]
Patch Changes
- Updated dependencies [
6b2e34c
]:- @celo/[email protected]
@celo/[email protected]
Major Changes
- #107
b34439a
Thanks @aaronmgdr! - Remove all references to now defunkt mento exchange contracts
Patch Changes
-
#57
8fb6c76
Thanks @aaronmgdr! - Re-removes MetaTransaction wallets, as previously removed in 6.0.0 (9ab9d00).Remove support for deprecated
MetaTransactionWallet
andMetaTransactionWalletDeployer
. If absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used. -
#56
7dfbcd6
Thanks @aaronmgdr! - Re-removesgrandamento
While 6.0.0 (9ab9d00) previously removed
grandamento
it was added back temporarily because@celo/celocli
required the wrappers to be available in order to execute the proposal to remove it from governance. It is now gone for good. RIP.Due to previous removal this is not considered a breaking change.
-
Updated dependencies [
6b2e34c
]:- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
@celo/[email protected]
Patch Changes
- Updated dependencies [
6b2e34c
]:- @celo/[email protected]
@celo/[email protected]
Major Changes
-
#106
0a3a570
Thanks @aaronmgdr! - Remove the deprecated exchange:gold command. exchange:celo is a drop in replacement -
#21
f167758
Thanks @aaronmgdr! - Removes thereleasegold
command in favour ofreleasecelo
. -
#21
f167758
Thanks @aaronmgdr! - Removegrandamento
commands from CLI.
Minor Changes
- #106
0a3a570
Thanks @aaronmgdr! - Add support for swapping celo -- cStables via mento broker
Patch Changes
-
#129
0eabd86
Thanks @aaronmgdr! - Improve column header names for rewards:show command -
#129
0eabd86
Thanks @aaronmgdr! - Various fixes for displaying tablular information from commands -
#134
6968ad6
Thanks @aaronmgdr! - force beta release -
Updated dependencies [
8fb6c76
,45d156d
,7dfbcd6
,b34439a
,6b2e34c
]:- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]