nimbus-eth1
nimbus-eth1 copied to clipboard
Enforce int size
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