White-Whale-Defi-Platform / white-whale-core

Core contracts for White Whale, The Interchain Liquidity Protocol for the Cosmos.
https://whitewhale.money
MIT License
36 stars 23 forks source link

chore: add total LP share amount to the Pair query response #347

Closed kerber0x closed 5 months ago

kerber0x commented 5 months ago

Description and Motivation

Adds the total LP share amount to the Pair query response, as this was a missing piece of information lost when we removed the Pool query.

Related Issues

Closes #344


Checklist:

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 96.96970% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 89.89%. Comparing base (deebeee) to head (3d6ccfa). Report is 1 commits behind head on release/v2_contracts.

Files Patch % Lines
...ty_hub/pool-manager/src/tests/integration_tests.rs 96.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v2_contracts #347 +/- ## ======================================================== + Coverage 89.86% 89.89% +0.02% ======================================================== Files 261 261 Lines 27339 27342 +3 ======================================================== + Hits 24569 24579 +10 + Misses 2770 2763 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

0xFable commented 5 months ago

🚀