renterd
renterd copied to clipboard
A renter for Sia
This is a temporary branch to merge PRs into that break the UI. Once this is complete, we can update the UI in a single version, update the version in...
NOTE: can't write an integration test for it because the host doesn't allow renewing contracts after the V2 require height, this means that the contractor will always archive contracts because...
Right now a file can become inaccessible when the latest host field of too many sectors doesn't align with hosts that we have contracts with. This PR reproduces this issue...
Before we get started with RHP4 in our upload code, we will need a new `host_sectors` table which maps all sectors to the host that they should be uploaded to....
One thing that we have had for a while without ever being particularly useful, is contract sets. We always thought about what they could be used for without having any...
After https://github.com/SiaFoundation/renterd/pull/1587, since we are now returning all hosts for a sector as part of the regular `Object`, we should be able to get rid of the `LatestHost` field.
Update the lowest positive score returned by any individual scoring check (e.g. price) to be 0.1. The exception are cases where we return a 0 score right now. That way,...
Right now we have both price gouging settings as well as an allowance. Experience has shown this causes quite a bit of confusion. So to simplify things we should just...
This addresses a few things I noticed while looking at the download code for the host fallback code.