mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-09 19:05:52 +00:00
3bc0bc36f7
* Change Future identifier type from `int` to `uint64`. * Fix compilation error and tests. * Add integer overflow test, to avoid confusion with next Nim versions, we expect that unsigned integers do not raise any exceptions if overflow happens. * Switch from `uint64` to `uint` type. * Add `uint` overflow tests.