renterd icon indicating copy to clipboard operation
renterd copied to clipboard

A renter for Sia

Results 139 renterd issues
Sort by recently updated
recently updated
newest added

When multiple objects are deleted they are deleted in batches with a dynamic batch size. Since we are no longer pruning slabs in the same db txn we might not...

We should go through the schemas and clean up the default values of our tables where possible. e.g. hosts have timestamps which are numbers that can be NULL right now...

Right now renewals and refreshes do the following: - renewals: estimate funding from past contract usage and add collateral proportionally to funding - refreshes when out of funds: double the...

This PR ensures that we properly handle renaming of directories. I'm keeping it as a `DRAFT` for a little while longer to extend the testing but also to ensure this...

This PR removes the `latest_host` column on the `sectors` table. The diff is a little off since I'm branching off of the changes in https://github.com/SiaFoundation/renterd/pull/1587 which itself is not based...

There's a scan error when fetching contracts using the new filter mode `api.ContractFilterModeArchived`. It happens when the `host_id` is `NULL` which happens when we archive a contract (not when we...

waiting on https://github.com/SiaFoundation/jape/pull/24 Fixes https://github.com/SiaFoundation/renterd/issues/1496

### Current Behavior As explained in the title, when the Siacentral API is down, all autopilot settings appear empty. ### Expected Behavior Default to not using Siacentral API in the...

bug

### Description Critical startup errors are currently written to the stdout via Zap logging. This is good for consistency, but hard for scripts to determine the cause of the failure....

good first issue

### Current Behavior As the title says, when trying to rename a folder in the UI, the folder will disappear, and all the contents of the folder are moved up...

bug