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
Do the morally right thing first by querying the time handle on each block rolled forward using a MonadTimeHandle type class to abstract over IO/IOSim.
If this is too expensive or not possible, we draw the line there and fall back to use unsafeExtendSafeZone, possibly updating the TimeHandle to fetch once and deliver current time/slot continuously instead.
Context & versions
This is a follow-up issue that surfaced as we worked on cleaning up contestation deadline in #483
Steps to reproduce
Note these are all very abstract, we know there is a bug but I did not actually observed it
Actual behavior
Node fails to compute contestation deadline (and crashes?)
Expected behavior
Node should correctly compute contestation deadline.
The text was updated successfully, but these errors were encountered: