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
196 stars 85 forks source link

eth/eip721: fix data type bug for bytes, fix #251 #252

Closed q9f closed 9 months ago

q9f commented 9 months ago

closes #251

codecov-commenter commented 9 months ago

Codecov Report

Merging #252 (cb7575d) into main (4e6dec8) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main     #252   +/-   ##
=======================================
  Coverage   99.70%   99.70%           
=======================================
  Files          77       77           
  Lines        4460     4477   +17     
=======================================
+ Hits         4447     4464   +17     
  Misses         13       13           
Files Coverage Δ
lib/eth/eip712.rb 100.00% <100.00%> (ø)
spec/eth/eip712_spec.rb 100.00% <100.00%> (ø)

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!