feat! [WIP] Break out LSM module from SDK #6556
test.yml
on: pull_request
tests
3m 42s
repo-analysis
0s
Annotations
8 errors and 3 warnings
tests:
x/lsm/module.go#L67
undefined: types.DefaultGenesisState
|
tests:
x/lsm/module.go#L77
undefined: ValidateGenesis
|
tests:
x/lsm/module.go#L148
am.keeper.InitGenesis undefined (type *keeper.Keeper has no field or method InitGenesis)
|
tests:
x/lsm/module.go#L154
am.keeper.ExportGenesis undefined (type *keeper.Keeper has no field or method ExportGenesis)
|
tests:
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)
|
tests:
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)
|
tests:
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
|
tests
Process completed with exit code 1.
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
upgrade-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-e2e
Restore cache failed: Dependencies file is not found in /home/runner/work/gaia/gaia. Supported file pattern: go.sum
|