ipld / js-ipld-ethereum

JavaScript Implementation of All Ethereum IPLD formats
MIT License
40 stars 11 forks source link

fix: add missing buffer require #70

Closed achingbrain closed 4 years ago

achingbrain commented 4 years ago

See https://github.com/ipld/js-ipld-ethereum/pull/69/files#r465473783

Arg type for the .tree resolver method was wrong too.

codecov[bot] commented 4 years ago

Codecov Report

Merging #70 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files          20       20           
  Lines         792      793    +1     
=======================================
+ Hits          786      787    +1     
  Misses          6        6           
Impacted Files Coverage Δ
util/createResolver.js 96.42% <ø> (ø)
util/createUtil.js 95.23% <100.00%> (+0.23%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 96c102a...c193e81. Read the comment docs.