ssvlabs / ssv-spec

GNU General Public License v3.0
25 stars 22 forks source link

Handling timeout event #294

Open MatheusFranco99 opened 1 year ago

MatheusFranco99 commented 1 year ago

Timeout event should be handled by controller as in the main repo (in this file).

In the main repo, when controller receives a timeout event message, it checks if the instance with associated height is decided. Only if it's not decided, then it calls instance.UponTimeout().

This behaviour is not coded in the spec. Thus, it seems that a timeout can occur even after the consensus has finished.