Cleanup imports after rename

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2019-10-18 13:47:41 +09:00
parent 78dc3e73c3
commit 1bf713cb0a
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA
158 changed files with 561 additions and 561 deletions

View File

@ -10,10 +10,10 @@ import (
"github.com/libp2p/go-libp2p-core/network" "github.com/libp2p/go-libp2p-core/network"
"github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-libp2p-core/peer"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
sectorbuilder "github.com/filecoin-project/go-sectorbuilder" sectorbuilder "github.com/filecoin-project/go-sectorbuilder"
) )

View File

@ -3,8 +3,8 @@ package client
import ( import (
"net/http" "net/http"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/lib/jsonrpc" "github.com/filecoin-project/lotus/lib/jsonrpc"
) )
// NewCommonRPC creates a new http jsonrpc client. // NewCommonRPC creates a new http jsonrpc client.

View File

@ -8,9 +8,9 @@ import (
"github.com/libp2p/go-libp2p-core/network" "github.com/libp2p/go-libp2p-core/network"
"github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-libp2p-core/peer"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
// All permissions are listed in permissioned.go // All permissions are listed in permissioned.go

View File

@ -4,8 +4,8 @@ import (
"context" "context"
"testing" "testing"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )

View File

@ -2,7 +2,7 @@ package build
import ( import (
"context" "context"
"github.com/filecoin-project/go-lotus/lib/addrutil" "github.com/filecoin-project/lotus/lib/addrutil"
"os" "os"
"strings" "strings"

View File

@ -6,9 +6,9 @@ import (
"encoding/binary" "encoding/binary"
"fmt" "fmt"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors" "golang.org/x/xerrors"

View File

@ -4,11 +4,11 @@ import (
"context" "context"
"fmt" "fmt"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/lib/sectorbuilder" "github.com/filecoin-project/lotus/lib/sectorbuilder"
"github.com/filecoin-project/go-amt-ipld" "github.com/filecoin-project/go-amt-ipld"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"

View File

@ -3,9 +3,9 @@ package actors
import ( import (
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
) )

View File

@ -7,10 +7,10 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
) )
func TestMultiSigCreate(t *testing.T) { func TestMultiSigCreate(t *testing.T) {

View File

@ -6,10 +6,10 @@ import (
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
type PaymentChannelActor struct{} type PaymentChannelActor struct{}

View File

@ -4,10 +4,10 @@ import (
"context" "context"
"testing" "testing"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/wallet" "github.com/filecoin-project/lotus/chain/wallet"
) )
func TestPaychCreate(t *testing.T) { func TestPaychCreate(t *testing.T) {

View File

@ -3,10 +3,10 @@ package actors
import ( import (
"context" "context"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
hamt "github.com/ipfs/go-hamt-ipld" hamt "github.com/ipfs/go-hamt-ipld"

View File

@ -5,14 +5,14 @@ import (
"fmt" "fmt"
"testing" "testing"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
. "github.com/filecoin-project/go-lotus/chain/actors" . "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
"github.com/filecoin-project/go-lotus/chain/wallet" "github.com/filecoin-project/lotus/chain/wallet"
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
hamt "github.com/ipfs/go-hamt-ipld" hamt "github.com/ipfs/go-hamt-ipld"

View File

@ -1,7 +1,7 @@
package actors package actors
import ( import (
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
mh "github.com/multiformats/go-multihash" mh "github.com/multiformats/go-multihash"

View File

@ -6,14 +6,14 @@ import (
"fmt" "fmt"
"testing" "testing"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
. "github.com/filecoin-project/go-lotus/chain/actors" . "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/gen" "github.com/filecoin-project/lotus/chain/gen"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
dstore "github.com/ipfs/go-datastore" dstore "github.com/ipfs/go-datastore"
bstore "github.com/ipfs/go-ipfs-blockstore" bstore "github.com/ipfs/go-ipfs-blockstore"
) )

View File

@ -1,8 +1,8 @@
package actors package actors
import ( import (
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
) )
func NewIDAddress(id uint64) (address.Address, ActorError) { func NewIDAddress(id uint64) (address.Address, ActorError) {

View File

@ -3,7 +3,7 @@ package aerrors_test
import ( import (
"testing" "testing"
. "github.com/filecoin-project/go-lotus/chain/actors/aerrors" . "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"golang.org/x/xerrors" "golang.org/x/xerrors"

View File

@ -4,8 +4,8 @@ import (
"fmt" "fmt"
"io" "io"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-libp2p-core/peer"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
xerrors "golang.org/x/xerrors" xerrors "golang.org/x/xerrors"

View File

@ -1,5 +1,5 @@
package actors package actors
import "github.com/filecoin-project/go-lotus/chain/actors/aerrors" import "github.com/filecoin-project/lotus/chain/actors/aerrors"
type ActorError = aerrors.ActorError type ActorError = aerrors.ActorError

View File

@ -13,14 +13,14 @@ import (
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/gen" "github.com/filecoin-project/lotus/chain/gen"
"github.com/filecoin-project/go-lotus/chain/state" "github.com/filecoin-project/lotus/chain/state"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
"github.com/filecoin-project/go-lotus/chain/wallet" "github.com/filecoin-project/lotus/chain/wallet"
) )
const testGasLimit = 10000 const testGasLimit = 10000

View File

@ -3,7 +3,7 @@ package actors
import ( import (
"bytes" "bytes"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
) )

View File

@ -15,7 +15,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/filecoin-project/go-lotus/lib/crypto" "github.com/filecoin-project/lotus/lib/crypto"
) )
func init() { func init() {

View File

@ -1,7 +1,7 @@
package chain package chain
import ( import (
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
lru "github.com/hashicorp/golang-lru" lru "github.com/hashicorp/golang-lru"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
) )

View File

@ -13,10 +13,10 @@ import (
"go.opencensus.io/trace" "go.opencensus.io/trace"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/lib/cborrpc" "github.com/filecoin-project/lotus/lib/cborrpc"
"github.com/filecoin-project/go-lotus/node/modules/dtypes" "github.com/filecoin-project/lotus/node/modules/dtypes"
blocks "github.com/ipfs/go-block-format" blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"io" "io"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
xerrors "golang.org/x/xerrors" xerrors "golang.org/x/xerrors"

View File

@ -4,10 +4,10 @@ import (
"context" "context"
"time" "time"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/stmgr" "github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/lib/cborrpc" "github.com/filecoin-project/lotus/lib/cborrpc"
datastore "github.com/ipfs/go-datastore" datastore "github.com/ipfs/go-datastore"
cbor "github.com/ipfs/go-ipld-cbor" cbor "github.com/ipfs/go-ipld-cbor"
inet "github.com/libp2p/go-libp2p-core/network" inet "github.com/libp2p/go-libp2p-core/network"

View File

@ -14,15 +14,15 @@ import (
"github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-libp2p-core/peer"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/stmgr" "github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/wallet" "github.com/filecoin-project/lotus/chain/wallet"
"github.com/filecoin-project/go-lotus/lib/cborrpc" "github.com/filecoin-project/lotus/lib/cborrpc"
"github.com/filecoin-project/go-lotus/node/modules/dtypes" "github.com/filecoin-project/lotus/node/modules/dtypes"
"github.com/filecoin-project/go-lotus/retrieval/discovery" "github.com/filecoin-project/lotus/retrieval/discovery"
) )
func init() { func init() {

View File

@ -2,12 +2,12 @@ package deals
import ( import (
"context" "context"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/lib/sectorbuilder" "github.com/filecoin-project/lotus/lib/sectorbuilder"
) )
type clientHandlerFunc func(ctx context.Context, deal ClientDeal) error type clientHandlerFunc func(ctx context.Context, deal ClientDeal) error

View File

@ -2,7 +2,7 @@ package deals
import ( import (
"context" "context"
"github.com/filecoin-project/go-lotus/lib/sectorbuilder" "github.com/filecoin-project/lotus/lib/sectorbuilder"
"runtime" "runtime"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
@ -12,8 +12,8 @@ import (
inet "github.com/libp2p/go-libp2p-core/network" inet "github.com/libp2p/go-libp2p-core/network"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/lib/cborrpc" "github.com/filecoin-project/lotus/lib/cborrpc"
) )
func (c *Client) failDeal(id cid.Cid, cerr error) { func (c *Client) failDeal(id cid.Cid, cerr error) {

View File

@ -13,12 +13,12 @@ import (
"github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-libp2p-core/peer"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/node/modules/dtypes" "github.com/filecoin-project/lotus/node/modules/dtypes"
"github.com/filecoin-project/go-lotus/storage/commitment" "github.com/filecoin-project/lotus/storage/commitment"
"github.com/filecoin-project/go-lotus/storage/sectorblocks" "github.com/filecoin-project/lotus/storage/sectorblocks"
) )
func init() { func init() {

View File

@ -10,12 +10,12 @@ import (
unixfile "github.com/ipfs/go-unixfs/file" unixfile "github.com/ipfs/go-unixfs/file"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/lib/sectorbuilder" "github.com/filecoin-project/lotus/lib/sectorbuilder"
"github.com/filecoin-project/go-lotus/storage/sectorblocks" "github.com/filecoin-project/lotus/storage/sectorblocks"
) )
type minerHandlerFunc func(ctx context.Context, deal MinerDeal) (func(*MinerDeal), error) type minerHandlerFunc func(ctx context.Context, deal MinerDeal) (func(*MinerDeal), error)

View File

@ -4,12 +4,12 @@ import (
"context" "context"
"runtime" "runtime"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/lib/cborrpc" "github.com/filecoin-project/lotus/lib/cborrpc"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
cbor "github.com/ipfs/go-ipld-cbor" cbor "github.com/ipfs/go-ipld-cbor"

View File

@ -1,13 +1,13 @@
package deals package deals
import ( import (
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
cbor "github.com/ipfs/go-ipld-cbor" cbor "github.com/ipfs/go-ipld-cbor"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
func init() { func init() {

View File

@ -1,9 +1,9 @@
package deals package deals
import ( import (
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
func VoucherSpec(blocksDuration uint64, price types.BigInt, start uint64, extra *types.ModVerifyParams) []api.VoucherSpec { func VoucherSpec(blocksDuration uint64, price types.BigInt, start uint64, extra *types.ModVerifyParams) []api.VoucherSpec {

View File

@ -9,10 +9,10 @@ import (
logging "github.com/ipfs/go-log" logging "github.com/ipfs/go-log"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
var log = logging.Logger("events") var log = logging.Logger("events")

View File

@ -7,8 +7,8 @@ import (
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
const NoTimeout = math.MaxUint64 const NoTimeout = math.MaxUint64

View File

@ -3,7 +3,7 @@ package events
import ( import (
"sync" "sync"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
type heightEvents struct { type heightEvents struct {

View File

@ -6,16 +6,16 @@ import (
"testing" "testing"
"time" "time"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"github.com/multiformats/go-multihash" "github.com/multiformats/go-multihash"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
var dummyCid cid.Cid var dummyCid cid.Cid

View File

@ -5,7 +5,7 @@ import (
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
type tsByHFunc func(context.Context, uint64, *types.TipSet) (*types.TipSet, error) type tsByHFunc func(context.Context, uint64, *types.TipSet) (*types.TipSet, error)

View File

@ -6,8 +6,8 @@ import (
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
func TestTsCache(t *testing.T) { func TestTsCache(t *testing.T) {

View File

@ -13,14 +13,14 @@ import (
peer "github.com/libp2p/go-libp2p-peer" peer "github.com/libp2p/go-libp2p-peer"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/stmgr" "github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/wallet" "github.com/filecoin-project/lotus/chain/wallet"
"github.com/filecoin-project/go-lotus/node/repo" "github.com/filecoin-project/lotus/node/repo"
block "github.com/ipfs/go-block-format" block "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"

View File

@ -11,12 +11,12 @@ import (
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/state" "github.com/filecoin-project/lotus/chain/state"
"github.com/filecoin-project/go-lotus/chain/stmgr" "github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
"github.com/filecoin-project/go-lotus/chain/wallet" "github.com/filecoin-project/lotus/chain/wallet"
) )
func MinerCreateBlock(ctx context.Context, sm *stmgr.StateManager, w *wallet.Wallet, miner address.Address, parents *types.TipSet, tickets []*types.Ticket, proof types.ElectionProof, msgs []*types.SignedMessage, timestamp uint64) (*types.FullBlock, error) { func MinerCreateBlock(ctx context.Context, sm *stmgr.StateManager, w *wallet.Wallet, miner address.Address, parents *types.TipSet, tickets []*types.Ticket, proof types.ElectionProof, msgs []*types.SignedMessage, timestamp uint64) (*types.FullBlock, error) {

View File

@ -5,13 +5,13 @@ import (
"fmt" "fmt"
amt "github.com/filecoin-project/go-amt-ipld" amt "github.com/filecoin-project/go-amt-ipld"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
actors "github.com/filecoin-project/go-lotus/chain/actors" actors "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/state" "github.com/filecoin-project/lotus/chain/state"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"

View File

@ -8,9 +8,9 @@ import (
"github.com/pkg/errors" "github.com/pkg/errors"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/stmgr" "github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
var ( var (

View File

@ -9,9 +9,9 @@ import (
pubsub "github.com/libp2p/go-libp2p-pubsub" pubsub "github.com/libp2p/go-libp2p-pubsub"
"go.uber.org/fx" "go.uber.org/fx"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/node/impl/full" "github.com/filecoin-project/lotus/node/impl/full"
"github.com/filecoin-project/go-lotus/node/modules/helpers" "github.com/filecoin-project/lotus/node/modules/helpers"
) )
var log = logging.Logger("metrics") var log = logging.Logger("metrics")

View File

@ -9,9 +9,9 @@ import (
logging "github.com/ipfs/go-log" logging "github.com/ipfs/go-log"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
var log = logging.Logger("statetree") var log = logging.Logger("statetree")

View File

@ -3,9 +3,9 @@ package state
import ( import (
"testing" "testing"
actors "github.com/filecoin-project/go-lotus/chain/actors" actors "github.com/filecoin-project/lotus/chain/actors"
address "github.com/filecoin-project/go-lotus/chain/address" address "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
hamt "github.com/ipfs/go-hamt-ipld" hamt "github.com/ipfs/go-hamt-ipld"
) )

View File

@ -7,10 +7,10 @@ import (
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
) )
func (sm *StateManager) CallRaw(ctx context.Context, msg *types.Message, bstate cid.Cid, r vm.Rand, bheight uint64) (*types.MessageReceipt, error) { func (sm *StateManager) CallRaw(ctx context.Context, msg *types.Message, bstate cid.Cid, r vm.Rand, bheight uint64) (*types.MessageReceipt, error) {

View File

@ -6,12 +6,12 @@ import (
"sync" "sync"
amt "github.com/filecoin-project/go-amt-ipld" amt "github.com/filecoin-project/go-amt-ipld"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/state" "github.com/filecoin-project/lotus/chain/state"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors" "golang.org/x/xerrors"

View File

@ -2,10 +2,10 @@ package stmgr
import ( import (
"context" "context"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
amt "github.com/filecoin-project/go-amt-ipld" amt "github.com/filecoin-project/go-amt-ipld"
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"

View File

@ -1,7 +1,7 @@
package store package store
import ( import (
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
) )

View File

@ -7,15 +7,15 @@ import (
"fmt" "fmt"
"sync" "sync"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/state" "github.com/filecoin-project/lotus/chain/state"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
"go.opencensus.io/trace" "go.opencensus.io/trace"
"go.uber.org/zap" "go.uber.org/zap"
amt "github.com/filecoin-project/go-amt-ipld" amt "github.com/filecoin-project/go-amt-ipld"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
block "github.com/ipfs/go-block-format" block "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"

View File

@ -2,10 +2,10 @@ package store
import ( import (
"context" "context"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"math/big" "math/big"
) )

View File

@ -6,8 +6,8 @@ import (
logging "github.com/ipfs/go-log" logging "github.com/ipfs/go-log"
pubsub "github.com/libp2p/go-libp2p-pubsub" pubsub "github.com/libp2p/go-libp2p-pubsub"
"github.com/filecoin-project/go-lotus/chain" "github.com/filecoin-project/lotus/chain"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
var log = logging.Logger("sub") var log = logging.Logger("sub")

View File

@ -7,14 +7,14 @@ import (
"time" "time"
"github.com/filecoin-project/go-bls-sigs" "github.com/filecoin-project/go-bls-sigs"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/state" "github.com/filecoin-project/lotus/chain/state"
"github.com/filecoin-project/go-lotus/chain/stmgr" "github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
amt "github.com/filecoin-project/go-amt-ipld" amt "github.com/filecoin-project/go-amt-ipld"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"

View File

@ -11,15 +11,15 @@ import (
mocknet "github.com/libp2p/go-libp2p/p2p/net/mock" mocknet "github.com/libp2p/go-libp2p/p2p/net/mock"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/gen" "github.com/filecoin-project/lotus/chain/gen"
"github.com/filecoin-project/go-lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/node" "github.com/filecoin-project/lotus/node"
"github.com/filecoin-project/go-lotus/node/impl" "github.com/filecoin-project/lotus/node/impl"
"github.com/filecoin-project/go-lotus/node/modules" "github.com/filecoin-project/lotus/node/modules"
"github.com/filecoin-project/go-lotus/node/repo" "github.com/filecoin-project/lotus/node/repo"
) )
const source = 0 const source = 0

View File

@ -4,8 +4,8 @@ import (
"fmt" "fmt"
"sync" "sync"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
func SyncStageString(v api.SyncStateStage) string { func SyncStageString(v api.SyncStateStage) string {

View File

@ -1,7 +1,7 @@
package types package types
import ( import (
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
cbor "github.com/ipfs/go-ipld-cbor" cbor "github.com/ipfs/go-ipld-cbor"
) )

View File

@ -6,7 +6,7 @@ import (
"io" "io"
"math/big" "math/big"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
cbor "github.com/ipfs/go-ipld-cbor" cbor "github.com/ipfs/go-ipld-cbor"
"github.com/polydawn/refmt/obj/atlas" "github.com/polydawn/refmt/obj/atlas"

View File

@ -5,7 +5,7 @@ import (
"io" "io"
"sort" "sort"
"github.com/filecoin-project/go-lotus/extern/rleplus" "github.com/filecoin-project/lotus/extern/rleplus"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors" "golang.org/x/xerrors"
) )

View File

@ -12,7 +12,7 @@ import (
"go.opencensus.io/trace" "go.opencensus.io/trace"
xerrors "golang.org/x/xerrors" xerrors "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
) )
type Ticket struct { type Ticket struct {

View File

@ -5,7 +5,7 @@ import (
"reflect" "reflect"
"testing" "testing"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
) )

View File

@ -8,7 +8,7 @@ import (
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"github.com/multiformats/go-multihash" "github.com/multiformats/go-multihash"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
) )
type Message struct { type Message struct {

View File

@ -6,8 +6,8 @@ import (
"fmt" "fmt"
bls "github.com/filecoin-project/go-bls-sigs" bls "github.com/filecoin-project/go-bls-sigs"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/lib/crypto" "github.com/filecoin-project/lotus/lib/crypto"
"github.com/minio/blake2b-simd" "github.com/minio/blake2b-simd"
) )

View File

@ -4,7 +4,7 @@ import (
"math/rand" "math/rand"
"testing" "testing"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
) )
func blsaddr(n int64) address.Address { func blsaddr(n int64) address.Address {

View File

@ -4,8 +4,8 @@ import (
"context" "context"
amt "github.com/filecoin-project/go-amt-ipld" amt "github.com/filecoin-project/go-amt-ipld"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
hamt "github.com/ipfs/go-hamt-ipld" hamt "github.com/ipfs/go-hamt-ipld"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"

View File

@ -4,7 +4,7 @@ import (
"bytes" "bytes"
"encoding/base64" "encoding/base64"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
cbor "github.com/ipfs/go-ipld-cbor" cbor "github.com/ipfs/go-ipld-cbor"
) )

View File

@ -4,8 +4,8 @@ import (
"encoding/json" "encoding/json"
"testing" "testing"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
func TestSignedMessageJsonRoundtrip(t *testing.T) { func TestSignedMessageJsonRoundtrip(t *testing.T) {

View File

@ -9,9 +9,9 @@ import (
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
type invoker struct { type invoker struct {

View File

@ -9,9 +9,9 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
type basicContract struct{} type basicContract struct{}

View File

@ -8,11 +8,11 @@ import (
hamt "github.com/ipfs/go-hamt-ipld" hamt "github.com/ipfs/go-hamt-ipld"
bstore "github.com/ipfs/go-ipfs-blockstore" bstore "github.com/ipfs/go-ipfs-blockstore"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/state" "github.com/filecoin-project/lotus/chain/state"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
func init() { func init() {

View File

@ -6,13 +6,13 @@ import (
blockstore "github.com/ipfs/go-ipfs-blockstore" blockstore "github.com/ipfs/go-ipfs-blockstore"
"math/big" "math/big"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/actors/aerrors" "github.com/filecoin-project/lotus/chain/actors/aerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/state" "github.com/filecoin-project/lotus/chain/state"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/lib/bufbstore" "github.com/filecoin-project/lotus/lib/bufbstore"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"go.opencensus.io/trace" "go.opencensus.io/trace"

View File

@ -5,8 +5,8 @@ import (
"math/big" "math/big"
"testing" "testing"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
func TestBlockReward(t *testing.T) { func TestBlockReward(t *testing.T) {

View File

@ -1,7 +1,7 @@
package wallet package wallet
import ( import (
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
type MemKeyStore struct { type MemKeyStore struct {

View File

@ -11,9 +11,9 @@ import (
"github.com/minio/blake2b-simd" "github.com/minio/blake2b-simd"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-lotus/lib/crypto" "github.com/filecoin-project/lotus/lib/crypto"
) )
const ( const (

View File

@ -5,7 +5,7 @@ import (
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
) )
var authCmd = &cli.Command{ var authCmd = &cli.Command{

View File

@ -11,8 +11,8 @@ import (
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
types "github.com/filecoin-project/go-lotus/chain/types" types "github.com/filecoin-project/lotus/chain/types"
) )
var chainCmd = &cli.Command{ var chainCmd = &cli.Command{

View File

@ -9,9 +9,9 @@ import (
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
actors "github.com/filecoin-project/go-lotus/chain/actors" actors "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
var clientCmd = &cli.Command{ var clientCmd = &cli.Command{

View File

@ -12,10 +12,10 @@ import (
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/api/client" "github.com/filecoin-project/lotus/api/client"
"github.com/filecoin-project/go-lotus/lib/jsonrpc" "github.com/filecoin-project/lotus/lib/jsonrpc"
"github.com/filecoin-project/go-lotus/node/repo" "github.com/filecoin-project/lotus/node/repo"
) )
var log = logging.Logger("cli") var log = logging.Logger("cli")

View File

@ -7,9 +7,9 @@ import (
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
actors "github.com/filecoin-project/go-lotus/chain/actors" actors "github.com/filecoin-project/lotus/chain/actors"
address "github.com/filecoin-project/go-lotus/chain/address" address "github.com/filecoin-project/lotus/chain/address"
types "github.com/filecoin-project/go-lotus/chain/types" types "github.com/filecoin-project/lotus/chain/types"
"github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-libp2p-core/peer"
) )

View File

@ -5,7 +5,7 @@ import (
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/lib/addrutil" "github.com/filecoin-project/lotus/lib/addrutil"
) )
var netCmd = &cli.Command{ var netCmd = &cli.Command{

View File

@ -1,7 +1,7 @@
package cli package cli
import ( import (
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
) )

View File

@ -3,8 +3,8 @@ package cli
import ( import (
"fmt" "fmt"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
types "github.com/filecoin-project/go-lotus/chain/types" types "github.com/filecoin-project/lotus/chain/types"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
) )

View File

@ -3,8 +3,8 @@ package cli
import ( import (
"fmt" "fmt"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
) )

View File

@ -3,8 +3,8 @@ package cli
import ( import (
"fmt" "fmt"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"

View File

@ -7,8 +7,8 @@ import (
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain" "github.com/filecoin-project/lotus/chain"
) )
var syncCmd = &cli.Command{ var syncCmd = &cli.Command{

View File

@ -8,8 +8,8 @@ import (
"os" "os"
"strings" "strings"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
types "github.com/filecoin-project/go-lotus/chain/types" types "github.com/filecoin-project/lotus/chain/types"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
) )

View File

@ -7,10 +7,10 @@ import (
"os" "os"
"time" "time"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
lcli "github.com/filecoin-project/go-lotus/cli" lcli "github.com/filecoin-project/lotus/cli"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
) )

View File

@ -11,11 +11,11 @@ import (
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
lcli "github.com/filecoin-project/go-lotus/cli" lcli "github.com/filecoin-project/lotus/cli"
) )
var log = logging.Logger("main") var log = logging.Logger("main")

View File

@ -6,9 +6,9 @@ import (
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
lcli "github.com/filecoin-project/go-lotus/cli" lcli "github.com/filecoin-project/lotus/cli"
sectorstate "github.com/filecoin-project/go-sectorbuilder/sealing_state" sectorstate "github.com/filecoin-project/go-sectorbuilder/sealing_state"
) )

View File

@ -11,13 +11,13 @@ import (
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
lcli "github.com/filecoin-project/go-lotus/cli" lcli "github.com/filecoin-project/lotus/cli"
"github.com/filecoin-project/go-lotus/node/repo" "github.com/filecoin-project/lotus/node/repo"
) )
var initCmd = &cli.Command{ var initCmd = &cli.Command{

View File

@ -7,9 +7,9 @@ import (
"go.opencensus.io/trace" "go.opencensus.io/trace"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
lcli "github.com/filecoin-project/go-lotus/cli" lcli "github.com/filecoin-project/lotus/cli"
"github.com/filecoin-project/go-lotus/tracing" "github.com/filecoin-project/lotus/tracing"
) )
var log = logging.Logger("main") var log = logging.Logger("main")

View File

@ -8,20 +8,20 @@ import (
"os/signal" "os/signal"
"syscall" "syscall"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/multiformats/go-multiaddr" "github.com/multiformats/go-multiaddr"
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
lcli "github.com/filecoin-project/go-lotus/cli" lcli "github.com/filecoin-project/lotus/cli"
"github.com/filecoin-project/go-lotus/lib/auth" "github.com/filecoin-project/lotus/lib/auth"
"github.com/filecoin-project/go-lotus/lib/jsonrpc" "github.com/filecoin-project/lotus/lib/jsonrpc"
"github.com/filecoin-project/go-lotus/lib/sectorbuilder" "github.com/filecoin-project/lotus/lib/sectorbuilder"
"github.com/filecoin-project/go-lotus/node" "github.com/filecoin-project/lotus/node"
"github.com/filecoin-project/go-lotus/node/modules" "github.com/filecoin-project/lotus/node/modules"
"github.com/filecoin-project/go-lotus/node/repo" "github.com/filecoin-project/lotus/node/repo"
) )
var runCmd = &cli.Command{ var runCmd = &cli.Command{

View File

@ -6,7 +6,7 @@ import (
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
lcli "github.com/filecoin-project/go-lotus/cli" lcli "github.com/filecoin-project/lotus/cli"
) )
var storeGarbageCmd = &cli.Command{ var storeGarbageCmd = &cli.Command{

View File

@ -14,8 +14,8 @@ import (
pnet "github.com/libp2p/go-libp2p-pnet" pnet "github.com/libp2p/go-libp2p-pnet"
pubsub "github.com/libp2p/go-libp2p-pubsub" pubsub "github.com/libp2p/go-libp2p-pubsub"
"github.com/filecoin-project/go-lotus/lib/addrutil" "github.com/filecoin-project/lotus/lib/addrutil"
"github.com/filecoin-project/go-lotus/node/modules/lp2p" "github.com/filecoin-project/lotus/node/modules/lp2p"
) )
const topic = "/fil/headnotifs/bafy2bzacea77zxnepp7wuqqgpj7xcw2ywwmmcmtrbjghhv4g2dildogpv6roi" const topic = "/fil/headnotifs/bafy2bzacea77zxnepp7wuqqgpj7xcw2ywwmmcmtrbjghhv4g2dildogpv6roi"

View File

@ -10,12 +10,12 @@ import (
"golang.org/x/xerrors" "golang.org/x/xerrors"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-lotus/node" "github.com/filecoin-project/lotus/node"
"github.com/filecoin-project/go-lotus/node/modules" "github.com/filecoin-project/lotus/node/modules"
"github.com/filecoin-project/go-lotus/node/modules/testing" "github.com/filecoin-project/lotus/node/modules/testing"
"github.com/filecoin-project/go-lotus/node/repo" "github.com/filecoin-project/lotus/node/repo"
) )
const ( const (

View File

@ -8,9 +8,9 @@ import (
"go.opencensus.io/trace" "go.opencensus.io/trace"
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/build" "github.com/filecoin-project/lotus/build"
lcli "github.com/filecoin-project/go-lotus/cli" lcli "github.com/filecoin-project/lotus/cli"
"github.com/filecoin-project/go-lotus/tracing" "github.com/filecoin-project/lotus/tracing"
) )
func main() { func main() {

View File

@ -8,10 +8,10 @@ import (
"os/signal" "os/signal"
"syscall" "syscall"
"github.com/filecoin-project/go-lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/go-lotus/lib/auth" "github.com/filecoin-project/lotus/lib/auth"
"github.com/filecoin-project/go-lotus/lib/jsonrpc" "github.com/filecoin-project/lotus/lib/jsonrpc"
"github.com/filecoin-project/go-lotus/node" "github.com/filecoin-project/lotus/node"
logging "github.com/ipfs/go-log" logging "github.com/ipfs/go-log"
) )

View File

@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
bitvector "github.com/filecoin-project/go-lotus/extern/rleplus/internal" bitvector "github.com/filecoin-project/lotus/extern/rleplus/internal"
) )
func TestBitVector(t *testing.T) { func TestBitVector(t *testing.T) {

View File

@ -6,7 +6,7 @@ import (
"fmt" "fmt"
"sort" "sort"
bitvector "github.com/filecoin-project/go-lotus/extern/rleplus/internal" bitvector "github.com/filecoin-project/lotus/extern/rleplus/internal"
) )
// Version is the 2 lowest bits of this constant // Version is the 2 lowest bits of this constant

Some files were not shown because too many files have changed in this diff Show More