Add host_sectors
table for sectors uploaded to temporary storage
#1591
Milestone
host_sectors
table for sectors uploaded to temporary storage
#1591
Before we get started with RHP4 in our upload code, we will need a new
host_sectors
table which maps all sectors to the host that they should be uploaded to. That way, we can track sectors which are uploaded but not part of a contract yet.This will require at least the following changes:
host_sectors
for every sector.Later, when we add upload pinning, we will be able to join sectors over both the
contract_sectors
as well ashost_sectors
to figure out which sectors still require pinning.The text was updated successfully, but these errors were encountered: