Skip to content

Problem: prune cmd don't wait for async pruning to finish #391

Problem: prune cmd don't wait for async pruning to finish

Problem: prune cmd don't wait for async pruning to finish #391

Triggered via pull request November 29, 2024 08:39
Status Success
Total duration 29m 59s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Analyze: server/mock/store.go#L15
cannot use multiStore{} (value of type multiStore) as "cosmossdk.io/store/types".CommitMultiStore value in variable declaration: multiStore does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method SetIAVLSyncPruning)
Analyze: server/mock/store.go#L228
cannot use multiStore{…} (value of type multiStore) as "cosmossdk.io/store/types".CommitMultiStore value in return statement: multiStore does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method SetIAVLSyncPruning) (typecheck)
Analyze: x/genutil/client/cli/init_test.go#L25
could not import github.com/cosmos/cosmos-sdk/server/mock (-: # github.com/cosmos/cosmos-sdk/server/mock
Analyze: server/mock/store.go#L15
cannot use multiStore{} (value of type multiStore) as "cosmossdk.io/store/types".CommitMultiStore value in variable declaration: multiStore does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method SetIAVLSyncPruning)
Analyze: server/mock/store.go#L228
cannot use multiStore{…} (value of type multiStore) as "cosmossdk.io/store/types".CommitMultiStore value in return statement: multiStore does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method SetIAVLSyncPruning)) (typecheck)
Analyze
cannot use multiStore{} (value of type multiStore) as "cosmossdk.io/store/types".CommitMultiStore value in variable declaration: multiStore does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method SetIAVLSyncPruning)
Analyze
cannot use multiStore{…} (value of type multiStore) as "cosmossdk.io/store/types".CommitMultiStore value in return statement: multiStore does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method SetIAVLSyncPruning)
Analyze
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/