Skip to content

Commit

Permalink
Clarify liveness
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jan 18, 2022
1 parent f4a125c commit 0ec61bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sync/optimistic.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ Thankfully, if 2/3rds of validators are not poisoned, they can justify an
honest chain which will un-poison all other nodes.

Notably, this attack only exists for optimistic nodes. Nodes which fully verify
the transition block will reject a block with a junk parent hash.
the transition block will reject a block with a junk parent hash. Therefore,
liveness is unaffected if a vast majority of nodes have fully synced execution
and consensus clients before and during the transition.

Given all of this, we can say two things:

Expand Down

0 comments on commit 0ec61bd

Please sign in to comment.