You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Describe your changes
implements lp positions and execution indexing
TODO from reviews:
- [x] We want to store the trading pair likely as a new derived type
(tuple) of (BYTEA, BYTEA)
- [x] We definitely need a table storing the current state of any given
position, including permanent information like the trading pair, price,
fees.
- [x] We need to include the reserve amounts in the lp_updates table, to
have a history of the reserves over time.
- [x] Price info, for both updates and current state
## Issue ticket number and link
fixes#4739
## Checklist before requesting a review
- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:
indexer-only changes
---------
Co-authored-by: Lucas Meier <[email protected]>
We should implement feature parity with the following api:
https://github.com/penumbra-zone/dex-explorer/tree/2b70ae60529284309f8748f6ca6a154a2bab82a9/src/pages/api/lp
The text was updated successfully, but these errors were encountered: