ipld / js-ipld-block

Implementation of the Block data structure in JavaScript.
MIT License
13 stars 16 forks source link

fix: replace node buffers with uint8arrays #54

Closed achingbrain closed 4 years ago

achingbrain commented 4 years ago

Removes use of node Buffers in favour of Uint8Arrays.

BREAKING CHANGE:

codecov[bot] commented 4 years ago

Codecov Report

Merging #54 into master will decrease coverage by 2.88%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   87.50%   84.61%   -2.89%     
==========================================
  Files           1        1              
  Lines          16       13       -3     
==========================================
- Hits           14       11       -3     
  Misses          2        2              
Impacted Files Coverage Δ
src/index.js 84.61% <100.00%> (-2.89%) :arrow_down:

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 ccd70a8...3d0ccf6. Read the comment docs.