Skip to content

Releases: fairDataSociety/bmt-js

@fairdatasociety/bmt-js v2.1.0

07 Jul 09:12
f289193
Compare
Choose a tag to compare

Features

Bug Fixes

@fairdatasociety/bmt-js v2.0.1

10 May 13:46
1ca345a
Compare
Choose a tag to compare

Bug Fixes

@fairdatasociety/bmt-js v2.0.0

31 Mar 14:15
a7f9fff
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • bmt index calculation of intermediate carrier chunks (#4)
    • getBmtIndexOfSegment: instead of spanVlaue, the lastChunkIndex has to be given on the second parameter. It wasn't a necessary change, but it got a more explicit definition.
    • fileAddressFromInclusionProof: got new optional parameter for defining the default chunk's data length that is 4KB by default

Bug Fixes

  • bmt index calculation of intermediate carrier chunks (#4) (c486cd5)

@fairdatasociety/bmt-js v1.0.0

25 Mar 10:26
abca1fe
Compare
Choose a tag to compare

Features

Bug Fixes

  • calculate chunk address (3946e46)
  • condition for carrier chunk segment index calculation (272c509)
  • I think it is better than was (81e0b21)
  • last segment index calculation (fac875e)
  • place chunkSegmentIndex inside the bmt level loop (a7fed76)
  • typeo (7606341)

Miscellaneous Chores