-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/read-chain-info
- Loading branch information
Showing
53 changed files
with
1,851 additions
and
253 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
40 changes: 40 additions & 0 deletions
40
docs/cli/zetacored/zetacored_query_observer_list-tss-funds-migrator.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,40 @@ | ||
# query observer list-tss-funds-migrator | ||
|
||
list all tss funds migrators | ||
|
||
``` | ||
zetacored query observer list-tss-funds-migrator [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--count-total count total number of records in list-tss-funds-migrator to query for | ||
--grpc-addr string the gRPC endpoint to use for this chain | ||
--grpc-insecure allow gRPC over insecure channels, if not TLS 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 list-tss-funds-migrator | ||
--limit uint pagination limit of list-tss-funds-migrator to query for (default 100) | ||
--node string [host]:[port] to Tendermint RPC interface for this chain | ||
--offset uint pagination offset of list-tss-funds-migrator to query for | ||
-o, --output string Output format (text|json) | ||
--page uint pagination page of list-tss-funds-migrator to query for. This sets offset to a multiple of limit (default 1) | ||
--page-key string pagination page-key of list-tss-funds-migrator to query for | ||
--reverse results are sorted in descending order | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
--home string directory for config and data | ||
--log_format string The logging format (json|plain) | ||
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) | ||
--log_no_color Disable colored logs | ||
--trace print out full stack trace on errors | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [zetacored query observer](zetacored_query_observer.md) - Querying commands for the observer module | ||
|
40 changes: 40 additions & 0 deletions
40
docs/cli/zetacored/zetacored_query_observer_show-tss-funds-migrator.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,40 @@ | ||
# query observer show-tss-funds-migrator | ||
|
||
show the tss funds migrator for a chain | ||
|
||
``` | ||
zetacored query observer show-tss-funds-migrator [chain-id] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--count-total count total number of records in show-tss-funds-migrator [chain-id] to query for | ||
--grpc-addr string the gRPC endpoint to use for this chain | ||
--grpc-insecure allow gRPC over insecure channels, if not TLS 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 show-tss-funds-migrator | ||
--limit uint pagination limit of show-tss-funds-migrator [chain-id] to query for (default 100) | ||
--node string [host]:[port] to Tendermint RPC interface for this chain | ||
--offset uint pagination offset of show-tss-funds-migrator [chain-id] to query for | ||
-o, --output string Output format (text|json) | ||
--page uint pagination page of show-tss-funds-migrator [chain-id] to query for. This sets offset to a multiple of limit (default 1) | ||
--page-key string pagination page-key of show-tss-funds-migrator [chain-id] to query for | ||
--reverse results are sorted in descending order | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
--home string directory for config and data | ||
--log_format string The logging format (json|plain) | ||
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) | ||
--log_no_color Disable colored logs | ||
--trace print out full stack trace on errors | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [zetacored query observer](zetacored_query_observer.md) - Querying commands for the observer module | ||
|
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
Oops, something went wrong.