Skip to content

Commit 94cf596

Browse files
committed
gaiad v13.0.0
1 parent 7aa80f8 commit 94cf596

File tree

116 files changed

+7103
-4214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+7103
-4214
lines changed

out/gaiad/commands-md-files/gaiad .md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Available Commands:
1515
keys Manage your application's keys
1616
query Querying subcommands
1717
rollback rollback cosmos-sdk and tendermint state by one height
18+
rosetta spin up a rosetta server
1819
start Run the full node
1920
status Query remote node for status
2021
tendermint Tendermint subcommands

out/gaiad/commands-md-files/gaiad add-genesis-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Usage:
99
Flags:
1010
--height int Use a specific height to query state at (this can error if the node is pruning state)
1111
-h, --help help for add-genesis-account
12+
--home string The application home directory (default "/Users/user/.gaia")
1213
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
1314
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
1415
-o, --output string Output format (text|json) (default "text")
@@ -17,7 +18,6 @@ Flags:
1718
--vesting-start-time int schedule start time (unix epoch) for vesting accounts
1819

1920
Global Flags:
20-
--home string directory for config and data (default "/Users/user/.gaia")
2121
--log_format string The logging format (json|plain) (default "plain")
2222
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
2323
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad collect-gentxs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Usage:
66
Flags:
77
--gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/
88
-h, --help help for collect-gentxs
9+
--home string The application home directory (default "/Users/user/.gaia")
910

1011
Global Flags:
11-
--home string directory for config and data (default "/Users/user/.gaia")
1212
--log_format string The logging format (json|plain) (default "plain")
1313
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
1414
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad debug.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Usage:
55
gaiad debug [command]
66

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

1213
Flags:
1314
-h, --help help for debug

out/gaiad/commands-md-files/gaiad export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Flags:
77
--for-zero-height Export state to start at height zero (perform preproccessing)
88
--height int Export state from a particular height (-1 means latest height) (default -1)
99
-h, --help help for export
10+
--home string The application home directory (default "/Users/user/.gaia")
1011
--jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail
1112

1213
Global Flags:
13-
--home string directory for config and data (default "/Users/user/.gaia")
1414
--log_format string The logging format (json|plain) (default "plain")
1515
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
1616
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad gentx.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ file. The following default parameters are included:
77
commission rate: 0.1
88
commission max rate: 0.2
99
commission max change rate: 0.01
10-
minimum self delegation: 1
1110

1211

1312
Example:
@@ -32,7 +31,7 @@ Flags:
3231
--commission-max-rate string The maximum commission rate percentage
3332
--commission-rate string The initial commission rate percentage
3433
--details string The validator's (optional) details
35-
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it
34+
--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)
3635
--fee-account string Fee account pays fees for the transaction instead of deducting from the signer
3736
--fees string Fees to pay along with transaction; eg: 10uatom
3837
--from string Name or address of private key with which to sign
@@ -41,12 +40,12 @@ Flags:
4140
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
4241
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible)
4342
-h, --help help for gentx
43+
--home string The application home directory (default "/Users/user/.gaia")
4444
--identity string The (optional) identity signature (ex. UPort or Keybase)
45-
--ip string The node's public IP (default "10.0.0.66")
45+
--ip string The node's public IP (default "192.168.1.8")
4646
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
4747
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
4848
--ledger Use a connected Ledger device
49-
--min-self-delegation string The minimum self delegation required on the validator
5049
--moniker string The validator's (optional) moniker
5150
--node string <host>:<port> to tendermint rpc interface for this chain (default "tcp://localhost:26657")
5251
--node-id string The node's NodeID
@@ -63,7 +62,6 @@ Flags:
6362
-y, --yes Skip tx broadcasting prompt confirmation
6463

6564
Global Flags:
66-
--home string directory for config and data (default "/Users/user/.gaia")
6765
--log_format string The logging format (json|plain) (default "plain")
6866
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
6967
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Usage:
66
Flags:
77
--chain-id string genesis file chain-id, if left blank will be randomly created
88
-h, --help help for init
9+
--home string node's home directory (default "/Users/user/.gaia")
910
-o, --overwrite overwrite the genesis.json file
1011
--recover provide seed phrase to recover existing key instead of creating
1112

1213
Global Flags:
13-
--home string directory for config and data (default "/Users/user/.gaia")
1414
--log_format string The logging format (json|plain) (default "plain")
1515
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
1616
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Available Commands:
3636

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

4344
Global Flags:
44-
--home string directory for config and data (default "/Users/user/.gaia")
4545
--log_format string The logging format (json|plain) (default "plain")
4646
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
4747
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad query upgrade module_versions.md renamed to out/gaiad/commands-md-files/gaiad query auth module-account.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
Gets a list of module names and their respective consensus versions.
2-
Following the command with a specific module name will return only
3-
that module's information.
1+
Query module account info by module name
42

53
Usage:
6-
gaiad query upgrade module_versions [optional module_name] [flags]
4+
gaiad query auth module-account [module-name] [flags]
5+
6+
Examples:
7+
gaiad q auth module-account auth
78

89
Flags:
910
--height int Use a specific height to query state at (this can error if the node is pruning state)
10-
-h, --help help for module_versions
11+
-h, --help help for module-account
1112
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
1213
-o, --output string Output format (text|json) (default "text")
1314

out/gaiad/commands-md-files/gaiad query auth.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Usage:
55
gaiad query auth [command]
66

77
Available Commands:
8-
account Query for account by address
9-
accounts Query all the accounts
10-
params Query the current auth parameters
8+
account Query for account by address
9+
accounts Query all the accounts
10+
module-account Query module account info by module name
11+
params Query the current auth parameters
1112

1213
Flags:
1314
-h, --help help for auth
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Query the query tokenize share record rewards.
2+
3+
Example:
4+
$ gaiad query distribution tokenize-share-record-rewards cosmos1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj
5+
6+
Usage:
7+
gaiad query distribution tokenize-share-record-rewards [owner] [flags]
8+
9+
Flags:
10+
--height int Use a specific height to query state at (this can error if the node is pruning state)
11+
-h, --help help for tokenize-share-record-rewards
12+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
13+
-o, --output string Output format (text|json) (default "text")
14+
15+
Global Flags:
16+
--chain-id string The network chain ID
17+
--home string directory for config and data (default "/Users/user/.gaia")
18+
--log_format string The logging format (json|plain) (default "plain")
19+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
20+
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad query distribution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Available Commands:
1010
params Query distribution params
1111
rewards Query all distribution delegator rewards or rewards from a particular validator
1212
slashes Query distribution validator slashes
13+
tokenize-share-record-rewards Query distribution tokenize share record rewards
1314
validator-outstanding-rewards Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations
1415

1516
Flags:

out/gaiad/commands-md-files/gaiad query liquidity params.md renamed to out/gaiad/commands-md-files/gaiad query globalfee params.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
Query values set as liquidity parameters.
2-
3-
Example:
4-
$ gaiad query liquidity params
1+
Show globalfee requirement: minimum_gas_prices, bypass_min_fee_msg_types, max_total_bypass_minFee_msg_gas_usage
52

63
Usage:
7-
gaiad query liquidity params [flags]
4+
gaiad query globalfee params [flags]
85

96
Flags:
107
--height int Use a specific height to query state at (this can error if the node is pruning state)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Querying commands for the global fee module
2+
3+
Usage:
4+
gaiad query globalfee [flags]
5+
gaiad query globalfee [command]
6+
7+
Available Commands:
8+
params Show globalfee params
9+
10+
Flags:
11+
-h, --help help for globalfee
12+
13+
Global Flags:
14+
--chain-id string The network chain ID
15+
--home string directory for config and data (default "/Users/user/.gaia")
16+
--log_format string The logging format (json|plain) (default "plain")
17+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
18+
--trace print out full stack trace on errors
19+
20+
Use "gaiad query globalfee [command] --help" for more information about a command.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Query the heights of all consensus states associated with the provided client ID.
2+
3+
Usage:
4+
gaiad query ibc client consensus-state-heights [client-id] [flags]
5+
6+
Examples:
7+
gaiad query ibc client consensus-state-heights [client-id]
8+
9+
Flags:
10+
--count-total count total number of records in consensus state heights to query for
11+
--height int Use a specific height to query state at (this can error if the node is pruning state)
12+
-h, --help help for consensus-state-heights
13+
--limit uint pagination limit of consensus state heights to query for (default 100)
14+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
15+
--offset uint pagination offset of consensus state heights to query for
16+
-o, --output string Output format (text|json) (default "text")
17+
--page uint pagination page of consensus state heights to query for. This sets offset to a multiple of limit (default 1)
18+
--page-key string pagination page-key of consensus state heights to query for
19+
--reverse results are sorted in descending order
20+
21+
Global Flags:
22+
--chain-id string The network chain ID
23+
--home string directory for config and data (default "/Users/user/.gaia")
24+
--log_format string The logging format (json|plain) (default "plain")
25+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
26+
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad query ibc client.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ Usage:
55
gaiad query ibc client [command]
66

77
Available Commands:
8-
consensus-state Query the consensus state of a client at a given height
9-
consensus-states Query all the consensus states of a client.
10-
header Query the latest header of the running chain
11-
params Query the current ibc client parameters
12-
self-consensus-state Query the self consensus state for this chain
13-
state Query a client state
14-
states Query all available light clients
15-
status Query client status
8+
consensus-state Query the consensus state of a client at a given height
9+
consensus-state-heights Query the heights of all consensus states of a client.
10+
consensus-states Query all the consensus states of a client.
11+
header Query the latest header of the running chain
12+
params Query the current ibc client parameters
13+
self-consensus-state Query the self consensus state for this chain
14+
state Query a client state
15+
states Query all available light clients
16+
status Query client status
1617

1718
Flags:
1819
-h, --help help for client

out/gaiad/commands-md-files/gaiad query ibc-transfer denom-hash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Usage:
44
gaiad query ibc-transfer denom-hash [trace] [flags]
55

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

99
Flags:
1010
--height int Use a specific height to query state at (this can error if the node is pruning state)

out/gaiad/commands-md-files/gaiad query ibc-transfer denom-trace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Query the denom trace info from a given trace hash
1+
Query the denom trace info from a given trace hash or ibc denom
22

33
Usage:
4-
gaiad query ibc-transfer denom-trace [hash] [flags]
4+
gaiad query ibc-transfer denom-trace [hash/denom] [flags]
55

66
Examples:
7-
gaiad query ibc-transfer denom-trace [hash]
7+
gaiad query ibc-transfer denom-trace 27A6394C3F9FF9C9DCF5DFFADF9BB5FE9A37C7E92B006199894CF1824DF9AC7C
88

99
Flags:
1010
--height int Use a specific height to query state at (this can error if the node is pruning state)

out/gaiad/commands-md-files/gaiad query ibc-transfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage:
55

66
Available Commands:
77
denom-hash Query the denom hash info from a given denom trace
8-
denom-trace Query the denom trace info from a given trace hash
8+
denom-trace Query the denom trace info from a given trace hash or ibc denom
99
denom-traces Query the trace info for all token denominations
1010
escrow-address Get the escrow address for a channel
1111
params Query the current ibc-transfer parameters
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Query the controller submodule for the interchain account address for a given owner on a particular connection
2+
3+
Usage:
4+
gaiad query interchain-accounts controller interchain-account [owner] [connection-id] [flags]
5+
6+
Examples:
7+
gaiad query interchain-accounts controller interchain-account cosmos1layxcsmyye0dc0har9sdfzwckaz8sjwlfsj8zs connection-0
8+
9+
Flags:
10+
--height int Use a specific height to query state at (this can error if the node is pruning state)
11+
-h, --help help for interchain-account
12+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
13+
-o, --output string Output format (text|json) (default "text")
14+
15+
Global Flags:
16+
--chain-id string The network chain ID
17+
--home string directory for config and data (default "/Users/user/.gaia")
18+
--log_format string The logging format (json|plain) (default "plain")
19+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
20+
--trace print out full stack trace on errors

out/gaiad/commands-md-files/gaiad query interchain-accounts controller.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Usage:
44
gaiad query interchain-accounts controller [command]
55

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

910
Flags:
1011
-h, --help help for controller

out/gaiad/commands-md-files/gaiad query liquidity deposit.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

out/gaiad/commands-md-files/gaiad query liquidity deposits.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)