Mikhail Tagirov

Results 14 issues of Mikhail Tagirov

pswap-distribution benchmark (not test) panics. How to reproduce: ``` cargo run --bin framenode --features private-net,runtime-benchmarks,ready-to-test benchmark pallet --chain=local --execution=native --wasm-execution=compiled --pallet pswap_distribution --extrinsic "*" --steps 2 --repeat 1 --output ./benches...

bug

Process the cases when `quote` exceeds the reserves. The main idea is that even if reserves are exceeded, `step_quote` returns as much liquidity as it can.

`quote` that uses ALT for order-book & xyk-pool sources with desired amount > order-book liquidity, returns `UnavailableExchangePath` error. Swap XOR --> Asset Prices are equal. xyk-pool reserves are too low....

bug

Remove feature flag

tech

Change the feature flag to `stage`

tech

LiquidityProxy contains a lot of code that worked with old liquidity aggregation system. The introducing the ALT leads to some problems, bugs or inconsistency behavior. It is necessary to assemble...

tech

### Problem statement We call functions directly from pallets. It is necessary to use traits in Config for these calls. One of such using is getting asset info from `assets`...

good first issue
tech

Liquidity sources could have some limitations (e.g. min/max order size for Order Book). ALT should consider these cases. Also ALT must to process errors from liquidity sources

### Problem statement Sora network goes ahead have several liquidity sources (almost 4). The new ALT mechanism is developed for liquidity proxy to work with all sources, but unit tests...

tech