Skip to content

WIP: retrieves timeout_propose and timeout_commit dynamically per height #3406

WIP: retrieves timeout_propose and timeout_commit dynamically per height

WIP: retrieves timeout_propose and timeout_commit dynamically per height #3406

Triggered via pull request October 8, 2024 19:56
Status Failure
Total duration 4m 51s
Artifacts

coverage.yml

on: pull_request
Matrix: Build
upload-coverage-report
0s
upload-coverage-report
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
tests: 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)
tests: 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)
tests: 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)
tests: 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)
tests: 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)
tests: 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)
tests: 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)
tests: 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)
tests: 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)
tests: 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)
Build (arm)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (arm)
Restore cache failed: Dependencies file is not found in /home/runner/work/celestia-core/celestia-core. Supported file pattern: go.sum
Build (amd64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (amd64)
Restore cache failed: Dependencies file is not found in /home/runner/work/celestia-core/celestia-core. Supported file pattern: go.sum
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tests
Restore cache failed: Dependencies file is not found in /home/runner/work/celestia-core/celestia-core. Supported file pattern: go.sum