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
204 stars 88 forks source link

eth/chain: add matic/mumbai #107

Closed q9f closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #107 (53b873c) into main (33089f7) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
- Coverage   99.73%   99.71%   -0.03%     
==========================================
  Files          67       67              
  Lines        3819     3848      +29     
==========================================
+ Hits         3809     3837      +28     
- Misses         10       11       +1     
Impacted Files Coverage Δ
lib/eth/chain.rb 100.00% <100.00%> (ø)
lib/eth/client/ipc.rb 93.33% <0.00%> (-6.67%) :arrow_down:
lib/eth/client.rb 100.00% <0.00%> (ø)
spec/eth/client_spec.rb 100.00% <0.00%> (ø)

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