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
Is your feature request related to a problem? Please describe.
There is currently no easy way to view the status of all of a wallet's open liquidity positions from pcli.
Describe the solution you'd like
A subcommand that acts like pcli query dex position plpid for all open positions in an account.
Describe alternatives you've considered
I am currently using a bash script that queries balance and runs pcli query dex position plpid for each open position. This works for now, but is slow and not feasable if there are a large number of open positions.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
I agree that pcli should be changed to support displaying all positions at once.
@masonyonkers I do want to point out that depending on what you're trying to do you might be better off using the penumbra libraries from a Rust program instead of automating pcli with bash. You can see an example of it here: https://github.com/penumbra-zone/osiris
Is your feature request related to a problem? Please describe.
There is currently no easy way to view the status of all of a wallet's open liquidity positions from pcli.
Describe the solution you'd like
A subcommand that acts like pcli query dex position plpid for all open positions in an account.
Describe alternatives you've considered
I am currently using a bash script that queries balance and runs pcli query dex position plpid for each open position. This works for now, but is slow and not feasable if there are a large number of open positions.
Additional context
N/A
The text was updated successfully, but these errors were encountered: