Problem: prune cmd don't wait for async pruning to finish #391
Annotations
7 errors and 1 warning
Autobuild:
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)
|
Autobuild:
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)
|
Autobuild:
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
|
Autobuild:
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)
|
Autobuild:
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)
|
Autobuild
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)
|
Autobuild
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)
|
Initialize CodeQL
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/
|
Loading