From 357b0d73a009e1ee496286944303573c0a7ca3b9 Mon Sep 17 00:00:00 2001 From: haiyizxx Date: Mon, 20 Feb 2023 07:30:39 -0500 Subject: [PATCH] chore: port rosetta changes to v0.45.11 (#1898) --- docs/cli/axelard_gentx.md | 2 +- docs/cli/axelard_query_auth.md | 1 + docs/cli/axelard_query_auth_module-account.md | 36 +++++++++++++++++++ docs/cli/axelard_start.md | 2 +- ...ard_tx_axelarnet_add-cosmos-based-chain.md | 2 +- .../cli/axelard_tx_axelarnet_call-contract.md | 2 +- .../axelard_tx_axelarnet_confirm-deposit.md | 2 +- .../axelard_tx_axelarnet_execute-message.md | 2 +- ..._tx_axelarnet_execute-pending-transfers.md | 2 +- docs/cli/axelard_tx_axelarnet_link.md | 2 +- .../axelard_tx_axelarnet_register-asset.md | 2 +- ...ard_tx_axelarnet_register-fee-collector.md | 2 +- ...axelard_tx_axelarnet_retry-ibc-transfer.md | 2 +- ...xelard_tx_axelarnet_route-ibc-transfers.md | 2 +- docs/cli/axelard_tx_bank.md | 5 +-- docs/cli/axelard_tx_bank_send.md | 7 ++-- docs/cli/axelard_tx_broadcast.md | 2 +- .../cli/axelard_tx_crisis_invariant-broken.md | 2 +- docs/cli/axelard_tx_decode.md | 2 +- ...ard_tx_distribution_fund-community-pool.md | 2 +- ...elard_tx_distribution_set-withdraw-addr.md | 2 +- ...rd_tx_distribution_withdraw-all-rewards.md | 2 +- ...xelard_tx_distribution_withdraw-rewards.md | 2 +- docs/cli/axelard_tx_encode.md | 2 +- docs/cli/axelard_tx_evm_add-chain.md | 2 +- .../axelard_tx_evm_confirm-erc20-deposit.md | 2 +- .../cli/axelard_tx_evm_confirm-erc20-token.md | 2 +- docs/cli/axelard_tx_evm_confirm-gateway-tx.md | 2 +- ...rd_tx_evm_confirm-transfer-operatorship.md | 2 +- docs/cli/axelard_tx_evm_create-burn-tokens.md | 2 +- .../cli/axelard_tx_evm_create-deploy-token.md | 2 +- ...axelard_tx_evm_create-pending-transfers.md | 2 +- docs/cli/axelard_tx_evm_link.md | 2 +- docs/cli/axelard_tx_evm_retry-event.md | 2 +- docs/cli/axelard_tx_evm_set-gateway.md | 2 +- docs/cli/axelard_tx_evm_sign-commands.md | 2 +- .../axelard_tx_evm_transfer-operatorship.md | 2 +- docs/cli/axelard_tx_feegrant_grant.md | 2 +- docs/cli/axelard_tx_feegrant_revoke.md | 2 +- docs/cli/axelard_tx_gov_deposit.md | 2 +- docs/cli/axelard_tx_gov_submit-proposal.md | 2 +- ...submit-proposal_cancel-software-upgrade.md | 2 +- ...ov_submit-proposal_community-pool-spend.md | 2 +- ...lard_tx_gov_submit-proposal_ibc-upgrade.md | 2 +- ...ard_tx_gov_submit-proposal_param-change.md | 2 +- ...tx_gov_submit-proposal_software-upgrade.md | 2 +- ...rd_tx_gov_submit-proposal_update-client.md | 2 +- docs/cli/axelard_tx_gov_vote.md | 2 +- docs/cli/axelard_tx_gov_weighted-vote.md | 2 +- docs/cli/axelard_tx_ibc-transfer_transfer.md | 2 +- docs/cli/axelard_tx_ibc_client_create.md | 2 +- docs/cli/axelard_tx_ibc_client_upgrade.md | 2 +- docs/cli/axelard_tx_multisig_keygen_opt-in.md | 2 +- .../cli/axelard_tx_multisig_keygen_opt-out.md | 2 +- docs/cli/axelard_tx_multisig_keygen_start.md | 2 +- docs/cli/axelard_tx_multisig_rotate.md | 2 +- docs/cli/axelard_tx_multisign-batch.md | 2 +- docs/cli/axelard_tx_multisign.md | 2 +- docs/cli/axelard_tx_nexus_activate-chain.md | 2 +- docs/cli/axelard_tx_nexus_deactivate-chain.md | 2 +- ...rd_tx_nexus_deregister-chain-maintainer.md | 2 +- .../axelard_tx_nexus_register-asset-fee.md | 2 +- ...lard_tx_nexus_register-chain-maintainer.md | 2 +- ...xelard_tx_nexus_set-transfer-rate-limit.md | 2 +- ...ard_tx_permission_deregister-controller.md | 2 +- ...elard_tx_permission_register-controller.md | 2 +- ...ard_tx_permission_update-governance-key.md | 2 +- docs/cli/axelard_tx_sign-batch.md | 2 +- docs/cli/axelard_tx_sign.md | 2 +- docs/cli/axelard_tx_slashing_unjail.md | 2 +- .../axelard_tx_snapshot_deactivate-proxy.md | 2 +- .../cli/axelard_tx_snapshot_register-proxy.md | 2 +- docs/cli/axelard_tx_snapshot_send-tokens.md | 2 +- .../axelard_tx_staking_create-validator.md | 2 +- docs/cli/axelard_tx_staking_delegate.md | 2 +- docs/cli/axelard_tx_staking_edit-validator.md | 2 +- docs/cli/axelard_tx_staking_redelegate.md | 2 +- docs/cli/axelard_tx_staking_unbond.md | 2 +- docs/cli/axelard_tx_validate-signatures.md | 2 +- ...elard_tx_vesting_create-vesting-account.md | 2 +- docs/cli/axelard_vald-start.md | 2 +- docs/cli/toc.md | 6 ++-- go.mod | 4 +-- go.sum | 8 ++--- 84 files changed, 131 insertions(+), 90 deletions(-) create mode 100644 docs/cli/axelard_query_auth_module-account.md diff --git a/docs/cli/axelard_gentx.md b/docs/cli/axelard_gentx.md index 8f707e19c..c05f90486 100644 --- a/docs/cli/axelard_gentx.md +++ b/docs/cli/axelard_gentx.md @@ -42,7 +42,7 @@ axelard gentx [key_name] [amount] [flags] --commission-max-rate string The maximum commission rate percentage --commission-rate string The initial commission rate percentage --details string The validator's (optional) details - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_query_auth.md b/docs/cli/axelard_query_auth.md index 87cbdaf6f..23b6be453 100644 --- a/docs/cli/axelard_query_auth.md +++ b/docs/cli/axelard_query_auth.md @@ -28,4 +28,5 @@ axelard query auth [flags] - [axelard query](axelard_query.md) - Querying subcommands - [axelard query auth account](axelard_query_auth_account.md) - Query for account by address - [axelard query auth accounts](axelard_query_auth_accounts.md) - Query all the accounts +- [axelard query auth module-account](axelard_query_auth_module-account.md) - Query module account info by module name - [axelard query auth params](axelard_query_auth_params.md) - Query the current auth parameters diff --git a/docs/cli/axelard_query_auth_module-account.md b/docs/cli/axelard_query_auth_module-account.md new file mode 100644 index 000000000..48de3eab1 --- /dev/null +++ b/docs/cli/axelard_query_auth_module-account.md @@ -0,0 +1,36 @@ +## axelard query auth module-account + +Query module account info by module name + +``` +axelard query auth module-account [module-name] [flags] +``` + +### Examples + +``` + q auth module-account auth +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for module-account + --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID (default "axelar") + --home string directory for config and data (default "$HOME/.axelar") + --log_format string The logging format (json|plain) (default "plain") + --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") + --trace print out full stack trace on errors +``` + +### SEE ALSO + +- [axelard query auth](axelard_query_auth.md) - Querying commands for the auth module diff --git a/docs/cli/axelard_start.md b/docs/cli/axelard_start.md index 02cf30eb5..5ba47b2c5 100644 --- a/docs/cli/axelard_start.md +++ b/docs/cli/axelard_start.md @@ -57,7 +57,7 @@ axelard start [flags] --halt-time uint Minimum block time (in Unix seconds) at which to gracefully halt the chain and shutdown the node -h, --help help for start --home string The application home directory (default "$HOME/.axelar") - --iavl-disable-fastnode Enable fast node for IAVL tree (default true) + --iavl-disable-fastnode Disable fast node for IAVL tree (default true) --inter-block-cache Enable inter-block caching (default true) --inv-check-period uint Assert registered invariants every N blocks --min-retain-blocks uint Minimum block height offset during ABCI commit to prune Tendermint blocks diff --git a/docs/cli/axelard_tx_axelarnet_add-cosmos-based-chain.md b/docs/cli/axelard_tx_axelarnet_add-cosmos-based-chain.md index a52b0b8f1..630b9776a 100644 --- a/docs/cli/axelard_tx_axelarnet_add-cosmos-based-chain.md +++ b/docs/cli/axelard_tx_axelarnet_add-cosmos-based-chain.md @@ -11,7 +11,7 @@ axelard tx axelarnet add-cosmos-based-chain [name] [address prefix] [ibc path] [ ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_call-contract.md b/docs/cli/axelard_tx_axelarnet_call-contract.md index cca7ebe79..bd595315f 100644 --- a/docs/cli/axelard_tx_axelarnet_call-contract.md +++ b/docs/cli/axelard_tx_axelarnet_call-contract.md @@ -11,7 +11,7 @@ axelard tx axelarnet call-contract [destination chain] [contract address] [hex e ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_confirm-deposit.md b/docs/cli/axelard_tx_axelarnet_confirm-deposit.md index a89632b25..3aa06d247 100644 --- a/docs/cli/axelard_tx_axelarnet_confirm-deposit.md +++ b/docs/cli/axelard_tx_axelarnet_confirm-deposit.md @@ -11,7 +11,7 @@ axelard tx axelarnet confirm-deposit [denom] [burnerAddr] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_execute-message.md b/docs/cli/axelard_tx_axelarnet_execute-message.md index ed410c0d2..c85d53efa 100644 --- a/docs/cli/axelard_tx_axelarnet_execute-message.md +++ b/docs/cli/axelard_tx_axelarnet_execute-message.md @@ -11,7 +11,7 @@ axelard tx axelarnet execute-message [message ID] [payload] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_execute-pending-transfers.md b/docs/cli/axelard_tx_axelarnet_execute-pending-transfers.md index 3bea48370..8e003caaa 100644 --- a/docs/cli/axelard_tx_axelarnet_execute-pending-transfers.md +++ b/docs/cli/axelard_tx_axelarnet_execute-pending-transfers.md @@ -11,7 +11,7 @@ axelard tx axelarnet execute-pending-transfers [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_link.md b/docs/cli/axelard_tx_axelarnet_link.md index c14e381a4..2497b17c9 100644 --- a/docs/cli/axelard_tx_axelarnet_link.md +++ b/docs/cli/axelard_tx_axelarnet_link.md @@ -11,7 +11,7 @@ axelard tx axelarnet link [recipient chain] [recipient address] [asset] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_register-asset.md b/docs/cli/axelard_tx_axelarnet_register-asset.md index 0834f706d..c36d31fb9 100644 --- a/docs/cli/axelard_tx_axelarnet_register-asset.md +++ b/docs/cli/axelard_tx_axelarnet_register-asset.md @@ -11,7 +11,7 @@ axelard tx axelarnet register-asset [chain] [denom] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_register-fee-collector.md b/docs/cli/axelard_tx_axelarnet_register-fee-collector.md index b8e2e55fa..0f2605e2f 100644 --- a/docs/cli/axelard_tx_axelarnet_register-fee-collector.md +++ b/docs/cli/axelard_tx_axelarnet_register-fee-collector.md @@ -11,7 +11,7 @@ axelard tx axelarnet register-fee-collector [fee collector] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_retry-ibc-transfer.md b/docs/cli/axelard_tx_axelarnet_retry-ibc-transfer.md index 0290fde95..7e21481d0 100644 --- a/docs/cli/axelard_tx_axelarnet_retry-ibc-transfer.md +++ b/docs/cli/axelard_tx_axelarnet_retry-ibc-transfer.md @@ -11,7 +11,7 @@ axelard tx axelarnet retry-ibc-transfer [chain] [transfer ID] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_axelarnet_route-ibc-transfers.md b/docs/cli/axelard_tx_axelarnet_route-ibc-transfers.md index 9437c5319..db9f391d7 100644 --- a/docs/cli/axelard_tx_axelarnet_route-ibc-transfers.md +++ b/docs/cli/axelard_tx_axelarnet_route-ibc-transfers.md @@ -11,7 +11,7 @@ axelard tx axelarnet route-ibc-transfers [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_bank.md b/docs/cli/axelard_tx_bank.md index 99841a983..8453f7180 100644 --- a/docs/cli/axelard_tx_bank.md +++ b/docs/cli/axelard_tx_bank.md @@ -26,5 +26,6 @@ axelard tx bank [flags] ### SEE ALSO - [axelard tx](axelard_tx.md) - Transactions subcommands -- [axelard tx bank send](axelard_tx_bank_send.md) - Send funds from one account to another. Note, the'--from' flag is - ignored as it is implied from \[from_key_or_address\]. +- [axelard tx bank send](axelard_tx_bank_send.md) - Send funds from one account to another. + Note, the'--from' flag is ignored as it is implied from \[from_key_or_address\]. + When using '--dry-run' a key name cannot be used, only a bech32 address. diff --git a/docs/cli/axelard_tx_bank_send.md b/docs/cli/axelard_tx_bank_send.md index cb63ab606..45838be15 100644 --- a/docs/cli/axelard_tx_bank_send.md +++ b/docs/cli/axelard_tx_bank_send.md @@ -1,7 +1,8 @@ ## axelard tx bank send -Send funds from one account to another. Note, the'--from' flag is -ignored as it is implied from \[from_key_or_address\]. +Send funds from one account to another. +Note, the'--from' flag is ignored as it is implied from \[from_key_or_address\]. +When using '--dry-run' a key name cannot be used, only a bech32 address. ``` axelard tx bank send [from_key_or_address] [to_address] [amount] [flags] @@ -12,7 +13,7 @@ axelard tx bank send [from_key_or_address] [to_address] [amount] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_broadcast.md b/docs/cli/axelard_tx_broadcast.md index d53dbd51f..766aef533 100644 --- a/docs/cli/axelard_tx_broadcast.md +++ b/docs/cli/axelard_tx_broadcast.md @@ -20,7 +20,7 @@ axelard tx broadcast [file_path] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_crisis_invariant-broken.md b/docs/cli/axelard_tx_crisis_invariant-broken.md index 9c2cd6c5a..1ff1cc86e 100644 --- a/docs/cli/axelard_tx_crisis_invariant-broken.md +++ b/docs/cli/axelard_tx_crisis_invariant-broken.md @@ -11,7 +11,7 @@ axelard tx crisis invariant-broken [module-name] [invariant-route] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_decode.md b/docs/cli/axelard_tx_decode.md index 0f03e4090..fe277afbf 100644 --- a/docs/cli/axelard_tx_decode.md +++ b/docs/cli/axelard_tx_decode.md @@ -11,7 +11,7 @@ axelard tx decode [amino-byte-string] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_distribution_fund-community-pool.md b/docs/cli/axelard_tx_distribution_fund-community-pool.md index 95b0c0722..9c3ea1b1b 100644 --- a/docs/cli/axelard_tx_distribution_fund-community-pool.md +++ b/docs/cli/axelard_tx_distribution_fund-community-pool.md @@ -18,7 +18,7 @@ axelard tx distribution fund-community-pool [amount] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_distribution_set-withdraw-addr.md b/docs/cli/axelard_tx_distribution_set-withdraw-addr.md index 787bee50f..667b20f01 100644 --- a/docs/cli/axelard_tx_distribution_set-withdraw-addr.md +++ b/docs/cli/axelard_tx_distribution_set-withdraw-addr.md @@ -18,7 +18,7 @@ axelard tx distribution set-withdraw-addr [withdraw-addr] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_distribution_withdraw-all-rewards.md b/docs/cli/axelard_tx_distribution_withdraw-all-rewards.md index 37aae9441..54897fb40 100644 --- a/docs/cli/axelard_tx_distribution_withdraw-all-rewards.md +++ b/docs/cli/axelard_tx_distribution_withdraw-all-rewards.md @@ -19,7 +19,7 @@ axelard tx distribution withdraw-all-rewards [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_distribution_withdraw-rewards.md b/docs/cli/axelard_tx_distribution_withdraw-rewards.md index 76da9a2a0..7df14b994 100644 --- a/docs/cli/axelard_tx_distribution_withdraw-rewards.md +++ b/docs/cli/axelard_tx_distribution_withdraw-rewards.md @@ -21,7 +21,7 @@ axelard tx distribution withdraw-rewards [validator-addr] [flags] -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --commission Withdraw the validator's commission in addition to the rewards - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_encode.md b/docs/cli/axelard_tx_encode.md index 61cab4918..87eedbf33 100644 --- a/docs/cli/axelard_tx_encode.md +++ b/docs/cli/axelard_tx_encode.md @@ -17,7 +17,7 @@ axelard tx encode [file] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_add-chain.md b/docs/cli/axelard_tx_evm_add-chain.md index 793970a6d..47970758c 100644 --- a/docs/cli/axelard_tx_evm_add-chain.md +++ b/docs/cli/axelard_tx_evm_add-chain.md @@ -15,7 +15,7 @@ axelard tx evm add-chain [name] [chain config] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_confirm-erc20-deposit.md b/docs/cli/axelard_tx_evm_confirm-erc20-deposit.md index 2e47d9a28..8f06d048f 100644 --- a/docs/cli/axelard_tx_evm_confirm-erc20-deposit.md +++ b/docs/cli/axelard_tx_evm_confirm-erc20-deposit.md @@ -11,7 +11,7 @@ axelard tx evm confirm-erc20-deposit [chain] [txID] [burnerAddr] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_confirm-erc20-token.md b/docs/cli/axelard_tx_evm_confirm-erc20-token.md index 406c4f396..adb1926ea 100644 --- a/docs/cli/axelard_tx_evm_confirm-erc20-token.md +++ b/docs/cli/axelard_tx_evm_confirm-erc20-token.md @@ -11,7 +11,7 @@ axelard tx evm confirm-erc20-token [chain] [origin chain] [origin asset] [txID] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_confirm-gateway-tx.md b/docs/cli/axelard_tx_evm_confirm-gateway-tx.md index bc5fa036f..a7ddb7e84 100644 --- a/docs/cli/axelard_tx_evm_confirm-gateway-tx.md +++ b/docs/cli/axelard_tx_evm_confirm-gateway-tx.md @@ -11,7 +11,7 @@ axelard tx evm confirm-gateway-tx [chain] [txID] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_confirm-transfer-operatorship.md b/docs/cli/axelard_tx_evm_confirm-transfer-operatorship.md index 2cece3949..9a758a94b 100644 --- a/docs/cli/axelard_tx_evm_confirm-transfer-operatorship.md +++ b/docs/cli/axelard_tx_evm_confirm-transfer-operatorship.md @@ -11,7 +11,7 @@ axelard tx evm confirm-transfer-operatorship [chain] [txID] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_create-burn-tokens.md b/docs/cli/axelard_tx_evm_create-burn-tokens.md index 3c1ff64cc..af5f96f6d 100644 --- a/docs/cli/axelard_tx_evm_create-burn-tokens.md +++ b/docs/cli/axelard_tx_evm_create-burn-tokens.md @@ -11,7 +11,7 @@ axelard tx evm create-burn-tokens [chain] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_create-deploy-token.md b/docs/cli/axelard_tx_evm_create-deploy-token.md index 69796e925..9ab553f75 100644 --- a/docs/cli/axelard_tx_evm_create-deploy-token.md +++ b/docs/cli/axelard_tx_evm_create-deploy-token.md @@ -12,7 +12,7 @@ axelard tx evm create-deploy-token [evm chain] [origin chain] [origin asset] [to -a, --account-number uint The account number of the signing account (offline mode only) --address string existing ERC20 token's address (default "0x0000000000000000000000000000000000000000") -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_create-pending-transfers.md b/docs/cli/axelard_tx_evm_create-pending-transfers.md index 0d9c3cd01..c51f677bf 100644 --- a/docs/cli/axelard_tx_evm_create-pending-transfers.md +++ b/docs/cli/axelard_tx_evm_create-pending-transfers.md @@ -11,7 +11,7 @@ axelard tx evm create-pending-transfers [chain] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_link.md b/docs/cli/axelard_tx_evm_link.md index 8c1bbcece..e1e3f00bd 100644 --- a/docs/cli/axelard_tx_evm_link.md +++ b/docs/cli/axelard_tx_evm_link.md @@ -11,7 +11,7 @@ axelard tx evm link [chain] [recipient chain] [recipient address] [asset name] [ ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_retry-event.md b/docs/cli/axelard_tx_evm_retry-event.md index 738aacccc..708e61b2c 100644 --- a/docs/cli/axelard_tx_evm_retry-event.md +++ b/docs/cli/axelard_tx_evm_retry-event.md @@ -11,7 +11,7 @@ axelard tx evm retry-event [chain] [event ID] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_set-gateway.md b/docs/cli/axelard_tx_evm_set-gateway.md index 2b10910ad..50f5e191f 100644 --- a/docs/cli/axelard_tx_evm_set-gateway.md +++ b/docs/cli/axelard_tx_evm_set-gateway.md @@ -11,7 +11,7 @@ axelard tx evm set-gateway [chain] [address] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_sign-commands.md b/docs/cli/axelard_tx_evm_sign-commands.md index f63f2c4e1..a67e6349a 100644 --- a/docs/cli/axelard_tx_evm_sign-commands.md +++ b/docs/cli/axelard_tx_evm_sign-commands.md @@ -11,7 +11,7 @@ axelard tx evm sign-commands [chain] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_evm_transfer-operatorship.md b/docs/cli/axelard_tx_evm_transfer-operatorship.md index 2eac86dc6..4166dd638 100644 --- a/docs/cli/axelard_tx_evm_transfer-operatorship.md +++ b/docs/cli/axelard_tx_evm_transfer-operatorship.md @@ -11,7 +11,7 @@ axelard tx evm transfer-operatorship [chain] [keyID] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_feegrant_grant.md b/docs/cli/axelard_tx_feegrant_grant.md index b96ea6040..302c26649 100644 --- a/docs/cli/axelard_tx_feegrant_grant.md +++ b/docs/cli/axelard_tx_feegrant_grant.md @@ -23,7 +23,7 @@ axelard tx feegrant grant [granter_key_or_address] [grantee] [flags] -a, --account-number uint The account number of the signing account (offline mode only) --allowed-messages strings Set of allowed messages for fee allowance -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --expiration string The RFC 3339 timestamp after which the grant expires for the user --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom diff --git a/docs/cli/axelard_tx_feegrant_revoke.md b/docs/cli/axelard_tx_feegrant_revoke.md index 6c70fc6ba..d3398a042 100644 --- a/docs/cli/axelard_tx_feegrant_revoke.md +++ b/docs/cli/axelard_tx_feegrant_revoke.md @@ -19,7 +19,7 @@ axelard tx feegrant revoke [granter] [grantee] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_deposit.md b/docs/cli/axelard_tx_gov_deposit.md index cf16bfdf4..7b1c57e54 100644 --- a/docs/cli/axelard_tx_gov_deposit.md +++ b/docs/cli/axelard_tx_gov_deposit.md @@ -19,7 +19,7 @@ axelard tx gov deposit [proposal-id] [deposit] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_submit-proposal.md b/docs/cli/axelard_tx_gov_submit-proposal.md index 9d35859e8..25812e333 100644 --- a/docs/cli/axelard_tx_gov_submit-proposal.md +++ b/docs/cli/axelard_tx_gov_submit-proposal.md @@ -34,7 +34,7 @@ axelard tx gov submit-proposal [flags] -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --deposit string The proposal deposit --description string The proposal description - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_submit-proposal_cancel-software-upgrade.md b/docs/cli/axelard_tx_gov_submit-proposal_cancel-software-upgrade.md index 2879d7ff7..a433dda81 100644 --- a/docs/cli/axelard_tx_gov_submit-proposal_cancel-software-upgrade.md +++ b/docs/cli/axelard_tx_gov_submit-proposal_cancel-software-upgrade.md @@ -17,7 +17,7 @@ axelard tx gov submit-proposal cancel-software-upgrade [flags] -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --deposit string deposit of proposal --description string description of proposal - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_submit-proposal_community-pool-spend.md b/docs/cli/axelard_tx_gov_submit-proposal_community-pool-spend.md index d40974a05..e7277d456 100644 --- a/docs/cli/axelard_tx_gov_submit-proposal_community-pool-spend.md +++ b/docs/cli/axelard_tx_gov_submit-proposal_community-pool-spend.md @@ -29,7 +29,7 @@ axelard tx gov submit-proposal community-pool-spend [proposal-file] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_submit-proposal_ibc-upgrade.md b/docs/cli/axelard_tx_gov_submit-proposal_ibc-upgrade.md index 16df6ee3b..473eaa773 100644 --- a/docs/cli/axelard_tx_gov_submit-proposal_ibc-upgrade.md +++ b/docs/cli/axelard_tx_gov_submit-proposal_ibc-upgrade.md @@ -27,7 +27,7 @@ axelard tx gov submit-proposal ibc-upgrade [name] [height] [path/to/upgraded_cli -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --deposit string deposit of proposal --description string description of proposal - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_submit-proposal_param-change.md b/docs/cli/axelard_tx_gov_submit-proposal_param-change.md index 24f8a18a7..58a0b9116 100644 --- a/docs/cli/axelard_tx_gov_submit-proposal_param-change.md +++ b/docs/cli/axelard_tx_gov_submit-proposal_param-change.md @@ -43,7 +43,7 @@ axelard tx gov submit-proposal param-change [proposal-file] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_submit-proposal_software-upgrade.md b/docs/cli/axelard_tx_gov_submit-proposal_software-upgrade.md index 1328b1d1c..6949770bc 100644 --- a/docs/cli/axelard_tx_gov_submit-proposal_software-upgrade.md +++ b/docs/cli/axelard_tx_gov_submit-proposal_software-upgrade.md @@ -19,7 +19,7 @@ axelard tx gov submit-proposal software-upgrade [name] (--upgrade-height [height -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --deposit string deposit of proposal --description string description of proposal - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_submit-proposal_update-client.md b/docs/cli/axelard_tx_gov_submit-proposal_update-client.md index 3ed58b452..472f905e4 100644 --- a/docs/cli/axelard_tx_gov_submit-proposal_update-client.md +++ b/docs/cli/axelard_tx_gov_submit-proposal_update-client.md @@ -19,7 +19,7 @@ axelard tx gov submit-proposal update-client [subject-client-id] [substitute-cli -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --deposit string deposit of proposal --description string description of proposal - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_vote.md b/docs/cli/axelard_tx_gov_vote.md index e4843db1a..bfa722db7 100644 --- a/docs/cli/axelard_tx_gov_vote.md +++ b/docs/cli/axelard_tx_gov_vote.md @@ -19,7 +19,7 @@ axelard tx gov vote [proposal-id] [option] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_gov_weighted-vote.md b/docs/cli/axelard_tx_gov_weighted-vote.md index e4d8ac12c..518d77d79 100644 --- a/docs/cli/axelard_tx_gov_weighted-vote.md +++ b/docs/cli/axelard_tx_gov_weighted-vote.md @@ -19,7 +19,7 @@ axelard tx gov weighted-vote [proposal-id] [weighted-options] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_ibc-transfer_transfer.md b/docs/cli/axelard_tx_ibc-transfer_transfer.md index 9b92c1b4b..a6adff2ff 100644 --- a/docs/cli/axelard_tx_ibc-transfer_transfer.md +++ b/docs/cli/axelard_tx_ibc-transfer_transfer.md @@ -27,7 +27,7 @@ axelard tx ibc-transfer transfer [src-port] [src-channel] [receiver] [amount] [f --absolute-timeouts Timeout flags are used as absolute timeouts. -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_ibc_client_create.md b/docs/cli/axelard_tx_ibc_client_create.md index b59e40f21..db81abdcc 100644 --- a/docs/cli/axelard_tx_ibc_client_create.md +++ b/docs/cli/axelard_tx_ibc_client_create.md @@ -23,7 +23,7 @@ axelard tx ibc client create [path/to/client_state.json] [path/to/consensus_stat ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_ibc_client_upgrade.md b/docs/cli/axelard_tx_ibc_client_upgrade.md index 2f0dc3912..89deeb4ac 100644 --- a/docs/cli/axelard_tx_ibc_client_upgrade.md +++ b/docs/cli/axelard_tx_ibc_client_upgrade.md @@ -23,7 +23,7 @@ axelard tx ibc client upgrade [client-identifier] [path/to/client_state.json] [p ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_multisig_keygen_opt-in.md b/docs/cli/axelard_tx_multisig_keygen_opt-in.md index ed0a63335..fd06cc1d9 100644 --- a/docs/cli/axelard_tx_multisig_keygen_opt-in.md +++ b/docs/cli/axelard_tx_multisig_keygen_opt-in.md @@ -11,7 +11,7 @@ axelard tx multisig keygen opt-in [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_multisig_keygen_opt-out.md b/docs/cli/axelard_tx_multisig_keygen_opt-out.md index 71a913b63..614db68f7 100644 --- a/docs/cli/axelard_tx_multisig_keygen_opt-out.md +++ b/docs/cli/axelard_tx_multisig_keygen_opt-out.md @@ -11,7 +11,7 @@ axelard tx multisig keygen opt-out [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_multisig_keygen_start.md b/docs/cli/axelard_tx_multisig_keygen_start.md index f14faeaec..20cf51280 100644 --- a/docs/cli/axelard_tx_multisig_keygen_start.md +++ b/docs/cli/axelard_tx_multisig_keygen_start.md @@ -11,7 +11,7 @@ axelard tx multisig keygen start [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_multisig_rotate.md b/docs/cli/axelard_tx_multisig_rotate.md index dfebaa9cd..e874c7ceb 100644 --- a/docs/cli/axelard_tx_multisig_rotate.md +++ b/docs/cli/axelard_tx_multisig_rotate.md @@ -11,7 +11,7 @@ axelard tx multisig rotate [chain] [keyID] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_multisign-batch.md b/docs/cli/axelard_tx_multisign-batch.md index e3de4f27c..a94f0de78 100644 --- a/docs/cli/axelard_tx_multisign-batch.md +++ b/docs/cli/axelard_tx_multisign-batch.md @@ -24,7 +24,7 @@ axelard tx multisign-batch [file] [name] [[signature-file]...] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_multisign.md b/docs/cli/axelard_tx_multisign.md index 956bca7fd..baf6f5533 100644 --- a/docs/cli/axelard_tx_multisign.md +++ b/docs/cli/axelard_tx_multisign.md @@ -33,7 +33,7 @@ axelard tx multisign [file] [name] [[signature]...] [flags] --amino Generate Amino-encoded JSON suitable for submitting to the txs REST endpoint -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --chain-id string network chain ID (default "axelar") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_nexus_activate-chain.md b/docs/cli/axelard_tx_nexus_activate-chain.md index a6054dfa3..177e00c5f 100644 --- a/docs/cli/axelard_tx_nexus_activate-chain.md +++ b/docs/cli/axelard_tx_nexus_activate-chain.md @@ -11,7 +11,7 @@ axelard tx nexus activate-chain [chain]... [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_nexus_deactivate-chain.md b/docs/cli/axelard_tx_nexus_deactivate-chain.md index 6a962f082..2cb167877 100644 --- a/docs/cli/axelard_tx_nexus_deactivate-chain.md +++ b/docs/cli/axelard_tx_nexus_deactivate-chain.md @@ -11,7 +11,7 @@ axelard tx nexus deactivate-chain [chain]... [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_nexus_deregister-chain-maintainer.md b/docs/cli/axelard_tx_nexus_deregister-chain-maintainer.md index a0d6cf41a..af7bd3511 100644 --- a/docs/cli/axelard_tx_nexus_deregister-chain-maintainer.md +++ b/docs/cli/axelard_tx_nexus_deregister-chain-maintainer.md @@ -11,7 +11,7 @@ axelard tx nexus deregister-chain-maintainer [chain]... [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_nexus_register-asset-fee.md b/docs/cli/axelard_tx_nexus_register-asset-fee.md index 90aaf7354..60a097fc0 100644 --- a/docs/cli/axelard_tx_nexus_register-asset-fee.md +++ b/docs/cli/axelard_tx_nexus_register-asset-fee.md @@ -11,7 +11,7 @@ axelard tx nexus register-asset-fee [chain] [asset] [fee-rate] [min-fee] [max-fe ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_nexus_register-chain-maintainer.md b/docs/cli/axelard_tx_nexus_register-chain-maintainer.md index dadee1668..fd464ffea 100644 --- a/docs/cli/axelard_tx_nexus_register-chain-maintainer.md +++ b/docs/cli/axelard_tx_nexus_register-chain-maintainer.md @@ -11,7 +11,7 @@ axelard tx nexus register-chain-maintainer [chain]... [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_nexus_set-transfer-rate-limit.md b/docs/cli/axelard_tx_nexus_set-transfer-rate-limit.md index dc878d47e..75035dd50 100644 --- a/docs/cli/axelard_tx_nexus_set-transfer-rate-limit.md +++ b/docs/cli/axelard_tx_nexus_set-transfer-rate-limit.md @@ -11,7 +11,7 @@ axelard tx nexus set-transfer-rate-limit [chain] [limit] [window] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_permission_deregister-controller.md b/docs/cli/axelard_tx_permission_deregister-controller.md index af9f16701..b91400218 100644 --- a/docs/cli/axelard_tx_permission_deregister-controller.md +++ b/docs/cli/axelard_tx_permission_deregister-controller.md @@ -11,7 +11,7 @@ axelard tx permission deregister-controller [controller] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_permission_register-controller.md b/docs/cli/axelard_tx_permission_register-controller.md index fae765139..db09a0c61 100644 --- a/docs/cli/axelard_tx_permission_register-controller.md +++ b/docs/cli/axelard_tx_permission_register-controller.md @@ -11,7 +11,7 @@ axelard tx permission register-controller [controller] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_permission_update-governance-key.md b/docs/cli/axelard_tx_permission_update-governance-key.md index f58cb722d..560b326ef 100644 --- a/docs/cli/axelard_tx_permission_update-governance-key.md +++ b/docs/cli/axelard_tx_permission_update-governance-key.md @@ -11,7 +11,7 @@ axelard tx permission update-governance-key [threshold] [[pubKey]...] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_sign-batch.md b/docs/cli/axelard_tx_sign-batch.md index 3a60c5b5c..580c0d781 100644 --- a/docs/cli/axelard_tx_sign-batch.md +++ b/docs/cli/axelard_tx_sign-batch.md @@ -30,7 +30,7 @@ axelard tx sign-batch [file] [flags] -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --chain-id string network chain ID (default "axelar") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_sign.md b/docs/cli/axelard_tx_sign.md index d0b57bfcd..48ba78ce4 100644 --- a/docs/cli/axelard_tx_sign.md +++ b/docs/cli/axelard_tx_sign.md @@ -29,7 +29,7 @@ axelard tx sign [file] [flags] --amino Generate Amino encoded JSON suitable for submiting to the txs REST endpoint -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --chain-id string The network chain ID (default "axelar") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_slashing_unjail.md b/docs/cli/axelard_tx_slashing_unjail.md index b0a076ff3..12083e09f 100644 --- a/docs/cli/axelard_tx_slashing_unjail.md +++ b/docs/cli/axelard_tx_slashing_unjail.md @@ -17,7 +17,7 @@ axelard tx slashing unjail [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_snapshot_deactivate-proxy.md b/docs/cli/axelard_tx_snapshot_deactivate-proxy.md index b2a8793de..5ac4169ed 100644 --- a/docs/cli/axelard_tx_snapshot_deactivate-proxy.md +++ b/docs/cli/axelard_tx_snapshot_deactivate-proxy.md @@ -11,7 +11,7 @@ axelard tx snapshot deactivate-proxy [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_snapshot_register-proxy.md b/docs/cli/axelard_tx_snapshot_register-proxy.md index 17aa03e5f..202a98820 100644 --- a/docs/cli/axelard_tx_snapshot_register-proxy.md +++ b/docs/cli/axelard_tx_snapshot_register-proxy.md @@ -11,7 +11,7 @@ axelard tx snapshot register-proxy [proxy address] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_snapshot_send-tokens.md b/docs/cli/axelard_tx_snapshot_send-tokens.md index 119172c1a..4fe216869 100644 --- a/docs/cli/axelard_tx_snapshot_send-tokens.md +++ b/docs/cli/axelard_tx_snapshot_send-tokens.md @@ -11,7 +11,7 @@ axelard tx snapshot send-tokens [amount] [address 1] ... [address n] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_staking_create-validator.md b/docs/cli/axelard_tx_staking_create-validator.md index c5ba9a90c..90f81bdbf 100644 --- a/docs/cli/axelard_tx_staking_create-validator.md +++ b/docs/cli/axelard_tx_staking_create-validator.md @@ -16,7 +16,7 @@ axelard tx staking create-validator [flags] --commission-max-rate string The maximum commission rate percentage --commission-rate string The initial commission rate percentage --details string The validator's (optional) details - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_staking_delegate.md b/docs/cli/axelard_tx_staking_delegate.md index bb2ed647a..03a768b73 100644 --- a/docs/cli/axelard_tx_staking_delegate.md +++ b/docs/cli/axelard_tx_staking_delegate.md @@ -18,7 +18,7 @@ axelard tx staking delegate [validator-addr] [amount] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_staking_edit-validator.md b/docs/cli/axelard_tx_staking_edit-validator.md index 267f36383..603ffa986 100644 --- a/docs/cli/axelard_tx_staking_edit-validator.md +++ b/docs/cli/axelard_tx_staking_edit-validator.md @@ -13,7 +13,7 @@ axelard tx staking edit-validator [flags] -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --commission-rate string The new commission rate percentage --details string The validator's (optional) details (default "[do-not-modify]") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_staking_redelegate.md b/docs/cli/axelard_tx_staking_redelegate.md index 5265c226b..cb8645f0d 100644 --- a/docs/cli/axelard_tx_staking_redelegate.md +++ b/docs/cli/axelard_tx_staking_redelegate.md @@ -18,7 +18,7 @@ axelard tx staking redelegate [src-validator-addr] [dst-validator-addr] [amount] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_staking_unbond.md b/docs/cli/axelard_tx_staking_unbond.md index ce28e40fb..cc696f66c 100644 --- a/docs/cli/axelard_tx_staking_unbond.md +++ b/docs/cli/axelard_tx_staking_unbond.md @@ -18,7 +18,7 @@ axelard tx staking unbond [validator-addr] [amount] [flags] ``` -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_validate-signatures.md b/docs/cli/axelard_tx_validate-signatures.md index 4927275c6..367b32003 100644 --- a/docs/cli/axelard_tx_validate-signatures.md +++ b/docs/cli/axelard_tx_validate-signatures.md @@ -22,7 +22,7 @@ axelard tx validate-signatures [file] [flags] -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --chain-id string The network chain ID (default "axelar") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_tx_vesting_create-vesting-account.md b/docs/cli/axelard_tx_vesting_create-vesting-account.md index 65b2784ff..4e6fe9252 100644 --- a/docs/cli/axelard_tx_vesting_create-vesting-account.md +++ b/docs/cli/axelard_tx_vesting_create-vesting-account.md @@ -20,7 +20,7 @@ axelard tx vesting create-vesting-account [to_address] [amount] [end_time] [flag -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "block") --delayed Create a delayed vesting account if true - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/axelard_vald-start.md b/docs/cli/axelard_vald-start.md index 7a6f546e9..699cbda06 100644 --- a/docs/cli/axelard_vald-start.md +++ b/docs/cli/axelard_vald-start.md @@ -10,7 +10,7 @@ axelard vald-start [flags] -a, --account-number uint The account number of the signing account (offline mode only) -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") --chain-id string The network chain ID (default "axelar") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-account string Fee account pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign diff --git a/docs/cli/toc.md b/docs/cli/toc.md index f9da80c1a..23b6ffc9c 100644 --- a/docs/cli/toc.md +++ b/docs/cli/toc.md @@ -28,6 +28,7 @@ - [auth](axelard_query_auth.md) - Querying commands for the auth module - [account \[address\]](axelard_query_auth_account.md) - Query for account by address - [accounts](axelard_query_auth_accounts.md) - Query all the accounts + - [module-account \[module-name\]](axelard_query_auth_module-account.md) - Query module account info by module name - [params](axelard_query_auth_params.md) - Query the current auth parameters - [axelarnet](axelard_query_axelarnet.md) - Querying commands for the axelarnet module - [ibc-transfer-count](axelard_query_axelarnet_ibc-transfer-count.md) - returns the number of pending IBC transfers per chain @@ -198,8 +199,9 @@ - [retry-ibc-transfer \[chain\] \[transfer ID\]](axelard_tx_axelarnet_retry-ibc-transfer.md) - Retry a failed IBC transfer - [route-ibc-transfers](axelard_tx_axelarnet_route-ibc-transfers.md) - Routes pending transfers to cosmos chains - [bank](axelard_tx_bank.md) - Bank transaction subcommands - - [send \[from_key_or_address\] \[to_address\] \[amount\]](axelard_tx_bank_send.md) - Send funds from one account to another. Note, the'--from' flag is - ignored as it is implied from \[from_key_or_address\]. + - [send \[from_key_or_address\] \[to_address\] \[amount\]](axelard_tx_bank_send.md) - Send funds from one account to another. + Note, the'--from' flag is ignored as it is implied from \[from_key_or_address\]. + When using '--dry-run' a key name cannot be used, only a bech32 address. - [broadcast \[file_path\]](axelard_tx_broadcast.md) - Broadcast transactions generated offline - [crisis](axelard_tx_crisis.md) - Crisis transactions subcommands - [invariant-broken \[module-name\] \[invariant-route\]](axelard_tx_crisis_invariant-broken.md) - Submit proof that an invariant broken to halt the chain diff --git a/go.mod b/go.mod index 5f0587d06..1b7237dfc 100644 --- a/go.mod +++ b/go.mod @@ -60,7 +60,7 @@ require ( github.com/cosmos/btcutil v1.0.4 // indirect github.com/cosmos/go-bip39 v1.0.0 // indirect github.com/cosmos/gorocksdb v1.2.0 // indirect - github.com/cosmos/iavl v0.19.3 // indirect + github.com/cosmos/iavl v0.19.4 // indirect github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect github.com/cosmos/ledger-go v0.9.2 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect @@ -174,4 +174,4 @@ replace github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 // Temporary replacement for rosetta support -replace github.com/cosmos/cosmos-sdk => github.com/axelarnetwork/cosmos-sdk v0.45.10-0.20221026063150-7d9818dc359a +replace github.com/cosmos/cosmos-sdk => github.com/axelarnetwork/cosmos-sdk v0.45.12-0.20230217215310-6a0c8cbf9b5d diff --git a/go.sum b/go.sum index bf1f9537e..2f050d11e 100644 --- a/go.sum +++ b/go.sum @@ -122,8 +122,8 @@ github.com/aws/aws-sdk-go-v2/service/route53 v1.1.1/go.mod h1:rLiOUrPLW/Er5kRcQ7 github.com/aws/aws-sdk-go-v2/service/sso v1.1.1/go.mod h1:SuZJxklHxLAXgLTc1iFXbEWkXs7QRTQpCLGaKIprQW0= github.com/aws/aws-sdk-go-v2/service/sts v1.1.1/go.mod h1:Wi0EBZwiz/K44YliU0EKxqTCJGUfYTWXrrBwkq736bM= github.com/aws/smithy-go v1.1.0/go.mod h1:EzMw8dbp/YJL4A5/sbhGddag+NPT7q084agLbB9LgIw= -github.com/axelarnetwork/cosmos-sdk v0.45.10-0.20221026063150-7d9818dc359a h1:URWy/3sbSgZAMyyVVfeJNe0llIoWV+pbBkdMHS169o0= -github.com/axelarnetwork/cosmos-sdk v0.45.10-0.20221026063150-7d9818dc359a/go.mod h1:Z5M4TX7PsHNHlF/1XanI2DIpORQ+Q/st7oaeufEjnvU= +github.com/axelarnetwork/cosmos-sdk v0.45.12-0.20230217215310-6a0c8cbf9b5d h1:0LFAoLYOEdn54PKTkUTLo7EoJin29X4SoXvcRpnDwKk= +github.com/axelarnetwork/cosmos-sdk v0.45.12-0.20230217215310-6a0c8cbf9b5d/go.mod h1:45z8Q1Ah4iypFycu2Kl4kBPIsQKUiND8G2CUX+HTtPM= github.com/axelarnetwork/tm-events v0.0.0-20221019195821-9a3f03bc6ca6 h1:bNjORqBmAgv3hEwfm4M9nqjGE9XhbvX9n+5ha2QXZYw= github.com/axelarnetwork/tm-events v0.0.0-20221019195821-9a3f03bc6ca6/go.mod h1:nRFBzknkN/o4e8FmOrfF8HREzSmSWrAwTrSyJ48N4B8= github.com/axelarnetwork/utils v0.0.0-20221213003031-66c703710da3 h1:1K8+r1kLCg5IXjpqRMhKoD/3LTu7QpzNETYECg5Ybjo= @@ -204,8 +204,8 @@ github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw= github.com/cosmos/gorocksdb v1.2.0 h1:d0l3jJG8M4hBouIZq0mDUHZ+zjOx044J3nGRskwTb4Y= github.com/cosmos/gorocksdb v1.2.0/go.mod h1:aaKvKItm514hKfNJpUJXnnOWeBnk2GL4+Qw9NHizILw= -github.com/cosmos/iavl v0.19.3 h1:cESO0OwTTxQm5rmyESKW+zESheDUYI7CcZDWWDwnuxg= -github.com/cosmos/iavl v0.19.3/go.mod h1:X9PKD3J0iFxdmgNLa7b2LYWdsGd90ToV5cAONApkEPw= +github.com/cosmos/iavl v0.19.4 h1:t82sN+Y0WeqxDLJRSpNd8YFX5URIrT+p8n6oJbJ2Dok= +github.com/cosmos/iavl v0.19.4/go.mod h1:X9PKD3J0iFxdmgNLa7b2LYWdsGd90ToV5cAONApkEPw= github.com/cosmos/ibc-go/v4 v4.2.0 h1:Fx/kKq/uvawrAxk6ZrQ6sEIgffLRU5Cs/AUnvpPBrHI= github.com/cosmos/ibc-go/v4 v4.2.0/go.mod h1:57qWScDtfCx3FOMLYmBIKPbOLE6xiVhrgxHAQmbWYXM= github.com/cosmos/ledger-cosmos-go v0.11.1 h1:9JIYsGnXP613pb2vPjFeMMjBI5lEDsEaF6oYorTy6J4=