Skip to content

feat: support custom blocks to rollback #145

feat: support custom blocks to rollback

feat: support custom blocks to rollback #145

Triggered via pull request January 17, 2024 02:34
Status Failure
Total duration 55s
Artifacts

build.yml

on: pull_request
Matrix: Build
test_abci_cli
0s
test_abci_cli
test_apps
0s
test_apps
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Build (amd64, linux): consensus/replay_file.go#L324
cannot use blockStore (variable of type *"github.com/cometbft/cometbft/store".BlockStore) as "github.com/cometbft/cometbft/state".BlockStore value in argument to NewHandshaker: *"github.com/cometbft/cometbft/store".BlockStore does not implement "github.com/cometbft/cometbft/state".BlockStore (wrong type for method DeleteLatestBlocks)
Build (amd64, linux): consensus/replay_file.go#L336
cannot use blockStore (variable of type *"github.com/cometbft/cometbft/store".BlockStore) as "github.com/cometbft/cometbft/state".BlockStore value in argument to NewState: *"github.com/cometbft/cometbft/store".BlockStore does not implement "github.com/cometbft/cometbft/state".BlockStore (wrong type for method DeleteLatestBlocks)
Build (amd64, linux): consensus/wal_generator.go#L88
cannot use blockStore (variable of type *"github.com/cometbft/cometbft/store".BlockStore) as "github.com/cometbft/cometbft/state".BlockStore value in argument to NewState: *"github.com/cometbft/cometbft/store".BlockStore does not implement "github.com/cometbft/cometbft/state".BlockStore (wrong type for method DeleteLatestBlocks)
Build (amd64, linux)
Process completed with exit code 2.
Build (amd64, linux)
Restore cache failed: Dependencies file is not found in /home/runner/work/greenfield-cometbft/greenfield-cometbft. Supported file pattern: go.sum