Open
Description
Currently, environmental variables such as block.number
and block.timestamp
are symbolic and are only bounded by the type range constraints. We can further restrict their values by adding some reasonable bounds, e.g., #rangeUInt(32, NUMBER)
for block.number
, which is ~3 orders of magnitude larger that current block number, as suggested by @ehildenb.