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
It would be helpful to have a RPC query that returns the lp shares when providing liquidity to a pool. It would also be helpful to have a query that returns the assets returned withdrawing liquidity from a liquidity pool. These queries will be useful when using a StargateQuery in cosmwasm smart contracts.
Suggested Design
Here is the commit for the PoolType query that was added recently: e55e13d. The design should follow the steps taken in this commit to add RPC end points for the four following queries:
Background
It would be helpful to have a RPC query that returns the lp shares when providing liquidity to a pool. It would also be helpful to have a query that returns the assets returned withdrawing liquidity from a liquidity pool. These queries will be useful when using a
StargateQuery
incosmwasm
smart contracts.Suggested Design
Here is the commit for the PoolType query that was added recently: e55e13d. The design should follow the steps taken in this commit to add RPC end points for the four following queries:
QueryJoinPool
QueryJoinSwapExactAmountIn
QueryExitPool
QueryExitSwapShareAmountIn
The text was updated successfully, but these errors were encountered: