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: fix api documentation #158

Closed q9f closed 1 year ago

q9f commented 1 year ago

fix #149

codecov-commenter commented 1 year ago

Codecov Report

Merging #158 (79e550a) into main (1985320) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   99.74%   99.72%   -0.03%     
==========================================
  Files          68       68              
  Lines        3983     3985       +2     
==========================================
+ Hits         3973     3974       +1     
- Misses         10       11       +1     
Impacted Files Coverage Δ
lib/eth/chain.rb 100.00% <ø> (ø)
spec/eth/tx/eip1559_spec.rb 100.00% <ø> (ø)
spec/eth/tx/eip2930_spec.rb 100.00% <ø> (ø)
spec/eth/tx/legacy_spec.rb 100.00% <ø> (ø)
lib/eth/client.rb 100.00% <100.00%> (ø)
lib/eth/tx.rb 99.08% <100.00%> (+<0.01%) :arrow_up:
spec/eth/client_spec.rb 100.00% <100.00%> (ø)
spec/eth/tx_spec.rb 100.00% <100.00%> (ø)
lib/eth/client/ipc.rb 93.33% <0.00%> (-6.67%) :arrow_down:

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