Skip to content

feat! Break out LSM module from SDK #14592

feat! Break out LSM module from SDK

feat! Break out LSM module from SDK #14592

Triggered via pull request January 16, 2025 18:08
Status Success
Total duration 12m 14s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Analyze: 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)
Analyze: 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)
Analyze
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)
Analyze
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)
Analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636