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

Feat/enable query reverse simulate swap operations #346

Closed nseguias closed 5 months ago

nseguias commented 5 months ago

Description and Motivation

This PR enables the reverse simulate swap operations query for the Pool Manager contract.

Related Issues

339


Checklist:

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 89.86%. Comparing base (4f0d553) to head (deebeee). Report is 2 commits behind head on release/v2_contracts.

Files Patch % Lines
...acts/liquidity_hub/pool-manager/src/tests/suite.rs 77.77% 4 Missing :warning:
...ontracts/liquidity_hub/pool-manager/src/helpers.rs 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v2_contracts #346 +/- ## ======================================================== + Coverage 89.67% 89.86% +0.18% ======================================================== Files 261 261 Lines 26905 27339 +434 ======================================================== + Hits 24128 24569 +441 + Misses 2777 2770 -7 ```

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

kerber0x commented 5 months ago

closes #339