generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #664 from axone-protocol/chore/bump-ibc-go
⬆️ chore: bump `ibc-go` from `v8.0.0` to `v8.2.1`
- Loading branch information
Showing
11 changed files
with
224 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## axoned query ibc channel params | ||
|
||
Query the current ibc channel parameters | ||
|
||
### Synopsis | ||
|
||
Query the current ibc channel parameters | ||
|
||
``` | ||
axoned query ibc channel params [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
axoned query ibc channel params | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--grpc-addr string the gRPC endpoint to use for this chain | ||
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS | ||
--height int Use a specific height to query state at (this can error if the node is pruning state) | ||
-h, --help help for params | ||
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657") | ||
-o, --output string Output format (text|json) (default "text") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [axoned query ibc channel](axoned_query_ibc_channel.md) - IBC channel query subcommands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## axoned query ibc channel upgrade-error | ||
|
||
Query the upgrade error | ||
|
||
### Synopsis | ||
|
||
Query the upgrade error for a given channel | ||
|
||
``` | ||
axoned query ibc channel upgrade-error [port-id] [channel-id] [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
axoned query ibc channel upgrade-error [port-id] [channel-id] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--grpc-addr string the gRPC endpoint to use for this chain | ||
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS | ||
--height int Use a specific height to query state at (this can error if the node is pruning state) | ||
-h, --help help for upgrade-error | ||
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657") | ||
-o, --output string Output format (text|json) (default "text") | ||
--prove show proofs for the query results (default true) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [axoned query ibc channel](axoned_query_ibc_channel.md) - IBC channel query subcommands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## axoned query ibc channel upgrade | ||
|
||
Query the upgrade | ||
|
||
### Synopsis | ||
|
||
Query the upgrade for a given channel | ||
|
||
``` | ||
axoned query ibc channel upgrade [port-id] [channel-id] [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
axoned query ibc channel upgrade [port-id] [channel-id] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--grpc-addr string the gRPC endpoint to use for this chain | ||
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS | ||
--height int Use a specific height to query state at (this can error if the node is pruning state) | ||
-h, --help help for upgrade | ||
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657") | ||
-o, --output string Output format (text|json) (default "text") | ||
--prove show proofs for the query results | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [axoned query ibc channel](axoned_query_ibc_channel.md) - IBC channel query subcommands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
docs/command/axoned_tx_ibc_channel_prune-acknowledgements.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## axoned tx ibc channel prune-acknowledgements | ||
|
||
Prune expired packet acknowledgements stored in IBC state | ||
|
||
### Synopsis | ||
|
||
Prune expired packet acknowledgements and receipts stored in IBC state. Packet ackwnowledgements and | ||
receipts are considered expired if a channel has been upgraded. | ||
|
||
``` | ||
axoned tx ibc channel prune-acknowledgements [port] [channel] [limit] [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
axoned tx ibc channel prune-acknowledgements transfer channel-0 1000 | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-a, --account-number uint The account number of the signing account (offline mode only) | ||
--aux Generate aux signer data instead of sending a tx | ||
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync") | ||
--chain-id string The network chain ID | ||
--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-granter string Fee granter grants fees for the transaction | ||
--fee-payer string Fee payer 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 | ||
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000) | ||
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) | ||
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) | ||
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name) | ||
-h, --help help for prune-acknowledgements | ||
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") | ||
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used | ||
--ledger Use a connected Ledger device | ||
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657") | ||
--note string Note to add a description to the transaction (previously --memo) | ||
--offline Offline mode (does not allow any online functionality) | ||
-o, --output string Output format (text|json) (default "json") | ||
-s, --sequence uint The sequence number of the signing account (offline mode only) | ||
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature | ||
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height | ||
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator | ||
-y, --yes Skip tx broadcasting prompt confirmation | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [axoned tx ibc channel](axoned_tx_ibc_channel.md) - IBC channel transaction subcommands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
## axoned tx ibc channel upgrade-channels | ||
|
||
Upgrade IBC channels | ||
|
||
### Synopsis | ||
|
||
Submit a governance proposal to upgrade all open channels whose port matches a specified pattern | ||
(the default is transfer), optionally, an exact list of comma separated channel IDs may be specified. | ||
|
||
``` | ||
axoned tx ibc channel upgrade-channels [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
axoned tx ibc channel upgrade-channels "{\"fee_version\":\"ics29-1\",\"app_version\":\"ics20-1\"}" --deposit 10stake | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-a, --account-number uint The account number of the signing account (offline mode only) | ||
--aux Generate aux signer data instead of sending a tx | ||
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync") | ||
--chain-id string The network chain ID | ||
--channel-ids string a comma separated list of channel IDs to upgrade. | ||
--deposit string The deposit to include with the governance proposal | ||
--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) | ||
--expedited set the expedited value for the governance proposal. | ||
--fee-granter string Fee granter grants fees for the transaction | ||
--fee-payer string Fee payer 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 | ||
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000) | ||
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) | ||
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) | ||
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name) | ||
-h, --help help for upgrade-channels | ||
--json specify true to output valid proposal.json contents, instead of submitting a governance proposal. | ||
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") | ||
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used | ||
--ledger Use a connected Ledger device | ||
--metadata string The metadata to include with the governance proposal | ||
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657") | ||
--note string Note to add a description to the transaction (previously --memo) | ||
--offline Offline mode (does not allow any online functionality) | ||
-o, --output string Output format (text|json) (default "json") | ||
--port-pattern string The pattern to use to match port ids. (default "transfer") | ||
-s, --sequence uint The sequence number of the signing account (offline mode only) | ||
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature | ||
--summary string The summary to include with the governance proposal | ||
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height | ||
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator | ||
--title string The title to put on the governance proposal | ||
-y, --yes Skip tx broadcasting prompt confirmation | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [axoned tx ibc channel](axoned_tx_ibc_channel.md) - IBC channel transaction subcommands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters