2.1.0 (2023-07-05)
2.0.1 (2022-05-10)
2.0.0 (2022-03-31)
- bmt index calculation of intermediate carrier chunks (#4)
getBmtIndexOfSegment
: instead ofspanVlaue
, thelastChunkIndex
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
- add equalBytes utility function (1208b01)
- bee-js inspired feats (8cb3dd4)
- bmt on files (e946851)
- carrier chunk (84a109b)
- chunk bmt functions and inclusion proof (a8695f8)
- export file.ts (f9fceaf)
- export max span value constant (f3bd2d4)
- file inclusion proof (23010c1)
- file inclusion proof with carrier chunk edge-case (52e4f29)
- get span value (db8b8e6)
- init (#1) (ce95662)
- init file bmt (77e1c7d)
- init inclusionProofBottomUp function (569b9c9)
- init init (caf6695)
- 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)
- release 1.0.0 (3fc146a)