Documentation ¶
Overview ¶
Package genesis implements the genesis sub-commands.
Index ¶
- Constants
- func AppendKeyManagerState(doc *genesis.Document, statuses []string, l *logging.Logger) error
- func AppendRegistryState(doc *genesis.Document, entities, runtimes, nodes []string, l *logging.Logger) error
- func AppendRootHashState(doc *genesis.Document, exports []string, l *logging.Logger) error
- func Register(parentCmd *cobra.Command)
Constants ¶
View Source
const ( // Registry config flags. CfgRegistryMaxNodeExpiration = "registry.max_node_expiration" CfgRegistryDisableRuntimeRegistration = "registry.disable_runtime_registration" CfgRegistryDebugAllowTestRuntimes = "registry.debug.allow_test_runtimes" // Staking config flags. CfgStakingTokenSymbol = "staking.token_symbol" CfgStakingTokenValueExponent = "staking.token_value_exponent" CfgConsensusStateCheckpointInterval = "consensus.state_checkpoint.interval" CfgConsensusStateCheckpointNumKept = "consensus.state_checkpoint.num_kept" CfgConsensusStateCheckpointChunkSize = "consensus.state_checkpoint.chunk_size" CfgConsensusGasCostsTxByte = "consensus.gas_costs.tx_byte" )
Variables ¶
This section is empty.
Functions ¶
func AppendKeyManagerState ¶
AppendKeyManagerState appends the key manager genesis state given a vector of key manager statuses.
func AppendRegistryState ¶
func AppendRegistryState(doc *genesis.Document, entities, runtimes, nodes []string, l *logging.Logger) error
AppendRegistryState appends the registry genesis state given a vector of entity registrations and runtime registrations.
func AppendRootHashState ¶
AppendRootHashState appends the roothash genesis state given files with exported runtime states.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.