feat! Break out LSM module from SDK #14592
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
|