feat: implement object stores #108
Annotations
3 errors and 1 warning
Go vulnerability check:
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)
|
Go vulnerability check:
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)
|
Go vulnerability check
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/dependency-review-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading