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/cleanup state and fees #325

Closed 0xFable closed 3 months ago

0xFable commented 3 months ago

Closes #317 Closes #305 Removes some unused functions, reworks code a lil bit to accomodate changes. Made changes to fees and moved to fee.rs for custom fees too.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 88.57%. Comparing base (f1fdf5b) to head (9911660). Report is 1 commits behind head on release/v2_contracts.

Files Patch % Lines
packages/white-whale-std/src/fee.rs 82.97% 8 Missing :warning:
...acts/liquidity_hub/pool-manager/src/tests/suite.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v2_contracts #325 +/- ## ======================================================== + Coverage 88.50% 88.57% +0.07% ======================================================== Files 252 252 Lines 23602 23636 +34 ======================================================== + Hits 20888 20936 +48 + Misses 2714 2700 -14 ```

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

kerber0x commented 3 months ago

:shipit: @0xFable