casper-node
casper-node copied to clipboard
Remove unchecked arithmetic
Closes #2103
This PR removes unchecked arithmetic operations. Although nearly impossible this is for correctness reason to avoid using unchecked math even on large numbers.