Module tendermint::validator

source ·
Expand description

Tendermint validators

Structs§

  • Validator information
  • Proposer priority
  • Validator set contains a vector of validators
  • 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
  • A change to the validator set.