Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
master
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmaster
.Releases
@celo/[email protected]
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! - Removecelocli 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 usecelocli validator:deaffiliate
#407
3890220
Thanks @aaronmgdr! - Remove account:recover-oldThis 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 contextPatch Changes
d988d31
,76045eb
,38fe4d0
]:@celo/[email protected]
Minor Changes
76045eb
Thanks @shazarre! - ValidatorsWrapper: add registerValidatorNoBls to allow registration without BLS keys which are not supported in L2Patch Changes
#400
38fe4d0
Thanks @shazarre! - RenamesgetElected
and its usages togetElectedAccounts
forEpochManagerWrapper
Updated dependencies [
d988d31
]:@celo/[email protected]
Patch Changes
38fe4d0
Thanks @shazarre! - Upgrades to latest devchain@celo/[email protected]
Patch Changes
d988d31
Thanks @nicolasbrugneaux! - Improve support for celo-legacy and modern txs within ledger@celo/[email protected]
Patch Changes
d988d31
]:@celo/[email protected]
Patch Changes
d988d31
]:@celo/[email protected]
Patch Changes
d988d31
]:@celo/[email protected]
Patch Changes
#408
d988d31
Thanks @nicolasbrugneaux! - Improve support for celo-legacy and modern txs within ledgerUpdated dependencies [
d988d31
]:@celo/[email protected]
Patch Changes
#408
d988d31
Thanks @nicolasbrugneaux! - Improve support for celo-legacy and modern txs within ledgerUpdated dependencies [
d988d31
]:@celo/[email protected]
Patch Changes
d988d31
]:@celo/[email protected]
PR-Codex overview
This PR focuses on updating the versions of various
@celo
packages to6.0.2-beta.1
and0.0.6-beta.1
, along with some minor dependency upgrades and changelog entries.Detailed summary
@celo/wallet-base
,@celo/wallet-hsm
,@celo/wallet-remote
, and other packages to version6.0.2-beta.1
.@celo/dev-utils
to version0.0.6-beta.1
.@celo/contractkit
to version9.0.0-beta.1
.