nimbus-eth1 icon indicating copy to clipboard operation
nimbus-eth1 copied to clipboard

Enforce int size

Open coffeepots opened this issue 5 years ago • 0 comments

For int32 there were some issues with overflow when int is used in some cases. To resolve this, it may be worth introducing a WordInt or Int alias in a similar vein to GasInt.

This allows us to enforce int64 where appropriate and have a central place to change this if required.

For more information, see #101

coffeepots avatar Aug 14 '18 19:08 coffeepots