feat: retrieves timeout propose and timeout commit dynamically per height according to the app version #3346
Annotations
10 errors
golangci-lint:
cmd/cometbft/commands/reindex_event_test.go#L183
cannot use mockStateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in struct literal: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo) (typecheck)
|
golangci-lint:
evidence/pool_test.go#L56
cannot use stateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|
golangci-lint:
evidence/pool_test.go#L266
cannot use stateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|
golangci-lint:
evidence/pool_test.go#L342
cannot use newStateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|
golangci-lint:
evidence/verify_test.go#L93
cannot use stateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|
golangci-lint:
evidence/verify_test.go#L116
cannot use stateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|
golangci-lint:
evidence/verify_test.go#L122
cannot use stateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|
golangci-lint:
evidence/verify_test.go#L129
cannot use stateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|
golangci-lint:
evidence/verify_test.go#L170
cannot use stateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|
golangci-lint:
evidence/verify_test.go#L188
cannot use stateStore (variable of type *"github.com/tendermint/tendermint/state/mocks".Store) as "github.com/tendermint/tendermint/state".Store value in argument to evidence.NewPool: *"github.com/tendermint/tendermint/state/mocks".Store does not implement "github.com/tendermint/tendermint/state".Store (missing method LoadConsensusTimeoutsInfo)
|