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
200 stars 86 forks source link

Support camel case (convert before sending the tx) #172

Closed a-moreira closed 1 year ago

a-moreira commented 1 year ago

should close https://github.com/q9f/eth.rb/issues/141

codecov-commenter commented 1 year ago

Codecov Report

Merging #172 (a6a6628) into main (85e2283) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #172   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files          70       70           
  Lines        4016     4064   +48     
=======================================
+ Hits         4006     4054   +48     
  Misses         10       10           
Impacted Files Coverage Δ
lib/eth/client.rb 100.00% <100.00%> (ø)
spec/eth/client_spec.rb 100.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more