Extract sector-storage

This commit is contained in:
Łukasz Magiera
2020-03-28 01:32:39 +01:00
parent eb6bc0399a
commit 95ee1c1cde
63 changed files with 128 additions and 4363 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package repo
import (
"encoding/json"
"fmt"
"github.com/filecoin-project/lotus/storage/sectorstorage/stores"
"github.com/filecoin-project/sector-storage/stores"
"io"
"io/ioutil"
"os"
+1 -1
View File
@@ -2,7 +2,7 @@ package repo
import (
"errors"
"github.com/filecoin-project/lotus/storage/sectorstorage/stores"
"github.com/filecoin-project/sector-storage/stores"
"github.com/ipfs/go-datastore"
"github.com/multiformats/go-multiaddr"
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/node/config"
"github.com/filecoin-project/lotus/storage/sectorstorage/stores"
"github.com/filecoin-project/sector-storage/stores"
)
type MemRepo struct {