feat: implement object stores #116
Annotations
10 errors and 2 warnings
Autobuild
undefined: expfmt.FmtText
|
Autobuild
undefined: expfmt.FmtText
|
Autobuild
cannot use kvStoreAdapter{} (value of type kvStoreAdapter) as "cosmossdk.io/store/types".GKVStore[[]byte] value in variable declaration: kvStoreAdapter does not implement "cosmossdk.io/store/types".GKVStore[[]byte] (wrong type for method Iterator)
|
Autobuild
cannot use &kvStoreAdapter{…} (value of type *kvStoreAdapter) as "cosmossdk.io/store/types".GKVStore[[]byte] value in return statement: *kvStoreAdapter does not implement "cosmossdk.io/store/types".GKVStore[[]byte] (wrong type for method Iterator)
|
Autobuild
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)
|
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 GetObjKVStore)
|
Autobuild
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Iterator)
|
Autobuild
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as Tree value in variable declaration: *"github.com/cosmos/iavl".MutableTree does not implement Tree (wrong type for method Iterator)
|
Autobuild
cannot use db (variable of type "github.com/cosmos/cosmos-db".DB) as "github.com/cosmos/iavl/db".DB value in argument to iavl.NewMutableTree: "github.com/cosmos/cosmos-db".DB does not implement "github.com/cosmos/iavl/db".DB (wrong type for method Iterator)
|
Autobuild
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as Tree value in struct literal: *"github.com/cosmos/iavl".MutableTree does not implement Tree (wrong type for method Iterator)
|
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/.
|
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