Sector storage refactor

This commit is contained in:
Łukasz Magiera
2019-11-07 19:22:59 +01:00
parent 69b4bd9fb4
commit 2d26a4edf7
15 changed files with 213 additions and 485 deletions
-2
View File
@@ -7,7 +7,6 @@ import (
"github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/lotus/lib/sectorbuilder"
"github.com/filecoin-project/lotus/storage"
"github.com/filecoin-project/lotus/storage/sector"
"github.com/filecoin-project/lotus/storage/sectorblocks"
)
@@ -16,7 +15,6 @@ type StorageMinerAPI struct {
SectorBuilderConfig *sectorbuilder.Config
SectorBuilder *sectorbuilder.SectorBuilder
Sectors *sector.Store
SectorBlocks *sectorblocks.SectorBlocks
Miner *storage.Miner