feat! [WIP] Break out LSM module from SDK #6556
Annotations
8 errors and 1 warning
test & coverage report creation:
x/lsm/module.go#L67
undefined: types.DefaultGenesisState
|
test & coverage report creation:
x/lsm/module.go#L77
undefined: ValidateGenesis
|
test & coverage report creation:
x/lsm/module.go#L148
am.keeper.InitGenesis undefined (type *keeper.Keeper has no field or method InitGenesis)
|
test & coverage report creation:
x/lsm/module.go#L154
am.keeper.ExportGenesis undefined (type *keeper.Keeper has no field or method ExportGenesis)
|
test & coverage report creation:
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)
|
test & coverage report creation:
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)
|
test & coverage report creation:
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
|
test & coverage report creation
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading