@@ -6,29 +6,19 @@ import (
66 "runtime"
77 "time"
88
9- system8 "github.com/filecoin-project/go-state-types/builtin/v8/system"
10-
11- "github.com/filecoin-project/go-state-types/manifest"
12-
13- "github.com/filecoin-project/lotus/chain/actors/builtin/system"
14-
15- "github.com/filecoin-project/specs-actors/v8/actors/migration/nv16"
16-
179 "github.com/docker/go-units"
18-
19- "github.com/filecoin-project/specs-actors/v6/actors/migration/nv14"
20- "github.com/filecoin-project/specs-actors/v7/actors/migration/nv15"
21-
2210 "github.com/ipfs/go-cid"
2311 cbor "github.com/ipfs/go-ipld-cbor"
2412 "golang.org/x/xerrors"
2513
2614 "github.com/filecoin-project/go-address"
2715 "github.com/filecoin-project/go-state-types/abi"
2816 "github.com/filecoin-project/go-state-types/big"
17+ "github.com/filecoin-project/go-state-types/manifest"
2918 "github.com/filecoin-project/go-state-types/network"
3019 "github.com/filecoin-project/go-state-types/rt"
3120
21+ system8 "github.com/filecoin-project/go-state-types/builtin/v8/system"
3222 builtin0 "github.com/filecoin-project/specs-actors/actors/builtin"
3323 miner0 "github.com/filecoin-project/specs-actors/actors/builtin/miner"
3424 multisig0 "github.com/filecoin-project/specs-actors/actors/builtin/multisig"
@@ -40,7 +30,10 @@ import (
4030 "github.com/filecoin-project/specs-actors/v3/actors/migration/nv10"
4131 "github.com/filecoin-project/specs-actors/v4/actors/migration/nv12"
4232 "github.com/filecoin-project/specs-actors/v5/actors/migration/nv13"
33+ "github.com/filecoin-project/specs-actors/v6/actors/migration/nv14"
34+ "github.com/filecoin-project/specs-actors/v7/actors/migration/nv15"
4335 manifest8 "github.com/filecoin-project/specs-actors/v8/actors/builtin/manifest"
36+ "github.com/filecoin-project/specs-actors/v8/actors/migration/nv16"
4437 states8 "github.com/filecoin-project/specs-actors/v8/actors/states"
4538 adt8 "github.com/filecoin-project/specs-actors/v8/actors/util/adt"
4639
@@ -49,6 +42,7 @@ import (
4942 "github.com/filecoin-project/lotus/chain/actors"
5043 "github.com/filecoin-project/lotus/chain/actors/builtin"
5144 "github.com/filecoin-project/lotus/chain/actors/builtin/multisig"
45+ "github.com/filecoin-project/lotus/chain/actors/builtin/system"
5246 "github.com/filecoin-project/lotus/chain/state"
5347 "github.com/filecoin-project/lotus/chain/stmgr"
5448 "github.com/filecoin-project/lotus/chain/store"
0 commit comments