refactor: improve error handling in LoadTxInfo #2793
tests.yml
on: pull_request
Build
48s
cleanup-runs
8s
Annotations
6 errors and 2 warnings
Build:
consensus/replay_file.go#L325
cannot use blockStore (variable of type *"github.com/tendermint/tendermint/store".BlockStore) as "github.com/tendermint/tendermint/state".BlockStore value in argument to NewHandshaker: *"github.com/tendermint/tendermint/store".BlockStore does not implement "github.com/tendermint/tendermint/state".BlockStore (wrong type for method LoadTxInfo)
|
Build:
consensus/replay_file.go#L333
cannot use blockStore (variable of type *"github.com/tendermint/tendermint/store".BlockStore) as "github.com/tendermint/tendermint/state".BlockStore value in argument to sm.WithBlockStore: *"github.com/tendermint/tendermint/store".BlockStore does not implement "github.com/tendermint/tendermint/state".BlockStore (wrong type for method LoadTxInfo)
|
Build:
consensus/replay_file.go#L336
cannot use blockStore (variable of type *"github.com/tendermint/tendermint/store".BlockStore) as "github.com/tendermint/tendermint/state".BlockStore value in argument to NewState: *"github.com/tendermint/tendermint/store".BlockStore does not implement "github.com/tendermint/tendermint/state".BlockStore (wrong type for method LoadTxInfo)
|
Build:
consensus/wal_generator.go#L87
cannot use blockStore (variable of type *"github.com/tendermint/tendermint/store".BlockStore) as "github.com/tendermint/tendermint/state".BlockStore value in argument to sm.WithBlockStore: *"github.com/tendermint/tendermint/store".BlockStore does not implement "github.com/tendermint/tendermint/state".BlockStore (wrong type for method LoadTxInfo)
|
Build:
consensus/wal_generator.go#L88
cannot use blockStore (variable of type *"github.com/tendermint/tendermint/store".BlockStore) as "github.com/tendermint/tendermint/state".BlockStore value in argument to NewState: *"github.com/tendermint/tendermint/store".BlockStore does not implement "github.com/tendermint/tendermint/state".BlockStore (wrong type for method LoadTxInfo)
|
Build
Process completed with exit code 2.
|
cleanup-runs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|