You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
416 B

  1. -------------------------- MODULE MC_1_2_5 ------------------------------------
  2. VALIDATOR_SETS == {"vs1", "vs2"}
  3. NIL_VS == "NilVS"
  4. CORRECT == {"c1"}
  5. FAULTY == {"f2", "f3"}
  6. MAX_HEIGHT == 5
  7. PEER_MAX_REQUESTS == 2
  8. TARGET_PENDING == 3
  9. VARIABLES
  10. state, blockPool, peersState, chain, turn, inMsg, outMsg
  11. INSTANCE fastsync_apalache
  12. ===============================================================================