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/client: dup params to prevent marshalling on client obj #184

Closed q9f closed 1 year ago

q9f commented 1 year ago

fix #174

codecov-commenter commented 1 year ago

Codecov Report

Merging #184 (170857d) into main (1633ed0) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #184   +/-   ##
=======================================
  Coverage   99.70%   99.70%           
=======================================
  Files          70       70           
  Lines        4077     4082    +5     
=======================================
+ Hits         4065     4070    +5     
  Misses         12       12           
Impacted Files Coverage Δ
lib/eth/client.rb 98.75% <100.00%> (+<0.01%) :arrow_up:
spec/eth/client_spec.rb 100.00% <100.00%> (ø)

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