Skip to content

Move HostDB inside renter

Luke Champine requested to merge hostdb into master

nothing too fancy here. Mostly trying to move things without changing them significantly -- that can come later.

The most important change here is that the hostdb API calls are now routed through the renter. For the 0.5 release, they should be moved to the /renter/ route instead of /hostdb/. This can be done as part of the renter API overhaul.

Merge request reports