Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Setup: (chain start is set to 8 validators)
  2. - beacon node 0 - 3 validators
  3. - beacon node 1 - 3 validators
  4. - beaocn node 2 - 2 validators
  5.  
  6. 1.) Upon a new finalized epoch, turn off validators from node 1.
  7. What to verify:
  8. * All 3 nodes can advance with the same head root/slot on every slot
  9. * There's a new finalized epoch every epoch
  10.  
  11. 2.) Upon a new finalized epoch, turn off validators from node 1 and 2.
  12. What to verify:
  13. * All 3 nodes can advance with the same head root/slot on every slot
  14. * There's a no new finalized epoch
  15.  
  16. 3.) Turn on validators from node 2.
  17. What to verify:
  18. * All 3 nodes can advance with same head root/slot on every slot
  19. * There's a new finalized epoch every epoch before the next 2 epochs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement