-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Liquidity Management APIs #1725
Labels
Comments
Discussed in sync today: we'll get a portion of this week in for 041-adraste (#1877), but the rest of the work will require follow-up tickets. |
Moving to "Future" column in work-planning because this is an epic. For individual subtasks, we'll drag those onto sprint columns going forward. |
This was referenced Feb 10, 2023
Folding into #1724 |
github-project-automation
bot
moved this from Future
to Testnet 49: Pasiphae
in Testnets
Mar 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PositionManager
, similar to theNoteManager
, which will encapsulate all liquidity position-related state management. #1904Position
-relatedActionHandler
implementations #1905PositionOpen
PositionClose
PositionWithdraw
PositionRewardClaim
StubCpmm
and directSwap
executions at the DEX engine #1906Swap
actions to use the new liquidity positions rather than theStubCpmm
(should there be a higher level encapsulation here over the liquidity positions, similar toStubCpmm
? probably) #1907Based on details in https://hackmd.io/rsgSwz3BQKuL0GrSF0LWXA# and https://hackmd.io/jtoiMn0pQnSTZlOi2ig5Wg
The text was updated successfully, but these errors were encountered: