tendermint

Module validator

Source
Expand description

Tendermint validators

Structs§

Info
Validator information
ProposerPriority
Proposer priority
Set
Validator set contains a vector of validators
SimpleValidator
SimpleValidator is the form of the validator used for computing the Merkle tree. It does not include the address, as that is redundant with the pubkey, nor the proposer priority, as that changes with every block even if the validator set didn’t. It contains only the pubkey and the voting power. TODO: currently only works for Ed25519 pubkeys
Update
A change to the validator set.