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
@@ -19,8 +19,8 @@ import (
"golang.org/x/xerrors"
"github.com/filecoin-project/go-jsonrpc"
"github.com/filecoin-project/lotus/storage/sealing"
"github.com/filecoin-project/specs-actors/actors/abi"
sealing "github.com/filecoin-project/storage-fsm"
)
var log = logging.Logger("rpcenc")
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/filecoin-project/go-jsonrpc"
sealing "github.com/filecoin-project/storage-fsm"
"github.com/filecoin-project/lotus/storage/sealing"
)
type ReaderHandler struct {