implement feed multiple external liquidity endpoint #709
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors and 1 warning
test:
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)
|
test:
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)
|
test:
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)
|
test:
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)
|
test
Process completed with exit code 1.
|
test
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/
|