diff --git a/.changeset/celocli-governance-approve-flags.md b/.changeset/celocli-governance-approve-flags.md deleted file mode 100644 index d6b4b8e33..000000000 --- a/.changeset/celocli-governance-approve-flags.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@celo/celocli': minor ---- - -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. diff --git a/.changeset/contractkit-submit-transaction.md b/.changeset/contractkit-submit-transaction.md deleted file mode 100644 index 7f29197a5..000000000 --- a/.changeset/contractkit-submit-transaction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/contractkit': patch ---- - -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. diff --git a/.changeset/open-donkeys-nail.md b/.changeset/open-donkeys-nail.md deleted file mode 100644 index a9c42b152..000000000 --- a/.changeset/open-donkeys-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@celo/contractkit': patch -'@celo/celocli': patch ---- - -Updates logic for submiting/confirming transaction with multisig to only search thru non executed transactions diff --git a/docs/command-line-interface/account.md b/docs/command-line-interface/account.md index d897a98e7..f48067196 100644 --- a/docs/command-line-interface/account.md +++ b/docs/command-line-interface/account.md @@ -106,7 +106,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/authorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/authorize.ts)_ +_See code: [src/commands/account/authorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/authorize.ts)_ ## `celocli account:balance ARG1` @@ -146,7 +146,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/balance.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/balance.ts)_ +_See code: [src/commands/account/balance.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/balance.ts)_ ## `celocli account:claim-account ARG1` @@ -216,7 +216,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/claim-account.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/claim-account.ts)_ +_See code: [src/commands/account/claim-account.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/claim-account.ts)_ ## `celocli account:claim-domain ARG1` @@ -282,7 +282,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/claim-domain.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/claim-domain.ts)_ +_See code: [src/commands/account/claim-domain.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/claim-domain.ts)_ ## `celocli account:claim-keybase ARG1` @@ -348,7 +348,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/claim-keybase.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/claim-keybase.ts)_ +_See code: [src/commands/account/claim-keybase.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/claim-keybase.ts)_ ## `celocli account:claim-name ARG1` @@ -414,7 +414,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/claim-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/claim-name.ts)_ +_See code: [src/commands/account/claim-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/claim-name.ts)_ ## `celocli account:claim-rpc-url ARG1` @@ -480,7 +480,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/claim-rpc-url.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/claim-rpc-url.ts)_ +_See code: [src/commands/account/claim-rpc-url.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/claim-rpc-url.ts)_ ## `celocli account:claim-storage ARG1` @@ -546,7 +546,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/claim-storage.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/claim-storage.ts)_ +_See code: [src/commands/account/claim-storage.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/claim-storage.ts)_ ## `celocli account:create-metadata ARG1` @@ -611,7 +611,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/create-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/create-metadata.ts)_ +_See code: [src/commands/account/create-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/create-metadata.ts)_ ## `celocli account:deauthorize` @@ -678,7 +678,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/deauthorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/deauthorize.ts)_ +_See code: [src/commands/account/deauthorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/deauthorize.ts)_ ## `celocli account:delete-payment-delegation` @@ -737,7 +737,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/delete-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/delete-payment-delegation.ts)_ +_See code: [src/commands/account/delete-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/delete-payment-delegation.ts)_ ## `celocli account:get-metadata ARG1` @@ -823,7 +823,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/get-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/get-metadata.ts)_ +_See code: [src/commands/account/get-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/get-metadata.ts)_ ## `celocli account:get-payment-delegation` @@ -910,7 +910,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/get-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/get-payment-delegation.ts)_ +_See code: [src/commands/account/get-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/get-payment-delegation.ts)_ ## `celocli account:list` @@ -966,7 +966,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/list.ts)_ +_See code: [src/commands/account/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/list.ts)_ ## `celocli account:lock ARG1` @@ -1024,7 +1024,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/lock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/lock.ts)_ +_See code: [src/commands/account/lock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/lock.ts)_ ## `celocli account:new` @@ -1115,7 +1115,7 @@ FLAG DESCRIPTIONS path. (use changeIndex, and addressIndex flags to change BIP44 positions 4 and 5) ``` -_See code: [src/commands/account/new.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/new.ts)_ +_See code: [src/commands/account/new.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/new.ts)_ ## `celocli account:proof-of-possession` @@ -1178,7 +1178,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/proof-of-possession.ts)_ +_See code: [src/commands/account/proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/proof-of-possession.ts)_ ## `celocli account:register` @@ -1243,7 +1243,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/register.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/register.ts)_ +_See code: [src/commands/account/register.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/register.ts)_ ## `celocli account:register-data-encryption-key` @@ -1306,7 +1306,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/register-data-encryption-key.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/register-data-encryption-key.ts)_ +_See code: [src/commands/account/register-data-encryption-key.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/register-data-encryption-key.ts)_ ## `celocli account:register-metadata` @@ -1399,7 +1399,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/register-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/register-metadata.ts)_ +_See code: [src/commands/account/register-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/register-metadata.ts)_ ## `celocli account:set-name` @@ -1462,7 +1462,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/set-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/set-name.ts)_ +_See code: [src/commands/account/set-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/set-name.ts)_ ## `celocli account:set-payment-delegation` @@ -1529,7 +1529,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/set-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/set-payment-delegation.ts)_ +_See code: [src/commands/account/set-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/set-payment-delegation.ts)_ ## `celocli account:set-wallet` @@ -1601,7 +1601,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/set-wallet.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/set-wallet.ts)_ +_See code: [src/commands/account/set-wallet.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/set-wallet.ts)_ ## `celocli account:show ARG1` @@ -1635,7 +1635,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/show.ts)_ +_See code: [src/commands/account/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/show.ts)_ ## `celocli account:show-claimed-accounts ARG1` @@ -1690,7 +1690,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/show-claimed-accounts.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/show-claimed-accounts.ts)_ +_See code: [src/commands/account/show-claimed-accounts.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/show-claimed-accounts.ts)_ ## `celocli account:show-metadata ARG1` @@ -1735,7 +1735,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/show-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/show-metadata.ts)_ +_See code: [src/commands/account/show-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/show-metadata.ts)_ ## `celocli account:unlock ARG1` @@ -1804,7 +1804,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/unlock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/unlock.ts)_ +_See code: [src/commands/account/unlock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/unlock.ts)_ ## `celocli account:verify-proof-of-possession` @@ -1871,4 +1871,4 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/account/verify-proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/account/verify-proof-of-possession.ts)_ +_See code: [src/commands/account/verify-proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/account/verify-proof-of-possession.ts)_ diff --git a/docs/command-line-interface/config.md b/docs/command-line-interface/config.md index 9140def1e..9560de32e 100644 --- a/docs/command-line-interface/config.md +++ b/docs/command-line-interface/config.md @@ -18,7 +18,7 @@ DESCRIPTION Output network node configuration ``` -_See code: [src/commands/config/get.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/config/get.ts)_ ## `celocli config:set` @@ -75,4 +75,4 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/config/set.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/config/set.ts)_ diff --git a/docs/command-line-interface/election.md b/docs/command-line-interface/election.md index edd0100c5..389210506 100644 --- a/docs/command-line-interface/election.md +++ b/docs/command-line-interface/election.md @@ -81,7 +81,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/election/activate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/election/activate.ts)_ +_See code: [src/commands/election/activate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/election/activate.ts)_ ## `celocli election:current` @@ -165,7 +165,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/election/current.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/election/current.ts)_ +_See code: [src/commands/election/current.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/election/current.ts)_ ## `celocli election:list` @@ -209,7 +209,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/election/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/election/list.ts)_ +_See code: [src/commands/election/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/election/list.ts)_ ## `celocli election:revoke` @@ -274,7 +274,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/election/revoke.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/election/revoke.ts)_ +_See code: [src/commands/election/revoke.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/election/revoke.ts)_ ## `celocli election:run` @@ -314,7 +314,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/election/run.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/election/run.ts)_ +_See code: [src/commands/election/run.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/election/run.ts)_ ## `celocli election:show ARG1` @@ -352,7 +352,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/election/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/election/show.ts)_ +_See code: [src/commands/election/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/election/show.ts)_ ## `celocli election:vote` @@ -418,4 +418,4 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/election/vote.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/election/vote.ts)_ +_See code: [src/commands/election/vote.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/election/vote.ts)_ diff --git a/docs/command-line-interface/epochs.md b/docs/command-line-interface/epochs.md index 09ff9d9cb..4cd261cf0 100644 --- a/docs/command-line-interface/epochs.md +++ b/docs/command-line-interface/epochs.md @@ -107,7 +107,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/epochs/finish.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/epochs/finish.ts)_ +_See code: [src/commands/epochs/finish.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/epochs/finish.ts)_ ## `celocli epochs:process-groups` @@ -166,7 +166,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/epochs/process-groups.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/epochs/process-groups.ts)_ +_See code: [src/commands/epochs/process-groups.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/epochs/process-groups.ts)_ ## `celocli epochs:send-validator-payment` @@ -232,7 +232,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/epochs/send-validator-payment.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/epochs/send-validator-payment.ts)_ +_See code: [src/commands/epochs/send-validator-payment.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/epochs/send-validator-payment.ts)_ ## `celocli epochs:start` @@ -291,7 +291,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/epochs/start.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/epochs/start.ts)_ +_See code: [src/commands/epochs/start.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/epochs/start.ts)_ ## `celocli epochs:status` @@ -332,7 +332,7 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/epochs/status.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/epochs/status.ts)_ +_See code: [src/commands/epochs/status.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/epochs/status.ts)_ ## `celocli epochs:switch` @@ -394,4 +394,4 @@ FLAG DESCRIPTIONS mainnet, celo, forno => Celo Mainnet chain', ``` -_See code: [src/commands/epochs/switch.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.3/packages/cli/src/commands/epochs/switch.ts)_ +_See code: [src/commands/epochs/switch.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.1.0/packages/cli/src/commands/epochs/switch.ts)_ diff --git a/docs/command-line-interface/governance.md b/docs/command-line-interface/governance.md index 386f72fbd..2f12566fe 100644 --- a/docs/command-line-interface/governance.md +++ b/docs/command-line-interface/governance.md @@ -34,8 +34,9 @@ USAGE $ celocli governance:approve --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d [-k | --useLedger | ] [-n ] [--gasCurrency 0x1234567890123456789012345678901234567890] [--ledgerAddresses ] - [--ledgerLiveMode ] [--globalHelp] [--proposalID | --hotfix ] - [--useMultiSig | --useSafe] [--type approver|securityCouncil ] + [--ledgerLiveMode ] [--globalHelp] [--multisigTx [--proposalID | + --hotfix ] --useMultiSig] [--submit ] [--useSafe | ] [--type + approver|securityCouncil ] FLAGS -k, --privateKey= @@ -66,9 +67,17 @@ FLAGS the 5th. This is useful to use same address on you Ledger with celocli as you do on Ledger Live + --multisigTx= + Optionally provide the exact multisig transaction ID to confirm. Otherwise will + search onchain for transaction which matches the proposal call data. + --proposalID= UUID of proposal to approve + --submit + Submit the approval transaction to multisig without checking for prior confirmations + onchain. (Use with caution!) + --type=