Skip to content

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

feat! [WIP] Break out LSM module from SDK

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

Triggered via pull request January 16, 2025 18:08
Status Failure
Total duration 2m 13s
Artifacts

lint.yml

on: pull_request
golangci-lint
2m 4s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: x/lsm/keeper/msg_server.go#L29
cannot use &msgServer{…} (value of type *msgServer) as "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer value in return statement: *msgServer does not implement "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer (missing method WithdrawAllTokenizeShareRecordReward)
golangci-lint: x/lsm/keeper/msg_server.go#L32
cannot use msgServer{} (value of type msgServer) as "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer value in variable declaration: msgServer does not implement "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer (missing method WithdrawAllTokenizeShareRecordReward) (typecheck)
golangci-lint: app/keepers/keepers.go#L86
could not import github.com/cosmos/gaia/v22/x/lsm/keeper (-: # github.com/cosmos/gaia/v22/x/lsm/keeper
golangci-lint: x/lsm/keeper/msg_server.go#L29
cannot use &msgServer{…} (value of type *msgServer) as "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer value in return statement: *msgServer does not implement "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer (missing method WithdrawAllTokenizeShareRecordReward)
golangci-lint: x/lsm/keeper/msg_server.go#L32
cannot use msgServer{} (value of type msgServer) as "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer value in variable declaration: msgServer does not implement "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer (missing method WithdrawAllTokenizeShareRecordReward)) (typecheck)
golangci-lint: x/lsm/module.go#L20
could not import github.com/cosmos/gaia/v22/x/lsm/keeper (-: # github.com/cosmos/gaia/v22/x/lsm/keeper
golangci-lint: x/lsm/keeper/msg_server.go#L29
cannot use &msgServer{…} (value of type *msgServer) as "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer value in return statement: *msgServer does not implement "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer (missing method WithdrawAllTokenizeShareRecordReward)
golangci-lint: x/lsm/keeper/msg_server.go#L32
cannot use msgServer{} (value of type msgServer) as "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer value in variable declaration: msgServer does not implement "github.com/cosmos/gaia/v22/x/lsm/types".MsgServer (missing method WithdrawAllTokenizeShareRecordReward)) (typecheck)
golangci-lint: app/export.go#L45
app.StakingKeeper undefined (type *GaiaApp has no field or method StakingKeeper) (typecheck)
golangci-lint: app/app.go#L383
app.UpgradeKeeper undefined (type *GaiaApp has no field or method UpgradeKeeper) (typecheck)
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636