This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Releases: storj-archived/bridge
Releases · storj-archived/bridge
v7.0.2
- Bumps storage models to v10.0.2
- Enable contact index storj-archived/service-storage-models#131
- Fix issue with valid shard size validation storj-archived/service-storage-models#132
- Pins mongoose to v4.11.14
v7.0.1
- Bump storage models #509
v7.0.0
v6.0.3
v6.0.2
v6.0.1
v6.0.0
- Implements SIP6 #464
- Adds ability to use
ALLOC
method to farmers to improve the reliability and scalability of uploads - Updates storage models and related
- Updates storj-lib version to v7.0.0
- Adds new configuration options for SIP6, including activation of SIP6, and other related settings
New configuration options:
activateSIP6: false, // Enable SIP6 for uploads
powOpts: {
retargetPeriod: 10000, // milliseconds within a timeperiod
retargetCount: 10, // new contacts within the retargetPeriod
},
publishBenchThreshold: 4000, // milliseconds between the active and benchmark pools
publishTotal: 36, // number of farmers to contact to publish in active pool
publishBenchTotal: 9, // number of farmers to contact to publish in bench pool
v5.24.1
- Bump mirror TTL to one month storj-archived/service-storage-models#123
v5.24.0
- Adds TTL to mirrors collection storj-archived/service-storage-models#121
v5.23.0
- Switched to use shard collection for list mirrors so that the mirrors collection can have a TTL #475
Note: Only established mirrors are returned from the list mirrors endpoint. Available mirrors and contact details, host and port, are not included. The farmer_id
can be used to locate the nodeID for the mirror on the contract
in the returned response instead of the contact
.