integrate extern/storage-fsm into lotus proper.

This commit is contained in:
Raúl Kripalani
2020-08-16 10:42:13 +01:00
parent 9a23ede4fd
commit fb0ccc9260
52 changed files with 36 additions and 840 deletions
+1 -1
View File
@@ -60,11 +60,11 @@ import (
"github.com/filecoin-project/lotus/paychmgr"
"github.com/filecoin-project/lotus/paychmgr/settler"
"github.com/filecoin-project/lotus/storage"
"github.com/filecoin-project/lotus/storage/sealing"
"github.com/filecoin-project/lotus/storage/sectorblocks"
sectorstorage "github.com/filecoin-project/sector-storage"
"github.com/filecoin-project/sector-storage/ffiwrapper"
"github.com/filecoin-project/sector-storage/stores"
sealing "github.com/filecoin-project/storage-fsm"
)
var log = logging.Logger("builder")