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/util: fix compressed public key to address #206

Closed an-lee closed 1 year ago

an-lee commented 1 year ago

fix #205

codecov-commenter commented 1 year ago

Codecov Report

Merging #206 (6d73bca) into main (75a0036) will decrease coverage by 0.25%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
- Coverage   99.77%   99.51%   -0.26%     
==========================================
  Files          77       77              
  Lines        4358     4361       +3     
==========================================
- Hits         4348     4340       -8     
- Misses         10       21      +11     
Impacted Files Coverage Δ
lib/eth/util.rb 100.00% <100.00%> (ø)
spec/eth/util_spec.rb 100.00% <100.00%> (ø)
spec/eth/ens/resolver_spec.rb 83.78% <0.00%> (-16.22%) :arrow_down:
lib/eth/ens/resolver.rb 85.29% <0.00%> (-14.71%) :arrow_down:

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

q9f commented 1 year ago

Tests only fail because the secret is not available. Passes locally and LGTM!