Skip to content

Releases: SiaFoundation/renterd

v2.8.0-beta.1

18 Dec 20:43
v2.8.0-beta.1
5f7392a

Choose a tag to compare

v2.8.0-beta.1 Pre-release
Pre-release

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

06 Nov 15:19

Choose a tag to compare

Fixes

  • Reset chain state if consensus.db was deleted.
  • Upgrade core to v0.18.0 and coreutils to v0.18.6

v2.7.1-beta.1

29 Oct 08:16

Choose a tag to compare

v2.7.1-beta.1 Pre-release
Pre-release

Fixes

  • Reset chain state if consensus.db was deleted.
  • Upgrade core to v0.18.0 and coreutils to v0.18.6

v2.7.0

29 Sep 09:37
ad95a27

Choose a tag to compare

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

18 Sep 07:41

Choose a tag to compare

v2.7.0-beta.1 Pre-release
Pre-release

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

25 Aug 13:23
0da1e17

Choose a tag to compare

Features

  • Add 'Minimum' option to wallet redistribution endpoint.
  • Added [GET] /pinned/*key to 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

19 Aug 08:56

Choose a tag to compare

v2.6.0-beta.3 Pre-release
Pre-release

Features

  • Add 'Minimum' option to wallet redistribution endpoint.
  • Added [GET] /pinned/*key to 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

14 Aug 08:44

Choose a tag to compare

v2.6.0-beta.2 Pre-release
Pre-release

Features

  • Add 'Minimum' option to wallet redistribution endpoint.
  • Added [GET] /pinned/*key to 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

05 Aug 12:11
e9a155a

Choose a tag to compare

v2.6.0-beta.1 Pre-release
Pre-release

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

09 Jul 03:26
v2.5.0
a8b51bc

Choose a tag to compare

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.