Replies: 1 comment 4 replies
-
As justified in 845bc82, the current implementation assumes that Checkpoint messages are to be signed with regular signatures rather than certified with USIG, i.e. there is no UIj in Checkpoint messages. But let's suppose we change it back and do certify Checkpoint messages with USIG. What still makes me particularly unsure here is that UIj is not confirmed by a quorum of at least f+1 replicas. So a Byzantine replica can generate, selectively distribute, and then discard any message before assigning UIj to the Checkpoint message. Suppose it generates the following sequence of messages:
The question here is: How can we guarantee that the Commit message with |
Beta Was this translation helpful? Give feedback.
-
This is a continuation of the discussion started at #215 (reply in thread).
Beta Was this translation helpful? Give feedback.
All reactions