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: rename functions prefixed with is_ #182

Closed q9f closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #182 (17d4540) into main (0cde44d) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #182   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files          70       70           
  Lines        4068     4068           
=======================================
  Hits         4058     4058           
  Misses         10       10           
Impacted Files Coverage Δ
lib/eth/abi.rb 100.00% <100.00%> (ø)
lib/eth/abi/type.rb 100.00% <100.00%> (ø)
lib/eth/address.rb 100.00% <100.00%> (ø)
lib/eth/client.rb 100.00% <100.00%> (ø)
lib/eth/eip712.rb 100.00% <100.00%> (ø)
lib/eth/key.rb 100.00% <100.00%> (ø)
lib/eth/rlp/decoder.rb 95.91% <100.00%> (ø)
lib/eth/rlp/encoder.rb 93.33% <100.00%> (ø)
lib/eth/rlp/sedes.rb 100.00% <100.00%> (ø)
lib/eth/rlp/sedes/binary.rb 100.00% <100.00%> (ø)
... and 9 more

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