-
Notifications
You must be signed in to change notification settings - Fork 296
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
Discovering the position id of a new LP position created with pcli is high friction #4792
Labels
needs-refinement
unclear, incomplete, or stub issue that needs work
Comments
github-actions
bot
added
the
needs-refinement
unclear, incomplete, or stub issue that needs work
label
Aug 6, 2024
One very low effort improvement is that the command should print out the position ID before submitting the TX |
zmanian
added a commit
to zmanian/penumbra
that referenced
this issue
Aug 9, 2024
aubrika
pushed a commit
that referenced
this issue
Aug 12, 2024
Resolves issue #4792 Prints the position Id when creating a new liquidity position --------- Signed-off-by: Henry de Valence <[email protected]> Co-authored-by: Henry de Valence <[email protected]>
conorsch
pushed a commit
that referenced
this issue
Aug 12, 2024
Resolves issue #4792 Prints the position Id when creating a new liquidity position --------- Signed-off-by: Henry de Valence <[email protected]> Co-authored-by: Henry de Valence <[email protected]> (cherry picked from commit 897b59d)
conorsch
pushed a commit
that referenced
this issue
Aug 12, 2024
Resolves issue #4792 Prints the position Id when creating a new liquidity position --------- Signed-off-by: Henry de Valence <[email protected]> Co-authored-by: Henry de Valence <[email protected]> (cherry picked from commit 897b59d)
Resolved in #4798, for now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When creating an lp position with
pcli tx lp order buy
, you get a transaction_hex back but a more typical workflow would be to either monitor the position withpcli query dex position
or with the dex explorer.To do that step, you need your position id. My current workflow is to call
pcli view balance
and look all my open position_nfts to find the one that was created.Describe the solution you'd like
It would be useful to either have a position specific view that would basically show richer information about all open positions and/or it would be useful to have the
pcli tx lp order buy/sell
commands return a position_id.The text was updated successfully, but these errors were encountered: