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
As currently implemented in the reference implementation, the FVM is created with a "timestamp" always corresponding to the non-null round being executed. However, this gets tricky around null rounds, which still have execution (cron) that needs to occur. We need to:
Note that this doesn't actually have any consequences right now, because none of the Cron operations query the timestamp, but we should align and fixup.
The text was updated successfully, but these errors were encountered:
As currently implemented in the reference implementation, the FVM is created with a "timestamp" always corresponding to the non-null round being executed. However, this gets tricky around null rounds, which still have execution (cron) that needs to occur. We need to:
Note that this doesn't actually have any consequences right now, because none of the Cron operations query the timestamp, but we should align and fixup.
The text was updated successfully, but these errors were encountered: