This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Feat/upgrade app v2 #167
Annotations
9 errors and 1 warning
go:
testutil/keeper/epochs.go#L49
cannot use storeKey (variable of type *"cosmossdk.io/store/types".KVStoreKey) as "cosmossdk.io/core/store".KVStoreService value in argument to keeper.NewKeeper: *"cosmossdk.io/store/types".KVStoreKey does not implement "cosmossdk.io/core/store".KVStoreService (missing method OpenKVStore)
|
go:
testutil/keeper/epochs.go#L50
cannot use memStoreKey (variable of type *"cosmossdk.io/store/types".MemoryStoreKey) as "cosmossdk.io/log".Logger value in argument to keeper.NewKeeper: *"cosmossdk.io/store/types".MemoryStoreKey does not implement "cosmossdk.io/log".Logger (missing method Debug)
|
go:
testutil/keeper/epochs.go#L51
cannot use paramsSubspace (variable of type "github.com/cosmos/cosmos-sdk/x/params/types".Subspace) as string value in argument to keeper.NewKeeper
|
go:
testutil/keeper/epochs.go#L57
k.SetParams undefined (type *"github.com/mycel-domain/mycel/x/epochs/keeper".Keeper has no field or method SetParams)
|
go:
testutil/keeper/furnace.go#L49
cannot use storeKey (variable of type *"cosmossdk.io/store/types".KVStoreKey) as "cosmossdk.io/core/store".KVStoreService value in argument to keeper.NewKeeper: *"cosmossdk.io/store/types".KVStoreKey does not implement "cosmossdk.io/core/store".KVStoreService (missing method OpenKVStore)
|
go:
testutil/keeper/furnace.go#L50
cannot use memStoreKey (variable of type *"cosmossdk.io/store/types".MemoryStoreKey) as "cosmossdk.io/log".Logger value in argument to keeper.NewKeeper: *"cosmossdk.io/store/types".MemoryStoreKey does not implement "cosmossdk.io/log".Logger (missing method Debug)
|
go:
testutil/keeper/furnace.go#L51
cannot use paramsSubspace (variable of type "github.com/cosmos/cosmos-sdk/x/params/types".Subspace) as string value in argument to keeper.NewKeeper
|
go:
testutil/keeper/registry.go#L56
too many arguments in call to keeper.NewKeeper
|
go
Process completed with exit code 1.
|
go
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|