• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
        • Aleobft
          • Aleobft-static
            • Correctness
            • Definition
              • Transitions
              • Operations
              • States
                • Certificates
                • System-states
                  • Correct-addresses
                  • Update-validator-state
                  • Update-network-state
                  • Validators-state
                  • System-state
                    • System-statep
                    • System-state-fix
                    • System-state-equiv
                    • Make-system-state
                    • System-state->validators
                    • System-state->network
                    • Change-system-state
                  • System-state-option
                  • Get-validator-state
                  • Faulty-addresses
                  • Number-validators
                  • Number-faulty
                  • Get-network-state
                  • All-addresses
                  • Number-correct
                • Messages
                • Validator-states
                • Transactions
                • Addresses
                • Blocks
              • Initialization
              • Events
          • Aleobft-stake2
          • Aleobft-dynamic
          • Aleobft-stake
          • Aleobft-proposals
          • Library-extensions
        • Leo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • System-states

System-state

Fixtype of system states.

This is a product type introduced by fty::defprod.

Fields
validators — validators-state
network — message-set

This fixtype captures the state of the whole system of validators, i.e. the state of the whole protocol. It consists of a map from validator addresses to optional validator states (see validators-state), and a set of messages that models the state of the network (see message for a rationale of this model of the network).

Subtopics

System-statep
Recognizer for system-state structures.
System-state-fix
Fixing function for system-state structures.
System-state-equiv
Basic equivalence relation for system-state structures.
Make-system-state
Basic constructor macro for system-state structures.
System-state->validators
Get the validators field from a system-state.
System-state->network
Get the network field from a system-state.
Change-system-state
Modifying constructor for system-state structures.