IBC v9 #822
Annotations
10 errors and 2 warnings
lint:
app/app.go#L47
could not import github.com/eve-network/eve/app/ante (-: # github.com/eve-network/eve/app/ante
|
lint:
app/ante/suite.go#L108
cannot use transferkeeper.Keeper{} (value of type "github.com/cosmos/ibc-go/v9/modules/apps/transfer/keeper".Keeper) as "github.com/cosmos/ibc-go/v8/modules/apps/transfer/keeper".Keeper value in argument to feeabskeeper.NewKeeper
|
lint:
app/ante/suite.go#L108
cannot use channelkeeper.Keeper{} (value of type "github.com/cosmos/ibc-go/v9/modules/core/04-channel/keeper".Keeper) as "github.com/cosmos/ibc-go/v8/modules/core/04-channel/keeper".Keeper value in argument to feeabskeeper.NewKeeper
|
lint:
app/ante/suite.go#L108
cannot use &portkeeper.Keeper{} (value of type *"github.com/cosmos/ibc-go/v9/modules/core/05-port/keeper".Keeper) as *"github.com/cosmos/ibc-go/v8/modules/core/05-port/keeper".Keeper value in argument to feeabskeeper.NewKeeper) (typecheck)
|
lint:
app/app.go#L535
too many arguments in call to ibckeeper.NewKeeper
|
lint:
app/app.go#L541
cannot use app.IBCKeeper.ClientKeeper (variable of type *"github.com/cosmos/ibc-go/v9/modules/core/02-client/keeper".Keeper) as "github.com/cosmos/ibc-go/modules/light-clients/08-wasm/types".ClientKeeper value in argument to wasm08keeper.NewKeeperWithVM: *"github.com/cosmos/ibc-go/v9/modules/core/02-client/keeper".Keeper does not implement "github.com/cosmos/ibc-go/modules/light-clients/08-wasm/types".ClientKeeper (wrong type for method GetClientState)
|
lint:
app/app.go#L599
cannot use app.IBCKeeper.ChannelKeeper (variable of type *"github.com/cosmos/ibc-go/v9/modules/core/04-channel/keeper".Keeper) as "github.com/cosmos/ibc-go/v8/modules/core/05-port/types".ICS4Wrapper value in argument to ibchooks.NewICS4Middleware: *"github.com/cosmos/ibc-go/v9/modules/core/04-channel/keeper".Keeper does not implement "github.com/cosmos/ibc-go/v8/modules/core/05-port/types".ICS4Wrapper (wrong type for method SendPacket)
|
lint:
app/app.go#L604
cannot use hooksICS4Wrapper (variable of type ibc_hooks.ICS4Middleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".ICS4Wrapper value in argument to ibcfeekeeper.NewKeeper: ibc_hooks.ICS4Middleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".ICS4Wrapper (wrong type for method SendPacket)
|
lint:
app/app.go#L649
cannot use app.TransferKeeper (variable of type "github.com/cosmos/ibc-go/v9/modules/apps/transfer/keeper".Keeper) as "github.com/cosmos/ibc-go/v8/modules/apps/transfer/keeper".Keeper value in argument to feeabskeeper.NewKeeper (typecheck)
|
lint:
app/app.go#L650
cannot use app.IBCKeeper.ChannelKeeper (variable of type *"github.com/cosmos/ibc-go/v9/modules/core/04-channel/keeper".Keeper) as "github.com/cosmos/ibc-go/v8/modules/core/04-channel/keeper".Keeper value in argument to feeabskeeper.NewKeeper (typecheck)
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eve/eve. Supported file pattern: go.sum
|