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
v0.3.0
This release is alpha-stage and may not suitable for production systems.
- Periodically check for expired storage contracts and reap associated shards
- File transfer implementation (
DataChannel
) now uses raw WebSockets (see http://storj.github.io/node-storj/tutorial-data-channels.html)
v0.1.3
This release is alpha-stage and may not suitable for production systems.
- Upgraded to latest
[email protected]
and[email protected]
v0.1.2
This release is alpha-stage and may not suitable for production systems.
- Bug fixes in
RAMStorageAdapter
- Better error logging for farming contract negotiation
- Fix offer handling protocol to work with
Manager
interface
v0.1.1
This release is alpha-stage and may not suitable for production systems.
- Bug fixes in
FSStorageAdapter
- Better test coverage
- Better documentation
v0.1.0
This release is alpha-stage and may not suitable for production systems.
- Interfaces for constructing contracts, audits, and verifications
- Networking implementation using Kademlia over HTTP
- Distributed publish/subscribe with kad-quasar
- Interfaces for shard, contract, audit, and metadata management
- ECDSA key utilities
- Documentation automatic generation
- Command line interface for running a node