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

docs(pool-manager): add readme to pool manager #356

Closed kerber0x closed 2 months ago

kerber0x commented 2 months ago

Description and Motivation

This PR adds information about the functioning of the pool manager to its readme file.

Related Issues


Checklist:

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.55%. Comparing base (0f77427) to head (235a0e6). Report is 3 commits behind head on release/v2_contracts.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v2_contracts #356 +/- ## ======================================================== + Coverage 90.09% 90.55% +0.45% ======================================================== Files 278 276 -2 Lines 29604 29921 +317 ======================================================== + Hits 26673 27094 +421 + Misses 2931 2827 -104 ```

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

kerber0x commented 2 months ago

LGTM, we could mention more on routing and reuse more of router.md but im fine with it as is great work ser 🚀

I in purpose omitted details about it cuz it's not critical to understand how the contract works and what you can do about it. We already mention that it can do single and multi-hop operations and what messages you need to use for them, i think that's enough. Then when we link to the technical docs there will be examples on how those messages should look like.