-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7aa80f8
commit 94cf596
Showing
116 changed files
with
7,103 additions
and
4,214 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
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
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
11 changes: 6 additions & 5 deletions
11
...es/gaiad query upgrade module_versions.md → ...-files/gaiad query auth module-account.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
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
20 changes: 20 additions & 0 deletions
20
...iad/commands-md-files/gaiad query distribution tokenize-share-record-rewards.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,20 @@ | ||
Query the query tokenize share record rewards. | ||
|
||
Example: | ||
$ gaiad query distribution tokenize-share-record-rewards cosmos1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj | ||
|
||
Usage: | ||
gaiad query distribution tokenize-share-record-rewards [owner] [flags] | ||
|
||
Flags: | ||
--height int Use a specific height to query state at (this can error if the node is pruning state) | ||
-h, --help help for tokenize-share-record-rewards | ||
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657") | ||
-o, --output string Output format (text|json) (default "text") | ||
|
||
Global Flags: | ||
--chain-id string The network chain ID | ||
--home string directory for config and data (default "/Users/user/.gaia") | ||
--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 |
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
7 changes: 2 additions & 5 deletions
7
...-md-files/gaiad query liquidity params.md → ...-md-files/gaiad query globalfee params.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
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,20 @@ | ||
Querying commands for the global fee module | ||
|
||
Usage: | ||
gaiad query globalfee [flags] | ||
gaiad query globalfee [command] | ||
|
||
Available Commands: | ||
params Show globalfee params | ||
|
||
Flags: | ||
-h, --help help for globalfee | ||
|
||
Global Flags: | ||
--chain-id string The network chain ID | ||
--home string directory for config and data (default "/Users/user/.gaia") | ||
--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 | ||
|
||
Use "gaiad query globalfee [command] --help" for more information about a command. |
26 changes: 26 additions & 0 deletions
26
out/gaiad/commands-md-files/gaiad query ibc client consensus-state-heights.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,26 @@ | ||
Query the heights of all consensus states associated with the provided client ID. | ||
|
||
Usage: | ||
gaiad query ibc client consensus-state-heights [client-id] [flags] | ||
|
||
Examples: | ||
gaiad query ibc client consensus-state-heights [client-id] | ||
|
||
Flags: | ||
--count-total count total number of records in consensus state heights to query for | ||
--height int Use a specific height to query state at (this can error if the node is pruning state) | ||
-h, --help help for consensus-state-heights | ||
--limit uint pagination limit of consensus state heights to query for (default 100) | ||
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657") | ||
--offset uint pagination offset of consensus state heights to query for | ||
-o, --output string Output format (text|json) (default "text") | ||
--page uint pagination page of consensus state heights to query for. This sets offset to a multiple of limit (default 1) | ||
--page-key string pagination page-key of consensus state heights to query for | ||
--reverse results are sorted in descending order | ||
|
||
Global Flags: | ||
--chain-id string The network chain ID | ||
--home string directory for config and data (default "/Users/user/.gaia") | ||
--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 |
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
6 changes: 3 additions & 3 deletions
6
out/gaiad/commands-md-files/gaiad query ibc-transfer denom-trace.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
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
20 changes: 20 additions & 0 deletions
20
...mands-md-files/gaiad query interchain-accounts controller interchain-account.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,20 @@ | ||
Query the controller submodule for the interchain account address for a given owner on a particular connection | ||
|
||
Usage: | ||
gaiad query interchain-accounts controller interchain-account [owner] [connection-id] [flags] | ||
|
||
Examples: | ||
gaiad query interchain-accounts controller interchain-account cosmos1layxcsmyye0dc0har9sdfzwckaz8sjwlfsj8zs connection-0 | ||
|
||
Flags: | ||
--height int Use a specific height to query state at (this can error if the node is pruning state) | ||
-h, --help help for interchain-account | ||
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657") | ||
-o, --output string Output format (text|json) (default "text") | ||
|
||
Global Flags: | ||
--chain-id string The network chain ID | ||
--home string directory for config and data (default "/Users/user/.gaia") | ||
--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 |
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
24 changes: 0 additions & 24 deletions
24
out/gaiad/commands-md-files/gaiad query liquidity deposit.md
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
out/gaiad/commands-md-files/gaiad query liquidity deposits.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.