Skip to content

Problem: sdk 50 is not integrated #2299

Problem: sdk 50 is not integrated

Problem: sdk 50 is not integrated #2299

Triggered via pull request March 15, 2024 08:22
Status Success
Total duration 17m 12s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze (go): app/app.go#L541
cannot use authtypes.NewModuleAddress(govtypes.ModuleName) (value of type "github.com/cosmos/cosmos-sdk/types".AccAddress) as "cosmossdk.io/core/store".KVStoreService value in argument to feemarketkeeper.NewKeeper: "github.com/cosmos/cosmos-sdk/types".AccAddress does not implement "cosmossdk.io/core/store".KVStoreService (missing method OpenKVStore)
Analyze (go): app/app.go#L542
cannot use keys[feemarkettypes.StoreKey] (map index expression of type *"cosmossdk.io/store/types".KVStoreKey) as "github.com/cosmos/cosmos-sdk/types".AccAddress value in argument to feemarketkeeper.NewKeeper
Analyze (go): app/app.go#L542
cannot use feeMarketS (variable of type "github.com/cosmos/cosmos-sdk/x/params/types".Subspace) as "cosmossdk.io/store/types".StoreKey value in argument to feemarketkeeper.NewKeeper: "github.com/cosmos/cosmos-sdk/x/params/types".Subspace does not implement "cosmossdk.io/store/types".StoreKey (missing method String)
Analyze (go): app/app.go#L560
cannot use keys[evmtypes.StoreKey] (map index expression of type *"cosmossdk.io/store/types".KVStoreKey) as "cosmossdk.io/core/store".KVStoreService value in argument to evmkeeper.NewKeeper: *"cosmossdk.io/store/types".KVStoreKey does not implement "cosmossdk.io/core/store".KVStoreService (missing method OpenKVStore)
Analyze (go): app/app.go#L560
cannot use authtypes.NewModuleAddress(govtypes.ModuleName) (value of type "github.com/cosmos/cosmos-sdk/types".AccAddress) as "cosmossdk.io/store/types".StoreKey value in argument to evmkeeper.NewKeeper: "github.com/cosmos/cosmos-sdk/types".AccAddress does not implement "cosmossdk.io/store/types".StoreKey (missing method Name)
Analyze (go): app/app.go#L561
cannot use app.AccountKeeper (variable of type "github.com/cosmos/cosmos-sdk/x/auth/keeper".AccountKeeper) as "github.com/cosmos/cosmos-sdk/types".AccAddress value in argument to evmkeeper.NewKeeper
Analyze (go): app/app.go#L561
cannot use app.BankKeeper (variable of type "github.com/cosmos/cosmos-sdk/x/bank/keeper".Keeper) as "github.com/evmos/ethermint/x/evm/types".AccountKeeper value in argument to evmkeeper.NewKeeper: "github.com/cosmos/cosmos-sdk/x/bank/keeper".Keeper does not implement "github.com/evmos/ethermint/x/evm/types".AccountKeeper (missing method AddressCodec)
Analyze (go): app/app.go#L561
cannot use app.StakingKeeper (variable of type *"github.com/cosmos/cosmos-sdk/x/staking/keeper".Keeper) as "github.com/evmos/ethermint/x/evm/types".BankKeeper value in argument to evmkeeper.NewKeeper: *"github.com/cosmos/cosmos-sdk/x/staking/keeper".Keeper does not implement "github.com/evmos/ethermint/x/evm/types".BankKeeper (missing method BlockedAddr)
Analyze (go): app/app.go#L561
cannot use app.FeeMarketKeeper (variable of type "github.com/evmos/ethermint/x/feemarket/keeper".Keeper) as "github.com/evmos/ethermint/x/evm/types".StakingKeeper value in argument to evmkeeper.NewKeeper: "github.com/evmos/ethermint/x/feemarket/keeper".Keeper does not implement "github.com/evmos/ethermint/x/evm/types".StakingKeeper (missing method GetHistoricalInfo)
Analyze (go): app/app.go#L562
cannot use tracer (variable of type string) as "github.com/evmos/ethermint/x/evm/types".FeeMarketKeeper value in argument to evmkeeper.NewKeeper: string does not implement "github.com/evmos/ethermint/x/evm/types".FeeMarketKeeper (missing method AddTransientGasWanted)
Analyze (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (go)
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/