renterd icon indicating copy to clipboard operation
renterd copied to clipboard

Collection of PRs that require UI update

Open ChrisSchinnerl opened this issue 5 months ago • 8 comments

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 this branche's go.mod, test that it is working and then merge everything at once.

Required Updates:

  • [x] /account/:id/resetdrift moved to worker (https://github.com/SiaFoundation/renterd/pull/1464)
  • [x] /search/hosts to /hosts (https://github.com/SiaFoundation/renterd/pull/1484)
  • [x] /wallet (https://github.com/SiaFoundation/renterd/pull/1478)
  • [x] /search/objects and /objects/*path to /listobjects (https://github.com/SiaFoundation/renterd/pull/1493)
  • [x] gouging settings now use base units (https://github.com/SiaFoundation/renterd/pull/1505)
  • [x] removed /autopilot/host and /autopilot/hosts (https://github.com/SiaFoundation/renterd/pull/1508)
  • [x] removed /slab/:key/objects and integrated it into the list objects endpoint (https://github.com/SiaFoundation/renterd/pull/1517)
  • [x] endpoints no longer default to "default" bucket https://github.com/SiaFoundation/renterd/pull/1541

ChrisSchinnerl avatar Sep 06 '24 11:09 ChrisSchinnerl