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 authored Dec 10, 2019
1 parent bff663f commit 55e7b4c
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 55e7b4c

Please sign in to comment.