feat: implement object stores #121
Annotations
10 errors and 2 warnings
Analyze:
server/mock/store.go#L15
cannot use multiStore{} (value of type multiStore) as "cosmossdk.io/store/types".MultiStore value in variable declaration: multiStore does not implement "cosmossdk.io/store/types".MultiStore (missing method GetObjKVStore)
|
Analyze:
server/mock/store.go#L236
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 GetObjKVStore) (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".MultiStore value in variable declaration: multiStore does not implement "cosmossdk.io/store/types".MultiStore (missing method GetObjKVStore)
|
Analyze:
server/mock/store.go#L236
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 GetObjKVStore)) (typecheck)
|
Analyze
could not import github.com/cosmos/cosmos-sdk/types (-: # github.com/cosmos/cosmos-sdk/types
|
Analyze
undefined: storetypes.ObjKVStore
|
Analyze
undefined: gaskv.NewObjStore
|
Analyze
c.ms.GetObjKVStore undefined (type "cosmossdk.io/store/types".MultiStore has no field or method GetObjKVStore)) (typecheck)
|
Analyze
could not import github.com/cosmos/cosmos-sdk/types (-: # github.com/cosmos/cosmos-sdk/types
|
Analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|