Skip to content

feat! [WIP] Break out LSM module from SDK #14573

feat! [WIP] Break out LSM module from SDK

feat! [WIP] Break out LSM module from SDK #14573

Triggered via pull request December 18, 2024 03:16
Status Success
Total duration 12m 28s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze: x/lsm/module.go#L67
undefined: types.DefaultGenesisState
Analyze: x/lsm/module.go#L77
undefined: ValidateGenesis
Analyze: x/lsm/module.go#L148
am.keeper.InitGenesis undefined (type *keeper.Keeper has no field or method InitGenesis)
Analyze: x/lsm/module.go#L154
am.keeper.ExportGenesis undefined (type *keeper.Keeper has no field or method ExportGenesis)
Analyze: x/lsm/module.go#L202
cannot use authority.String() (value of type string) as "github.com/cosmos/gaia/v22/x/lsm/types".StakingKeeper value in argument to keeper.NewKeeper: string does not implement "github.com/cosmos/gaia/v22/x/lsm/types".StakingKeeper (missing method BondDenom)
Analyze: x/lsm/module.go#L203
cannot use in.ValidatorAddressCodec (variable of type "github.com/cosmos/cosmos-sdk/runtime".ValidatorAddressCodec) as "github.com/cosmos/gaia/v22/x/lsm/types".DistributionKeeper value in argument to keeper.NewKeeper: "github.com/cosmos/cosmos-sdk/runtime".ValidatorAddressCodec does not implement "github.com/cosmos/gaia/v22/x/lsm/types".DistributionKeeper (missing method CalculateDelegationRewards)
Analyze: x/lsm/module.go#L204
cannot use in.ConsensusAddressCodec (variable of type "github.com/cosmos/cosmos-sdk/runtime".ConsensusAddressCodec) as string value in argument to keeper.NewKeeper
Analyze
undefined: types.DefaultGenesisState
Analyze
am.keeper.ExportGenesis undefined (type *keeper.Keeper has no field or method ExportGenesis)
Analyze
am.keeper.InitGenesis undefined (type *keeper.Keeper has no field or method InitGenesis)
Analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636