Skip to content

Commit

Permalink
gaiad v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-uvarov committed Oct 6, 2023
1 parent 7aa80f8 commit 94cf596
Show file tree
Hide file tree
Showing 116 changed files with 7,103 additions and 4,214 deletions.
1 change: 1 addition & 0 deletions out/gaiad/commands-md-files/gaiad .md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Available Commands:
keys Manage your application's keys
query Querying subcommands
rollback rollback cosmos-sdk and tendermint state by one height
rosetta spin up a rosetta server
start Run the full node
status Query remote node for status
tendermint Tendermint subcommands
Expand Down
2 changes: 1 addition & 1 deletion out/gaiad/commands-md-files/gaiad add-genesis-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Usage:
Flags:
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for add-genesis-account
--home string The application home directory (default "/Users/user/.gaia")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
Expand All @@ -17,7 +18,6 @@ Flags:
--vesting-start-time int schedule start time (unix epoch) for vesting accounts

Global Flags:
--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
2 changes: 1 addition & 1 deletion out/gaiad/commands-md-files/gaiad collect-gentxs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Usage:
Flags:
--gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/
-h, --help help for collect-gentxs
--home string The application home directory (default "/Users/user/.gaia")

Global Flags:
--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
7 changes: 4 additions & 3 deletions out/gaiad/commands-md-files/gaiad debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Usage:
gaiad debug [command]

Available Commands:
addr Convert an address between hex and bech32
pubkey Decode a pubkey from proto JSON
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
addr Convert an address between hex and bech32
bech32-convert Convert any bech32 string to the cosmos prefix
pubkey Decode a pubkey from proto JSON
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex

Flags:
-h, --help help for debug
Expand Down
2 changes: 1 addition & 1 deletion out/gaiad/commands-md-files/gaiad export.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Flags:
--for-zero-height Export state to start at height zero (perform preproccessing)
--height int Export state from a particular height (-1 means latest height) (default -1)
-h, --help help for export
--home string The application home directory (default "/Users/user/.gaia")
--jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail

Global Flags:
--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
8 changes: 3 additions & 5 deletions out/gaiad/commands-md-files/gaiad gentx.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ file. The following default parameters are included:
commission rate: 0.1
commission max rate: 0.2
commission max change rate: 0.01
minimum self delegation: 1


Example:
Expand All @@ -32,7 +31,7 @@ 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
Expand All @@ -41,12 +40,12 @@ Flags:
--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 is not accessible)
-h, --help help for gentx
--home string The application home directory (default "/Users/user/.gaia")
--identity string The (optional) identity signature (ex. UPort or Keybase)
--ip string The node's public IP (default "10.0.0.66")
--ip string The node's public IP (default "192.168.1.8")
--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
--min-self-delegation string The minimum self delegation required on the validator
--moniker string The validator's (optional) moniker
--node string <host>:<port> to tendermint rpc interface for this chain (default "tcp://localhost:26657")
--node-id string The node's NodeID
Expand All @@ -63,7 +62,6 @@ Flags:
-y, --yes Skip tx broadcasting prompt confirmation

Global Flags:
--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
2 changes: 1 addition & 1 deletion out/gaiad/commands-md-files/gaiad init.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Usage:
Flags:
--chain-id string genesis file chain-id, if left blank will be randomly created
-h, --help help for init
--home string node's home directory (default "/Users/user/.gaia")
-o, --overwrite overwrite the genesis.json file
--recover provide seed phrase to recover existing key instead of creating

Global Flags:
--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
2 changes: 1 addition & 1 deletion out/gaiad/commands-md-files/gaiad keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Available Commands:

Flags:
-h, --help help for keys
--home string The application home directory (default "/Users/user/.gaia")
--keyring-backend string Select keyring's backend (os|file|test) (default "os")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--output string Output format (text|json) (default "text")

Global Flags:
--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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Gets a list of module names and their respective consensus versions.
Following the command with a specific module name will return only
that module's information.
Query module account info by module name

Usage:
gaiad query upgrade module_versions [optional module_name] [flags]
gaiad query auth module-account [module-name] [flags]

Examples:
gaiad q auth module-account auth

