ethereum-consensus
ethereum-consensus copied to clipboard
enhance safety of arithmetic
similar to #151 , but for arithmetic operations
e.g. rather than -
use checked_sub
and return an error on overflow, rather than panic