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: make it possible to lock the LP when providing liquidity into a pool #343

Closed kerber0x closed 3 months ago

kerber0x commented 3 months ago

Description and Motivation

This PR addresses #309, allowing a user to lock the LP when providing liquidity.

Related Issues


Checklist:

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 89.80%. Comparing base (4f0d553) to head (27ec278). Report is 1 commits behind head on release/v2_contracts.

Files Patch % Lines
...acts/liquidity_hub/pool-manager/src/tests/suite.rs 77.41% 14 Missing :warning:
...ty_hub/pool-manager/src/tests/integration_tests.rs 99.16% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v2_contracts #343 +/- ## ======================================================== + Coverage 89.67% 89.80% +0.12% ======================================================== Files 261 261 Lines 26905 27203 +298 ======================================================== + Hits 24128 24430 +302 + Misses 2777 2773 -4 ```

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