PR #2112 #63
codeql
on: dynamic
Matrix: analyze
Annotations
4 errors and 1 warning
Analyze (go)
cannot use Keeper{} (value of type Keeper) as "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types".QueryServer value in variable declaration: Keeper does not implement "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types".QueryServer (missing method AffiliateInfo)
|
Analyze (go)
cannot use msgServer{} (value of type msgServer) as "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types".MsgServer value in variable declaration: msgServer does not implement "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types".MsgServer (missing method RegisterAffiliate)
|
Analyze (go)
cannot use &msgServer{…} (value of type *msgServer) as "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types".MsgServer value in return statement: *msgServer does not implement "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types".MsgServer (missing method RegisterAffiliate)
|
Analyze (go)
cannot use am.keeper (variable of type "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/keeper".Keeper) as "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types".QueryServer value in argument to types.RegisterQueryServer: "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/keeper".Keeper does not implement "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types".QueryServer (missing method AffiliateInfo)
|
Analyze (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/v4-chain/v4-chain. Supported file pattern: go.sum
|