Flags:
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for module_versions
-h, --help help for module-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")

Expand Down
7 changes: 4 additions & 3 deletions out/gaiad/commands-md-files/gaiad query auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Usage:
gaiad query auth [command]

Available Commands:
account Query for account by address
accounts Query all the accounts
params Query the current auth parameters
account Query for account by address
accounts Query all the accounts
module-account Query module account info by module name
params Query the current auth parameters

Flags:
-h, --help help for auth
Expand Down
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
1 change: 1 addition & 0 deletions out/gaiad/commands-md-files/gaiad query distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Available Commands:
params Query distribution params
rewards Query all distribution delegator rewards or rewards from a particular validator
slashes Query distribution validator slashes
tokenize-share-record-rewards Query distribution tokenize share record rewards
validator-outstanding-rewards Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations

Flags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
Query values set as liquidity parameters.

Example:
$ gaiad query liquidity params
Show globalfee requirement: minimum_gas_prices, bypass_min_fee_msg_types, max_total_bypass_minFee_msg_gas_usage

Usage:
gaiad query liquidity params [flags]
gaiad query globalfee params [flags]

Flags:
--height int Use a specific height to query state at (this can error if the node is pruning state)
Expand Down
20 changes: 20 additions & 0 deletions out/gaiad/commands-md-files/gaiad query globalfee.md
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.
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
17 changes: 9 additions & 8 deletions out/gaiad/commands-md-files/gaiad query ibc client.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ Usage:
gaiad query ibc client [command]

Available Commands:
consensus-state Query the consensus state of a client at a given height
consensus-states Query all the consensus states of a client.
header Query the latest header of the running chain
params Query the current ibc client parameters
self-consensus-state Query the self consensus state for this chain
state Query a client state
states Query all available light clients
status Query client status
consensus-state Query the consensus state of a client at a given height
consensus-state-heights Query the heights of all consensus states of a client.
consensus-states Query all the consensus states of a client.
header Query the latest header of the running chain
params Query the current ibc client parameters
self-consensus-state Query the self consensus state for this chain
state Query a client state
states Query all available light clients
status Query client status

Flags:
-h, --help help for client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Usage:
gaiad query ibc-transfer denom-hash [trace] [flags]

Examples:
gaiad query ibc-transfer denom-hash [denom_trace]
gaiad query ibc-transfer denom-hash transfer/channel-0/uatom

Flags:
--height int Use a specific height to query state at (this can error if the node is pruning state)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Query the denom trace info from a given trace hash
Query the denom trace info from a given trace hash or ibc denom

Usage:
gaiad query ibc-transfer denom-trace [hash] [flags]
gaiad query ibc-transfer denom-trace [hash/denom] [flags]

Examples:
gaiad query ibc-transfer denom-trace [hash]
gaiad query ibc-transfer denom-trace 27A6394C3F9FF9C9DCF5DFFADF9BB5FE9A37C7E92B006199894CF1824DF9AC7C

Flags:
--height int Use a specific height to query state at (this can error if the node is pruning state)
Expand Down
2 changes: 1 addition & 1 deletion out/gaiad/commands-md-files/gaiad query ibc-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Usage:

Available Commands:
denom-hash Query the denom hash info from a given denom trace
denom-trace Query the denom trace info from a given trace hash
denom-trace Query the denom trace info from a given trace hash or ibc denom
denom-traces Query the trace info for all token denominations
escrow-address Get the escrow address for a channel
params Query the current ibc-transfer parameters
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Usage:
gaiad query interchain-accounts controller [command]

Available Commands:
params Query the current interchain-accounts controller submodule parameters
interchain-account Query the interchain account address for a given owner on a particular connection
params Query the current interchain-accounts controller submodule parameters

Flags:
-h, --help help for controller
Expand Down
24 changes: 0 additions & 24 deletions out/gaiad/commands-md-files/gaiad query liquidity deposit.md

This file was deleted.

23 changes: 0 additions & 23 deletions out/gaiad/commands-md-files/gaiad query liquidity deposits.md

This file was deleted.

Loading

0 comments on commit 94cf596

Please sign in to comment.