Add LiquidityRatioFromPriceDepth function to be able to calculate tot… #719
Annotations
5 errors and 1 warning
x/incentive/keeper/keeper.go#L232
cannot use k.oracleKeeper (variable of type "github.com/elys-network/elys/x/incentive/types".OracleKeeper) as "github.com/elys-network/elys/x/amm/types".OracleKeeper value in argument to p.TVL: "github.com/elys-network/elys/x/incentive/types".OracleKeeper does not implement "github.com/elys-network/elys/x/amm/types".OracleKeeper (missing method GetPriceFeeder)
|
x/incentive/keeper/keeper.go#L260
cannot use k.oracleKeeper (variable of type "github.com/elys-network/elys/x/incentive/types".OracleKeeper) as "github.com/elys-network/elys/x/amm/types".OracleKeeper value in argument to p.TVL: "github.com/elys-network/elys/x/incentive/types".OracleKeeper does not implement "github.com/elys-network/elys/x/amm/types".OracleKeeper (missing method GetPriceFeeder)
|
x/incentive/keeper/keeper_fees.go#L76
cannot use k.oracleKeeper (variable of type "github.com/elys-network/elys/x/incentive/types".OracleKeeper) as "github.com/elys-network/elys/x/amm/types".OracleKeeper value in argument to pool.SwapOutAmtGivenIn: "github.com/elys-network/elys/x/incentive/types".OracleKeeper does not implement "github.com/elys-network/elys/x/amm/types".OracleKeeper (missing method GetPriceFeeder)
|
x/incentive/keeper/keeper_lps.go#L23
cannot use k.oracleKeeper (variable of type "github.com/elys-network/elys/x/incentive/types".OracleKeeper) as "github.com/elys-network/elys/x/amm/types".OracleKeeper value in argument to p.TVL: "github.com/elys-network/elys/x/incentive/types".OracleKeeper does not implement "github.com/elys-network/elys/x/amm/types".OracleKeeper (missing method GetPriceFeeder)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading