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
196 stars 85 forks source link

eth/abi: allow encoding address types #242

Closed q9f closed 1 year ago

q9f commented 1 year ago

this is the closest I could get to fix #241

codecov-commenter commented 1 year ago

Codecov Report

Merging #242 (620ecd4) into main (4b09acc) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #242   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          77       77           
  Lines        4436     4439    +3     
=======================================
+ Hits         4421     4424    +3     
  Misses         15       15           
Impacted Files Coverage Δ
lib/eth/abi/encoder.rb 100.00% <100.00%> (ø)
spec/eth/abi/encoder_spec.rb 100.00% <100.00%> (ø)

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