Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 4.42 KB

Changelog

2.1.0 (2023-07-05)

Features

Bug Fixes

2.0.1 (2022-05-10)

Bug Fixes

2.0.0 (2022-03-31)

⚠ 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)

1.0.0 (2022-03-25)

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