You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The echo round has a "special" status now, and does not implement the traits from round submodule. Is that a good idea? Should we try to make it a "normal" round so that we don't need a "normal round"/"echo" switch in the Session object? Note that we may need to keep that special status to implement message piggybacking for broadcast consensus (see #62, #114)
The text was updated successfully, but these errors were encountered:
fjarri
changed the title
Can the broadcast consensus round be expressed in terms of the typed rounds framework?
Can the echo round be expressed in terms of the typed rounds framework?
May 3, 2024
The echo round has a "special" status now, and does not implement the traits from
round
submodule. Is that a good idea? Should we try to make it a "normal" round so that we don't need a "normal round"/"echo" switch in theSession
object? Note that we may need to keep that special status to implement message piggybacking for broadcast consensus (see #62, #114)The text was updated successfully, but these errors were encountered: