Skip to content

Renter upgrades

David Vorick requested to merge renter-repair into master

The download call is no longer blocking.

The /renter/status call is no longer documented (it's deprecated)

There's a new API call /renter/downloadqueue which returns the list of downloads that the renter has made, including information about whether or not they've completed.

Finally, downloading does the same try-wait strategy as uploading now. If a download fails, it'll wait some arbitrary amount of time before trying again.

The download queue is not saved to disk. There's no way to remove items from the download queue except by restarting the renter.

The renter still does not remove files that have expired. For the time being, I consider this sufficient.

Merge request reports