Skip to content

Commit

Permalink
switch lotus v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FroghubMan committed Jul 18, 2022
1 parent 3ba9e48 commit 7bc2725
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion export/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
"context"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/builtin/v8/miner"
"github.com/filecoin-project/go-state-types/crypto"
"github.com/filecoin-project/lotus/api/v0api"
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
"github.com/filecoin-project/lotus/chain/types"
"golang.org/x/xerrors"
)
Expand Down
2 changes: 1 addition & 1 deletion extern/lotus
Submodule lotus updated 628 files
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ replace github.com/filecoin-project/lotus => ./extern/lotus

require (
github.com/filecoin-project/go-address v0.0.6
github.com/filecoin-project/go-state-types v0.1.3
github.com/filecoin-project/lotus v1.15.0
github.com/filecoin-project/specs-storage v0.2.0
github.com/filecoin-project/go-state-types v0.1.10
github.com/filecoin-project/lotus v1.16.1
github.com/filecoin-project/specs-storage v0.4.1
github.com/ipfs/go-cid v0.1.0
github.com/ipfs/go-log/v2 v2.4.0
github.com/ipfs/go-log/v2 v2.5.1
github.com/mitchellh/go-homedir v1.1.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
)

0 comments on commit 7bc2725

Please sign in to comment.