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

eth/client: correctly select functions #191

Closed q9f closed 1 year ago

q9f commented 1 year ago

if multiple overloads of a solidity function exist, this selects the correct one.

also adds an infura mainnet API to the spec tests.

codecov-commenter commented 1 year ago

Codecov Report

Merging #191 (9e186ff) into main (91409f4) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #191   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files          70       70           
  Lines        4241     4253   +12     
=======================================
+ Hits         4231     4243   +12     
  Misses         10       10           
Impacted Files Coverage Δ
lib/eth/client.rb 100.00% <100.00%> (ø)
spec/eth/client_spec.rb 100.00% <100.00%> (ø)

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