Skip to content

Commit

Permalink
feat: make Boost compliant with Lotus v1.27.0 (#1919)
Browse files Browse the repository at this point in the history
* nv23

* fix test

* bump lotus v1.27.0

* bump boost-graphsync

* bump graphsync

* bump version
  • Loading branch information
LexLuthr authored May 28, 2024
1 parent 0187615 commit 4e7692d
Show file tree
Hide file tree
Showing 10 changed files with 848 additions and 552 deletions.
Binary file modified build/openrpc/boost.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func BuildTypeString() string {
}
}

const BuildVersion = "2.2.0"
const BuildVersion = "2.3.0-rc1"

func UserVersion() string {
return BuildVersion + BuildTypeString() + CurrentCommit
Expand Down
2 changes: 1 addition & 1 deletion cmd/boostd/recover.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import (
"github.com/filecoin-project/go-commp-utils/writer"
"github.com/filecoin-project/go-jsonrpc"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/builtin/v9/miner"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/api/v1api"
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
"github.com/filecoin-project/lotus/chain/types"
lcli "github.com/filecoin-project/lotus/cli"
"github.com/filecoin-project/lotus/markets/dagstore"
Expand Down
160 changes: 86 additions & 74 deletions go.mod

Large diffs are not rendered by default.

413 changes: 242 additions & 171 deletions go.sum

Large diffs are not rendered by default.

195 changes: 141 additions & 54 deletions go.work.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 4e7692d

Please sign in to comment.