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/abi: split abi class into encoder and decoder #203

Closed q9f closed 1 year ago

q9f commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #203 (b48a4c2) into main (bb0ebde) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #203   +/-   ##
=======================================
  Coverage   99.76%   99.77%           
=======================================
  Files          73       77    +4     
  Lines        4336     4358   +22     
=======================================
+ Hits         4326     4348   +22     
  Misses         10       10           
Impacted Files Coverage Δ
lib/eth/abi.rb 100.00% <100.00%> (ø)
lib/eth/abi/decoder.rb 100.00% <100.00%> (ø)
lib/eth/abi/encoder.rb 100.00% <100.00%> (ø)
lib/eth/abi/event.rb 100.00% <100.00%> (ø)
lib/eth/abi/type.rb 100.00% <100.00%> (ø)
spec/eth/abi/decoder_spec.rb 100.00% <100.00%> (ø)
spec/eth/abi/encoder_spec.rb 100.00% <100.00%> (ø)
spec/eth/abi/event_spec.rb 100.00% <100.00%> (ø)
spec/eth/abi_spec.rb 100.00% <100.00%> (ø)

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