ethereumjs-abi
ethereumjs-abi copied to clipboard
Passing negative numbers to uint/ufixed
Some other tools coerce negative numbers to their two's complement representation when passed to uint.
Should this library do the same?
I'm not entirely convinced it should, because then what should happen with ufixed?