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/celocli@6.1.0-beta.1
Minor Changes
#511
be62336
Thanks @nicolasbrugneaux! - Add useSafe flags for governance:propose and governance:withdraw commands#510
0d307db
Thanks @shazarre! - Addepochs:send-validator-payment
command to support sending validator, their group and delegation beneficiary allocated epoch paymentsPatch Changes
#514
4a1d9e7
Thanks @aaronmgdr! - Fix bug with GovernanceSlasher missing version causing failure. defend against exceptions when printing contracts infoUpdated dependencies [
0d307db
,a8e5099
]:@celo/wallet-ledger@7.0.0-beta.1
Minor Changes
a8e5099
Thanks @nicolasbrugneaux! - Add (Beta) support for signTypedData in @celo/viem-account-ledger and @celo/wallet-ledger when using with theethereum
ledger app.when using with the
ethereum
ledger app.Patch Changes
@celo/viem-account-ledger@1.1.0-beta.1
Minor Changes
a8e5099
Thanks @nicolasbrugneaux! - Add (Beta) support for signTypedData in @celo/viem-account-ledger and @celo/wallet-ledger when using with theethereum
ledger app.when using with the
ethereum
ledger app.@celo/contractkit@9.0.1-beta.1
Patch Changes
#510
0d307db
Thanks @shazarre! - ExposesendValidatorPayment
methods forEpochManager
contract wrapperUpdated dependencies []:
@celo/wallet-hsm-aws@7.0.0-beta.1
Patch Changes
@celo/wallet-hsm-azure@7.0.0-beta.1
Patch Changes
@celo/wallet-hsm-gcp@7.0.0-beta.1
Patch Changes
@celo/wallet-local@7.0.0-beta.1
Patch Changes
@celo/wallet-remote@7.0.0-beta.1
Patch Changes
@celo/wallet-base@7.0.0-beta.1
@celo/wallet-hsm@7.0.0-beta.1
PR-Codex overview
This PR focuses on updating various packages to version
7.0.0-beta.1
and9.0.1-beta.1
, along with minor changes and dependency updates across the Celo SDK and related libraries.Detailed summary
CHANGELOG.md
for multiple packages to7.0.0-beta.1
.@celo/wallet-base
version to7.0.0-beta.1
in severalpackage.json
files.CHANGELOG.md
for@celo/viem-account-ledger
and@celo/contractkit
.@celo/celocli
and@celo/wallet-ledger
with new commands and features.