Skip to main content

kwil-admin validators list-join-requests

kwil-admin validators list-join-requests

List all pending join requests.

Synopsis

Command list-join-requests lists all pending join requests.

Join requests are created when a validator wants to join the validator set. The validator must be approved by 2/3 of the current validator set to be added to the validator set. Each join request has an expiration block height, after which it is no longer valid.

kwil-admin validators list-join-requests [flags]

Examples

# List all pending join requests
kwil-admin validators list-join-requests

Options

  -h, --help   help for list-join-requests

Options inherited from parent commands

      --authrpc-cert string   kwild's TLS certificate
--output string the format for command output - either 'text' or 'json' (default "text")
-s, --rpcserver string admin RPC server address (either unix or tcp) (default "/tmp/kwild.socket")
-S, --silence Silence logs
--tlscert string kwil-admin's TLS certificate file for server to authenticate us (default "auth.cert")
--tlskey string kwil-admin's TLS key file to establish a mTLS (authenticated) connection (default "auth.key")

SEE ALSO

  • kwil-admin validators - The validators command provides functions for creating and broadcasting validator-related transactions.