Structs§
- Wrapper for a TendermintConfig, with a constructor for convenient defaults.
- Collection of all keypairs required for a Penumbra validator. Used to generate a stable identity for a
NetworkValidator
.
Functions§
- Expand tildes in a path. Modified from
<https://stackoverflow.com/a/68233480>
- Convert an optional CLI arg into a
PathBuf
, defaulting to~/.penumbra/network_data
. - Construct a
tendermint_config::net::Address
from an optional nodeId
andnode_address
. Thenode_address
can be an IP address or a hostname. Supports custom ports, defaulting to 26656 if not specified. - Check that a Url has all the necessary parts defined for use as a CLI arg.