[reviewing] patch white whale for 2 newly disclosed bugs #339
Annotations
7 errors and 2 warnings
Analyze:
app/app.go#L656
cannot use app.GetSubspace(icqtypes.ModuleName) (value of type "github.com/cosmos/cosmos-sdk/x/params/types".Subspace) as type "github.com/cosmos/ibc-apps/modules/async-icq/v7/types".ICS4Wrapper in argument to icqkeeper.NewKeeper:
|
Analyze:
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 type "github.com/cosmos/ibc-apps/modules/async-icq/v7/types".PortKeeper in argument to icqkeeper.NewKeeper:
|
Analyze:
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 type "github.com/cosmos/cosmos-sdk/x/capability/keeper".ScopedKeeper in argument to icqkeeper.NewKeeper
|
Analyze:
app/app.go#L660
cannot use scopedICQKeeper (variable of type "github.com/cosmos/cosmos-sdk/x/capability/keeper".ScopedKeeper) as type *baseapp.GRPCQueryRouter in argument to icqkeeper.NewKeeper
|
Analyze:
app/app.go#L661
cannot use app.BaseApp (variable of type *baseapp.BaseApp) as type string in argument to icqkeeper.NewKeeper
|
Analyze:
app/app.go#L773
not enough arguments in call to icq.NewAppModule
|
Analyze
Process completed with exit code 2.
|
Analyze
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/.
|
Analyze
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/
|