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 timestamp returned by bank::unix_timestamp() ends up in the clock sysvar and is used for time-based stake account lockouts. However it's based on a theoretical slots-per-second instead of reality, so it's very likely quite inaccurate already. This could post a problem for the month 9 stake unlocks scheduled for Jan 7, 2021.
The timestamp returned by
bank::unix_timestamp()
ends up in the clock sysvar and is used for time-based stake account lockouts. However it's based on a theoretical slots-per-second instead of reality, so it's very likely quite inaccurate already. This could post a problem for the month 9 stake unlocks scheduled for Jan 7, 2021.Steps:
Also note this comment that perhaps needs to be adjusted along the way:
solana/core/src/rpc.rs
Lines 416 to 420 in 6deaf64
The text was updated successfully, but these errors were encountered: