
Key Updates
- Add
--dry-run
parameter to Skynet upload - Set ratio for
MinBaseRPCPrice
andMinSectorAccessPrice
withMinDownloadBandwidthPrice
Bugs Fixed
- Don’t delete hosts the renter has a contract with from hostdb
- Initiate a hostdb rescan on startup if a host the renter has a contract with isn’t in the host tree
- Increase max host downtime in hostbd from 10 days to 20 days.
- Remove
build.Critical
and update to a metadata update
Other
- Add PaymentProcessor interface (host-side)
- Move golangci-lint to
make lint
and removemake lint-all
. - Add whitespace lint to catch extraneous whitespace and newlines.
- Expand
SiaPath
unit testing to address more edge cases.