feat: support custom blocks to rollback #145
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
|