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

gem: bump version to 0.5.7 #131

Closed q9f closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #131 (afc4619) into main (672f501) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
- Coverage   99.74%   99.71%   -0.03%     
==========================================
  Files          67       67              
  Lines        3899     3899              
==========================================
- Hits         3889     3888       -1     
- Misses         10       11       +1     
Impacted Files Coverage Δ
spec/eth_spec.rb 100.00% <100.00%> (ø)
lib/eth/client/ipc.rb 93.33% <0.00%> (-6.67%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more