Skip to content
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

feat: improve PoolResponse from gGRPC queries #335

Merged
merged 4 commits into from
Jul 13, 2022
Merged

Conversation

hallazzang
Copy link
Contributor

Description

This PR improves PoolResponse which is returned from pool query endpoints.

Tasks

  • add base_coin and quote_coin fields under balances
  • add price field which is null for disabled pools
  • add pool_coin_supply field

@hallazzang hallazzang self-assigned this Jul 12, 2022
@github-actions github-actions bot added c-sync x/liquidity documentation Improvements or additions to documentation labels Jul 12, 2022
@hallazzang hallazzang marked this pull request as ready for review July 12, 2022 10:49
CHANGELOG.md Show resolved Hide resolved
Copy link
Contributor

@jaybxyz jaybxyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

- add `base_coin` and `quote_coin` fields under `balances`
- add `price` field which is `null` for disabled pools
- add `pool_coin_supply` field
@hallazzang
Copy link
Contributor Author

hallazzang commented Jul 12, 2022

I've rebased and force-pushed commits for easier commit tracking. I'm sorry about force-pushing after code review @dongsam.

@hallazzang hallazzang merged commit 4328e36 into main Jul 13, 2022
@dongsam dongsam removed the c-sync label Jul 13, 2022
dongsam pushed a commit that referenced this pull request Aug 31, 2022
feat: improve PoolResponse from gGRPC queries #335
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation x/liquidity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants