Problem: prune cmd don't wait for async pruning to finish #1029
Annotations
4 errors
Go vulnerability check:
store/iavl/store.go#L61
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)
|
Go vulnerability check:
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)
|
Go vulnerability check:
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)
|
Go vulnerability check
Process completed with exit code 2.
|
Loading