Skip to content

Releases: celo-org/developer-tooling

@celo/[email protected]

13 Nov 09:30
9df4bbf
Compare
Choose a tag to compare
Pre-release
@celo/[email protected]

@celo/[email protected]

13 Nov 09:30
9df4bbf
Compare
Choose a tag to compare
Pre-release

Patch Changes

@celo/[email protected]

13 Nov 09:30
9df4bbf
Compare
Choose a tag to compare
Pre-release

Patch Changes

@celo/[email protected]

13 Nov 09:30
9df4bbf
Compare
Choose a tag to compare
Pre-release

Patch Changes

@celo/[email protected]

13 Nov 09:30
9df4bbf
Compare
Choose a tag to compare
Pre-release

Patch Changes

@celo/[email protected]

13 Nov 09:30
9df4bbf
Compare
Choose a tag to compare
Pre-release

Patch Changes

@celo/[email protected]

13 Nov 09:30
9df4bbf
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 76045eb Thanks @shazarre! - ValidatorsWrapper: add registerValidatorNoBls to allow registration without BLS keys which are not supported in L2

Patch Changes

@celo/[email protected]

13 Nov 09:30
9df4bbf
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #407 3890220 Thanks @aaronmgdr! - Remove transfer:gold -- this was an old alias for transfer:celo which has the same functionality

  • #412 23d36cc Thanks @aaronmgdr! - Remove celocli validator:force-deaffiliate

    This command was only ever usable pre mainnet launch. The force deaffiliate method it would call is only callable by one of the whitelisted Slasher Contracts.

    To force removal of validator with poor uptime use celocli validator:downtime-slash or to sever association with a validator from your group use celocli validator:deaffiliate

  • #407 3890220 Thanks @aaronmgdr! - Remove account:recover-old

    This was meant to be a temporary command for migrating account from a beta version of Valora to the release version. Please use a previous version of celocli if you need to make this one time recovery.

Minor Changes

  • 76045eb Thanks @shazarre! - BLS keys are now optional as being deprecated on L2, validator:register and releasecelo:authorize no longer require them in L2 context

Patch Changes

@celo/[email protected]

28 Oct 11:33
ce7cfa8
Compare
Choose a tag to compare

Patch Changes

@celo/[email protected]

28 Oct 11:33
ce7cfa8
Compare
Choose a tag to compare

Patch Changes

  • #409 e709b88 Thanks @aaronmgdr! - Renames getElected and its usages to getElectedAccounts for EpochManagerWrapper