Skip to content

Commit

Permalink
Merge pull request #335 from cosmosquad-labs/improve-pool-response
Browse files Browse the repository at this point in the history
feat: improve PoolResponse from gGRPC queries
  • Loading branch information
hallazzang authored Jul 13, 2022
2 parents a755b70 + 454165f commit 4328e36
Show file tree
Hide file tree
Showing 9 changed files with 922 additions and 296 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Client Breaking Changes

* (x/liquidity) [\#335](https://github.com/cosmosquad-labs/squad/pull/335) Modify `PoolResponse`:
* `balances` field has been modified to contain `base_coin` and `quote_coin` fields
* `pool_coin_supply` field has been added
* `price` field has been added
* (x/farming) [\#334](https://github.com/cosmosquad-labs/squad/pull/334) Add `HistoricalRewards` query endpoint:
* `HistoricalRewards`: `/squad/farming/v1beta1/historical_rewards/{staking_coin_denom}`
* (x/liquidity) [\#318](https://github.com/cosmosquad-labs/squad/pull/318) Add `OrderBooks` query endpoint:
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 4328e36

Please sign in to comment.