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
Rejected: the solution proposed in this DIP is meant to solve a problem with forking. However, the same problem is already addressed by Rolling Finality. Moreover, the introduction of timestamp-based logics potentially introduces new issues and side-channels that can be exploited and lead to undesirable situations.
Summary
This DIP proposes to discard consensus messages if their timestamp is not coherent with the expected time frame for the iteration.
Possible solution design or implementation
At round R and iteration I:
set$T_{R,I} = TS(Candidate_{R-1}) + (I \times MaxIterationTime)$
Status
Summary
This DIP proposes to discard consensus messages if their timestamp is not coherent with the expected time frame for the iteration.
Possible solution design or implementation
At round R and iteration I:
set
assert
where:
The text was updated successfully, but these errors were encountered: