This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Releases: storj-archived/core
Releases · storj-archived/core
v8.2.1
v8.2.0
v8.1.0
v8.0.0
v7.0.4
v7.0.3
v7.0.2
v7.0.1
v7.0.0
Features:
- Implementation of SIP6
- Supports connecting to multiple bridges
- Uses proof-of-work challenges for farmer to join a bridge and receive data and contracts
- Adds a new method to protocol called
ALLOC
that combines the previousPUBLISH -> OFFER -> CONSIGNMENT
flow to improve reliability and scalability when uploading to the network.
Deprecations:
bridgeUri
andrenterWhitelist
options for a farmer are deprecated in favor of usingbridges
config as an array of objects withurl
andextendedKey
properties.- The BridgeClient methods
storeFileInBucket
andresolveFileFromPointers
are deprecated, please see node-libstorj and libstorj for file transfer, as well as the client libraries at https://github.com/Storj/awesome-storj#client-libraries
v6.8.0
- remove depricated toNumberBytes
- log shard size and available bucket size
thanks @littleskunk