Peter-Jan Brone
Peter-Jan Brone
This PR adds support to encode and decode Skylinks to content hashes. [Skynet](https://siasky.net/) is a decentralized CDN built on top of the Sia network.
This PR migrates `renterd` to use the new types in `coreutils`, e.g. the wallet, syncer and chain manager. Keeping it as a `DRAFT` for the time being, now that we're...
As the title suggests this PR dismisses stale prune alerts. This is important because we currently don't dismiss alerts if the contracts is not listed as prunable, this can be...
This PR fixes a pruning error I ran into on my node (2 hosts actually) where we would not transfer sufficient funds to the host when pruning the contract. The...
The severity filter in for `/bus/alerts` filters on the exact severity while it would be more useful to have it behave like a logger, perhaps we can extend it with...
### Description We are inconsistent when it comes to the query string parameter for contract sets, e.g. `contractSet` vs `contractset`, https://github.com/SiaFoundation/renterd/pull/884#discussion_r1449407792 ### Version _No response_ ### What operating system are...
We currently have a Dockerfile but it would be nice to have a docker-compose file, perhaps we can have one for every one of the most common ways to run...
This file is growing quite large and can be broken up into logical pieces. It takes quite a long time to run partially due to setting up and tearing down...
This PR proposes a series of small changes in an attempt to fix (or improve) the drift we see in production. I have not been able to reproduce (meaningful) negative...