2.1.0 - Price feed
New features
We've added price feed support to Carp! You can get prices from 3 dexs:
- MinSwap
- WingRiders
- SundaeSwap
This isn't enabled in the default execution plan, but you can see an execution plan just for the price feed below
https://github.com/dcSpark/carp/blob/main/indexer/execution_plans/dex_prices.toml#L44..L54
The price feeds are exposed via 3 APIs you can find in open API
- DexLastPrice
- DexMeanPrice
- DexSwap
For JS users, this new version can be accessed through the latest version of the carp client
New Contributors
- @WesleyBatista made their first contribution in #110
- @gostkin made their first contribution in #118
- @GrzegorzDrozda made their first contribution in #123
- @miksax made their first contribution in #125
Full Changelog: 2.0.3...2.1.0