Skip to content

Releases: TRON-US/go-btfs-chunker

v0.3.0

13 May 03:03
fc26232
Compare
Choose a tag to compare
  • Upgrade to upstream IPFS 0.5.1 module

v0.2.8

04 Mar 00:48
bcf05a7
Compare
Choose a tag to compare

BTFS-1586

v0.2.7

27 Dec 22:15
973e6b6
Compare
Choose a tag to compare
Merge pull request #11 from TRON-US/BTFS-1266

BTFS-1266

v0.2.6

17 Dec 21:02
e7da0e1
Compare
Choose a tag to compare

Supporting changes for BTFS-1191: Reed Solomon based operations on directory object in one replication unit.

v0.2.5

04 Dec 23:01
2846272
Compare
Choose a tag to compare
  • Fix an offline add issue with reed solomon chunker

v0.2.4

21 Nov 21:18
3cc4bcf
Compare
Choose a tag to compare

minor changes for go-btfs unit tests for metadata

v0.2.3

29 Oct 23:55
434384d
Compare
Choose a tag to compare
  • Add a MetaData() interface to chunkers, specifically for Reed Solomon to return relevant chunk-related information of the scheme

v0.2.2

21 Oct 21:33
798e431
Compare
Choose a tag to compare
  • Added additional method ChunkSize() to Splitter interface for the new metadata implementation

v0.2.1

10 Oct 20:55
fefd94d
Compare
Choose a tag to compare
  • Switch and use latest go-btfs-files so that Size() can be read correctly during online mode
  • Make Size() failure fallback to reading stream into buffer - so it won't crash again
  • Address a comment in #2 to make NextBytes() use more clear

v0.2.0

02 Oct 22:56
e3b8410
Compare
Choose a tag to compare
  • Add reed solomon multi-splitter chunker