q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
204 stars 88 forks source link

eth/abi: raise error if numeric comes as string #114

Closed q9f closed 2 years ago

q9f commented 2 years ago

There is no way to tell whether a string is a decimal, octal, hexadecimal, etc.

Reverts q9f/eth.rb#112