Skip to content

@celo/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 09:30
· 44 commits to master since this release
9df4bbf

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