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(epoch-manager): add readme to epoch manager #353

Closed kerber0x closed 4 months ago

kerber0x commented 4 months ago

Description and Motivation

This PR adds a readme file explaining how the epoch manager works.

Related Issues


Checklist:

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 91.15%. Comparing base (0f77427) to head (1d6ffbc). Report is 32 commits behind head on release/v2_contracts.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v2_contracts #353 +/- ## ======================================================== + Coverage 90.09% 91.15% +1.06% ======================================================== Files 278 279 +1 Lines 29604 31119 +1515 ======================================================== + Hits 26673 28368 +1695 + Misses 2931 2751 -180 ```

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

kerber0x commented 4 months ago

LGTM good work, I'd love to see some more here about how we are using the epoch manager at a high level i.e the clock and how that affects other contracts

Cool, will add that.