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
We normally assume uint64 is enough for time (it should be...), but to be explicitly safe, we can also provide a safe conversion utility for uint256 -> uint64.
We should also add base contracts to supply both time and block number so the interface is consistent (and maybe even provide a mocked version for easier testing) in apps.
The text was updated successfully, but these errors were encountered:
We normally assume
uint64
is enough for time (it should be...), but to be explicitly safe, we can also provide a safe conversion utility foruint256 -> uint64
.We should also add base contracts to supply both time and block number so the interface is consistent (and maybe even provide a mocked version for easier testing) in apps.
The text was updated successfully, but these errors were encountered: