Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Apr 19, 2024
1 parent 16e15c7 commit 81e6868
Show file tree
Hide file tree
Showing 314 changed files with 786 additions and 275 deletions.
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Zetacore Daemon (server)
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_add-genesis-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ zetacored add-genesis-account [address_or_key_name] [coin][,[coin]] [flags]
```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_add-observer-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ zetacored add-observer-list [observer-list.json] [flags]
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_addr-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ zetacored addr-conversion [zeta address] [flags]
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_collect-gentxs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ zetacored collect-gentxs [flags]
```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_collect-observer-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ zetacored collect-observer-info [folder] [flags]
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ zetacored config [key] [value] [flags]
--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
```

Expand Down
2 changes: 2 additions & 0 deletions docs/cli/zetacored/zetacored_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ zetacored debug [flags]
--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](zetacored.md) - Zetacore Daemon (server)
* [zetacored debug addr](zetacored_debug_addr.md) - Convert an address between hex and bech32
* [zetacored debug prefixes](zetacored_debug_prefixes.md) - List prefixes used for Human-Readable Part (HRP) in Bech32
* [zetacored debug pubkey](zetacored_debug_pubkey.md) - Decode a pubkey from proto JSON
* [zetacored debug pubkey-raw](zetacored_debug_pubkey-raw.md) - Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
* [zetacored debug raw-bytes](zetacored_debug_raw-bytes.md) - Convert raw bytes output (eg. [10 21 13 255]) to hex
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_debug_addr.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ zetacored debug addr [address] [flags]
--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
```

Expand Down
38 changes: 38 additions & 0 deletions docs/cli/zetacored/zetacored_debug_prefixes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# debug prefixes

List prefixes used for Human-Readable Part (HRP) in Bech32

### Synopsis

List prefixes used in Bech32 addresses.

```
zetacored debug prefixes [flags]
```

### Examples

```
$ zetacored debug prefixes
```

### Options

```
-h, --help help for prefixes
```

### Options inherited from parent commands

```
--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 debug](zetacored_debug.md) - Tool for helping with debugging your application

1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_debug_pubkey-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ zetacored debug pubkey-raw [pubkey] -t [{ed25519, secp256k1}] [flags]
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_debug_pubkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ zetacored debug pubkey [pubkey] [flags]
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_debug_raw-bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ zetacored debug raw-bytes [raw-bytes] [flags]
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ zetacored docs [path] [flags]
--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
```

Expand Down
3 changes: 3 additions & 0 deletions docs/cli/zetacored/zetacored_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ zetacored export [flags]
-h, --help help for export
--home string The application home directory
--jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail
--modules-to-export strings Comma-separated list of modules to export. If empty, will export all modules
--output-document string Exported state is written to the given file instead of STDOUT
```

### Options inherited from parent commands

```
--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
```

Expand Down
7 changes: 4 additions & 3 deletions docs/cli/zetacored/zetacored_gentx.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ zetacored gentx [key_name] [amount] [flags]
-a, --account-number uint The account number of the signing account (offline mode only)
--amount string Amount of coins to bond
--aux Generate aux signer data instead of sending a tx
-b, --broadcast-mode string Transaction broadcasting mode (sync|async|block)
-b, --broadcast-mode string Transaction broadcasting mode (sync|async)
--chain-id string The network chain ID
--commission-max-change-rate string The maximum commission change rate percentage (per day)
--commission-max-rate string The maximum commission rate percentage
Expand All @@ -55,7 +55,7 @@ zetacored gentx [key_name] [amount] [flags]
-h, --help help for gentx
--home string The application home directory
--identity string The (optional) identity signature (ex. UPort or Keybase)
--ip string The node's public IP
--ip string The node's public P2P IP
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory)
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--ledger Use a connected Ledger device
Expand All @@ -65,8 +65,8 @@ zetacored gentx [key_name] [amount] [flags]
--node-id string The node's NodeID
--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)
--output-document string Write the genesis transaction JSON document to the given file instead of the default location
--p2p-port uint The node's public P2P port (default 26656)
--pubkey string The validator's Protobuf JSON encoded public key
--security-contact string The validator's (optional) security contact email
-s, --sequence uint The sequence number of the signing account (offline mode only)
Expand All @@ -82,6 +82,7 @@ zetacored gentx [key_name] [amount] [flags]
```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_get-pubkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ zetacored get-pubkey [tssKeyName] [password] [flags]
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_index-eth-tx.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ zetacored index-eth-tx [backward|forward] [flags]
--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
```

Expand Down
14 changes: 8 additions & 6 deletions docs/cli/zetacored/zetacored_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ zetacored init [moniker] [flags]
### Options

```
--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
-o, --overwrite overwrite the genesis.json file
--recover provide seed phrase to recover existing key instead of creating
--staking-bond-denom string genesis file staking bond denomination, if left blank default value is 'stake'
--chain-id string genesis file chain-id, if left blank will be randomly created
--default-denom string genesis file default denomination, if left blank default value is 'stake'
-h, --help help for init
--home string node's home directory
--initial-height int specify the initial block height at genesis (default 1)
-o, --overwrite overwrite the genesis.json file
--recover provide seed phrase to recover existing key instead of creating
```

### Options inherited from parent commands

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The pass backend requires GnuPG: https://gnupg.org/
```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ zetacored keys [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
3 changes: 2 additions & 1 deletion docs/cli/zetacored/zetacored_keys_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ zetacored keys add [name] [flags]

```
--account uint32 Account number for HD derivation (less than equal 2147483647)
--algo string Key signing algorithm to generate keys for
--coin-type uint32 coin type number for HD derivation (default 118)
--dry-run Perform action, but don't add key to local keystore
--hd-path string Manual HD Path derivation (overrides BIP44 config)
-h, --help help for add
--index uint32 Address index number for HD derivation (less than equal 2147483647)
-i, --interactive Interactively prompt user for BIP39 passphrase and mnemonic
--key-type string Key signing algorithm to generate keys for
--ledger Store a local reference to a private key on a Ledger device
--multisig strings List of key names stored in keyring to construct a public legacy multisig key
--multisig-threshold int K out of N required signatures. For use in conjunction with --multisig (default 1)
Expand All @@ -56,6 +56,7 @@ zetacored keys add [name] [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ zetacored keys delete [name]... [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ zetacored keys export [name] [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ zetacored keys import [name] [keyfile] [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ zetacored keys list [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ zetacored keys migrate [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_mnemonic.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ zetacored keys mnemonic [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ zetacored keys parse [hex-or-bech32-address] [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ zetacored keys rename [old_name] [new_name] [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ zetacored keys show [name_or_address [name_or_address...]] [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
1 change: 1 addition & 0 deletions docs/cli/zetacored/zetacored_keys_unsafe-export-eth-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ zetacored keys unsafe-export-eth-key [name] [flags]
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--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
--output string Output format (text|json)
--trace print out full stack trace on errors
```
Expand Down
Loading

0 comments on commit 81e6868

Please sign in to comment.