You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bus should have an endpoint that returns a list of good hosts. That includes the public key of the host and its siamux address.
The hosts should be
good according to the autopilot
not blocked
not gouging
at the time they are returned from the bus
The goal of the PR should be to
introduce that new endpoint
change DownloadContracts in the cache to UsableHosts, making use of the new endpoint while also making sure the download code as well as the account refill code don't rely on contracts anymore.
Ideally this leads to only the upload code still requiring contracts and gouging checks in the worker.
The text was updated successfully, but these errors were encountered:
The bus should have an endpoint that returns a list of good hosts. That includes the public key of the host and its siamux address.
The hosts should be
at the time they are returned from the bus
The goal of the PR should be to
DownloadContracts
in the cache toUsableHosts
, making use of the new endpoint while also making sure the download code as well as the account refill code don't rely on contracts anymore.Ideally this leads to only the upload code still requiring contracts and gouging checks in the worker.
The text was updated successfully, but these errors were encountered: