Skip to content

Version Packages#759

Open
github-actions[bot] wants to merge 2 commits intomasterfrom
changeset-release/master
Open

Version Packages#759
github-actions[bot] wants to merge 2 commits intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 2026

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.

Releases

@celo/celocli@8.1.0

Minor Changes

  • #743 a695c5c Thanks @aaronmgdr! - Add new flags to governance:approve command for better multisig transaction control:

    • --submit: Force submission of approval transaction to multisig without checking for prior confirmations onchain. Use with caution - this bypasses the check for existing submissions. Example: celocli governance:approve --proposalID 99 --from 0x... --useMultiSig --submit

    • --multisigTx: Specify exact multisig transaction ID to confirm, rather than searching onchain. Useful when you know the transaction ID from offchain sources. Example: celocli governance:approve --proposalID 99 --from 0x... --useMultiSig --multisigTx 5

    Both flags depend on --proposalID and --useMultiSig being provided.

Patch Changes

  • #743 a695c5c Thanks @aaronmgdr! - Updates logic for submiting/confirming transaction with multisig to only search thru non executed transactions

  • Updated dependencies [a695c5c, a695c5c]:

    • @celo/contractkit@10.0.4

@celo/contractkit@10.0.4

Patch Changes

  • #743 a695c5c Thanks @aaronmgdr! - Add submitTransaction method to MultiSigWrapper to submit transactions to multisig without automatic confirmation. This complements the existing submitOrConfirmTransaction method by providing more granular control over the submission process.

  • #743 a695c5c Thanks @aaronmgdr! - Updates logic for submiting/confirming transaction with multisig to only search thru non executed transactions


PR-Codex overview

This PR updates the version of @celo/contractkit and @celo/celocli, adds new flags to the governance commands for better multisig transaction control, and modifies documentation links to reflect these updates.

Detailed summary

  • Updated @celo/contractkit from 10.0.3 to 10.0.4.
  • Updated @celo/celocli from 8.0.3 to 8.1.0.
  • Added --submit flag to celocli governance:approve for direct submission.
  • Added --multisigTx flag to specify exact multisig transaction ID.
  • Updated various documentation links to point to the new versions.

The following files were skipped due to too many changes: docs/command-line-interface/account.md

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@github-actions github-actions bot requested a review from a team as a code owner February 3, 2026 15:07
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 3, 2026

size-limit report 📦

Path Size
import * from '@celo/core' (csj) 1.81 KB (0%)
import * from '@celo/core' (esm) 1.56 KB (0%)

@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.61%. Comparing base (2276386) to head (499c063).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #759   +/-   ##
=======================================
  Coverage   69.61%   69.61%           
=======================================
  Files         150      150           
  Lines        7075     7075           
  Branches     1163     1143   -20     
=======================================
  Hits         4925     4925           
- Misses       2046     2078   +32     
+ Partials      104       72   -32     
Components Coverage Δ
celocli ∅ <ø> (∅)
sdk 69.12% <ø> (ø)
wallets 73.14% <ø> (ø)
viem-sdks 94.15% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Releases:
  @celo/celocli@8.1.0
  @celo/contractkit@10.0.4

[skip ci]
@github-actions github-actions bot force-pushed the changeset-release/master branch from db88816 to 499c063 Compare March 12, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants