[reviewing] patch white whale for 2 newly disclosed bugs #356
Annotations
7 errors and 2 warnings
Build:
app/app.go#L656
cannot use app.GetSubspace(icqtypes.ModuleName) (value of type "github.com/cosmos/cosmos-sdk/x/params/types".Subspace) as "github.com/cosmos/ibc-apps/modules/async-icq/v7/types".ICS4Wrapper value in argument to icqkeeper.NewKeeper: "github.com/cosmos/cosmos-sdk/x/params/types".Subspace does not implement "github.com/cosmos/ibc-apps/modules/async-icq/v7/types".ICS4Wrapper (missing method GetAppVersion)
|
Build:
app/app.go#L658
cannot use app.IBCKeeper.ChannelKeeper (variable of type "github.com/cosmos/ibc-go/v7/modules/core/04-channel/keeper".Keeper) as "github.com/cosmos/ibc-apps/modules/async-icq/v7/types".PortKeeper value in argument to icqkeeper.NewKeeper: "github.com/cosmos/ibc-go/v7/modules/core/04-channel/keeper".Keeper does not implement "github.com/cosmos/ibc-apps/modules/async-icq/v7/types".PortKeeper (missing method BindPort)
|
Build:
app/app.go#L659
cannot use &app.IBCKeeper.PortKeeper (value of type *"github.com/cosmos/ibc-go/v7/modules/core/05-port/keeper".Keeper) as "github.com/cosmos/cosmos-sdk/x/capability/keeper".ScopedKeeper value in argument to icqkeeper.NewKeeper
|
Build:
app/app.go#L660
cannot use scopedICQKeeper (variable of type "github.com/cosmos/cosmos-sdk/x/capability/keeper".ScopedKeeper) as *baseapp.GRPCQueryRouter value in argument to icqkeeper.NewKeeper
|
Build:
app/app.go#L661
cannot use app.BaseApp (variable of type *baseapp.BaseApp) as string value in argument to icqkeeper.NewKeeper
|
Build:
app/app.go#L773
not enough arguments in call to icq.NewAppModule
|
Build
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, github/codeql-action/init@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/
|
The logs for this run have expired and are no longer available.
Loading