Skip to content

Commit

Permalink
Feat/dt extraction use go-fil-components/datatransfer (#770)
Browse files Browse the repository at this point in the history
* Initial commit after changing to go-fil-components/datatransfer
* blow away the datatransfer dir
* use go-fil-components master after its PR #1 was merged
* go mod tidy
  • Loading branch information
shannonwells committed Dec 12, 2019
1 parent 7f4a718 commit ad78866
Show file tree
Hide file tree
Showing 43 changed files with 10 additions and 4,724 deletions.
2 changes: 1 addition & 1 deletion chain/deals/client_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/libp2p/go-libp2p-core/peer"
"golang.org/x/xerrors"

"github.com/filecoin-project/lotus/datatransfer"
"github.com/filecoin-project/go-fil-components/datatransfer"
"github.com/filecoin-project/lotus/lib/cborutil"
"github.com/filecoin-project/lotus/lib/padreader"
"github.com/filecoin-project/lotus/lib/sectorbuilder"
Expand Down
2 changes: 1 addition & 1 deletion chain/deals/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
"github.com/libp2p/go-libp2p-core/peer"
"golang.org/x/xerrors"

"github.com/filecoin-project/go-fil-components/datatransfer"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/datatransfer"
"github.com/filecoin-project/lotus/lib/cborutil"
"github.com/filecoin-project/lotus/lib/statestore"
"github.com/filecoin-project/lotus/node/modules/dtypes"
Expand Down
2 changes: 1 addition & 1 deletion chain/deals/provider_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"runtime"

"github.com/filecoin-project/go-fil-components/datatransfer"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/datatransfer"
"github.com/filecoin-project/lotus/node/modules/dtypes"
"github.com/ipld/go-ipld-prime"

Expand Down
17 changes: 0 additions & 17 deletions datatransfer/Makefile

This file was deleted.

26 changes: 0 additions & 26 deletions datatransfer/cbor-gen/main.go

This file was deleted.

278 changes: 0 additions & 278 deletions datatransfer/docs/README.md

This file was deleted.

Loading

0 comments on commit ad78866

Please sign in to comment.