Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Validators can propose non-empty blocks that have a maximum of MAX_SIZE size at any time they wish.

The active set of validators are defined in the "bonds map" of the proof of stake (PoS) contract. The bonds map consists of up to ACTIVE_VALIDATORS key-value pairs where the key is a validator's public key and the value is their corresponding stake, denominated in REVs.

...