Skip to content

PR #2098

PR #2098 #8

Triggered via dynamic August 15, 2024 23:51
Status Success
Total duration 5m 42s
Artifacts

codeql

on: dynamic
Matrix: analyze

Annotations

9 errors and 1 warning
Analyze (go)
cannot use &Keeper{} (value of type *Keeper) as "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".MemClobKeeper value in variable declaration: *Keeper does not implement "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".MemClobKeeper (wrong type for method AddOrderToOrderbookSubaccountUpdatesCheck)
Analyze (go)
cannot use keeper (variable of type *Keeper) as "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".MemClobKeeper value in argument to memClob.SetClobKeeper: *Keeper does not implement "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".MemClobKeeper (wrong type for method AddOrderToOrderbookSubaccountUpdatesCheck)
Analyze (go)
undefined: types.SettledUpdate
Analyze (go)
undefined: salib
Analyze (go)
undefined: salib
Analyze (go)
undefined: indexerevents.AddQuoteBalanceFromPerpetualPositions
Analyze (go)
cannot use app.SubaccountsKeeper (variable of type "github.com/dydxprotocol/v4-chain/protocol/x/subaccounts/keeper".Keeper) as "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".SubaccountsKeeper value in argument to clobmodulekeeper.NewKeeper: "github.com/dydxprotocol/v4-chain/protocol/x/subaccounts/keeper".Keeper does not implement "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".SubaccountsKeeper (missing method DistributeFees)
Analyze (go)
cannot use app.SubaccountsKeeper (variable of type "github.com/dydxprotocol/v4-chain/protocol/x/subaccounts/keeper".Keeper) as "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".SubaccountsKeeper value in argument to clobmodule.NewAppModule: "github.com/dydxprotocol/v4-chain/protocol/x/subaccounts/keeper".Keeper does not implement "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".SubaccountsKeeper (missing method DistributeFees)
Analyze (go)
cannot use saKeeper (variable of type *"github.com/dydxprotocol/v4-chain/protocol/x/subaccounts/keeper".Keeper) as "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".SubaccountsKeeper value in argument to keeper.NewKeeper: *"github.com/dydxprotocol/v4-chain/protocol/x/subaccounts/keeper".Keeper does not implement "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".SubaccountsKeeper (missing method DistributeFees)
Analyze (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/v4-chain/v4-chain. Supported file pattern: go.sum