Releases: SiaFoundation/renterd
Releases · SiaFoundation/renterd
v2.8.0-beta.1
Features
Add support for instant sync
New users can sync instantly using renterd --instant. When instant syncing, the renterd node initializes using a Utreexo-based checkpoint and can immediately validate blocks from that point forward without replaying the whole chain state. The state is extremely compact and committed in block headers, making this initialization both quick and secure. Learn more
The wallet is required to only have v2 history to use instant syncing.
Fixes
- Update core dependency to v0.19.0 and coreutils dependency v0.20.0.
v2.7.1
v2.7.1-beta.1
Fixes
- Reset chain state if consensus.db was deleted.
- Upgrade
coreto v0.18.0 andcoreutilsto v0.18.6
v2.7.0
Features
- Make per-sector upload timeout configurable.
Fixes
- Remove requirement of 64 byte alignment for client side encryption.
- Score hosts according to host's protocol version.
v2.7.0-beta.1
Features
- Make per-sector upload timeout configurable.
Fixes
- Remove requirement of 64 byte alignment for client side encryption.
- Score hosts according to host's protocol version.
v2.6.0
Features
- Add 'Minimum' option to wallet redistribution endpoint.
- Added
[GET] /pinned/*keyto retrieve the raw object metadata suitable for downloading using external tools. - Rebroadcast transactions periodically
Fixes
- Avoid marking contract as 'bad' if renew/refresh fails for non-host-related reasons.
- Fix failure to unmarhsal protocol version in host settings.
- Fix race when broadcasting contract revisions and resolutions.
- Increase funding for contracts.
- Increase value of redistributed UTXOs.
- Make sure that SlowThreshold can't be set to 0.
- Perform sector write and append with single siamux transport.
v2.6.0-beta.3
Features
- Add 'Minimum' option to wallet redistribution endpoint.
- Added
[GET] /pinned/*keyto retrieve the raw object metadata suitable for downloading using external tools. - Rebroadcast transactions periodically
- Support for new Zen testnet
Fixes
- Avoid marking contract as 'bad' if renew/refresh fails for non-host-related reasons.
- Fix race when broadcasting contract revisions and resolutions.
- Increase funding for contracts.
- Increase value of redistributed UTXOs.
- Make sure that SlowThreshold can't be set to 0.
- Perform sector write and append with single siamux transport.
v2.6.0-beta.2
Features
- Add 'Minimum' option to wallet redistribution endpoint.
- Added
[GET] /pinned/*keyto retrieve the raw object metadata suitable for downloading using external tools. - Rebroadcast transactions periodically
Fixes
- Avoid marking contract as 'bad' if renew/refresh fails for non-host-related reasons.
- Fix race when broadcasting contract revisions and resolutions.
- Increase funding for contracts.
- Increase value of redistributed UTXOs.
- Make sure that SlowThreshold can't be set to 0.
- Perform sector write and append with single siamux transport.
v2.6.0-beta.1
Features
- Add 'Minimum' option to wallet redistribution endpoint.
- Rebroadcast transactions periodically
Fixes
- Avoid marking contract as 'bad' if renew/refresh fails for non-host-related reasons.
- Increase funding for contracts.
- Increase value of redistributed UTXOs.
- Perform sector write and append with single siamux transport.
v2.5.0
Features
- Remove legacy RHP2 and RHP3 code
- Renamed blockchain.db to consensus.db and moved it out of the consensus subdirectory
Fixes
- Broadcast formation set to peers
- Broadcast maintenance transactions
- Configure MaxDefragUTXOs on the wallet to ensure we don't defrag as often.
- Only broadcast contract revisions for active contracts
- Reduced locked utxo expiry from 24 hours to 3 hours.