Skip to content

Commit 4e7692d

Browse files
authored
feat: make Boost compliant with Lotus v1.27.0 (#1919)
* nv23 * fix test * bump lotus v1.27.0 * bump boost-graphsync * bump graphsync * bump version
1 parent 0187615 commit 4e7692d

File tree

10 files changed

+848
-552
lines changed

10 files changed

+848
-552
lines changed

Diff for: build/openrpc/boost.json.gz

4 Bytes
Binary file not shown.

Diff for: build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func BuildTypeString() string {
3131
}
3232
}
3333

34-
const BuildVersion = "2.2.0"
34+
const BuildVersion = "2.3.0-rc1"
3535

3636
func UserVersion() string {
3737
return BuildVersion + BuildTypeString() + CurrentCommit

Diff for: cmd/boostd/recover.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ import (
2525
"github.com/filecoin-project/go-commp-utils/writer"
2626
"github.com/filecoin-project/go-jsonrpc"
2727
"github.com/filecoin-project/go-state-types/abi"
28-
"github.com/filecoin-project/go-state-types/builtin/v9/miner"
2928
"github.com/filecoin-project/lotus/api"
3029
"github.com/filecoin-project/lotus/api/v1api"
30+
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
3131
"github.com/filecoin-project/lotus/chain/types"
3232
lcli "github.com/filecoin-project/lotus/cli"
3333
"github.com/filecoin-project/lotus/markets/dagstore"

Diff for: go.mod

+86-74
Large diffs are not rendered by default.

Diff for: go.sum

+242-171
Large diffs are not rendered by default.

Diff for: go.work.sum

+141-54
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)