jito-foundation / restaking

https://docs.restaking.jito.network/
Other
54 stars 5 forks source link

(WIP): Add Warmup and Cooldown Periods #20

Closed coachchucksol closed 2 months ago

coachchucksol commented 2 months ago

Adding in warmup and cooldown periods to address: Issue #17

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 75.40984% with 45 lines in your changes missing coverage. Please review.

Project coverage is 72.33%. Comparing base (e3fd3ca) to head (a0d0665).

Files Patch % Lines
restaking_program/src/avs_remove_vault.rs 0.00% 6 Missing :warning:
vault_program/src/remove_avs.rs 0.00% 5 Missing :warning:
restaking_program/src/avs_remove_operator.rs 0.00% 4 Missing :warning:
restaking_program/src/avs_remove_vault_slasher.rs 0.00% 4 Missing :warning:
restaking_program/src/operator_remove_avs.rs 0.00% 4 Missing :warning:
restaking_program/src/operator_remove_vault.rs 0.00% 4 Missing :warning:
vault_program/src/remove_operator.rs 0.00% 3 Missing :warning:
restaking_core/src/avs_operator_ticket.rs 75.00% 2 Missing :warning:
restaking_core/src/avs_vault_slasher_ticket.rs 75.00% 2 Missing :warning:
restaking_core/src/avs_vault_ticket.rs 75.00% 2 Missing :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #20 +/- ## ========================================== + Coverage 71.88% 72.33% +0.44% ========================================== Files 74 74 Lines 6455 6567 +112 ========================================== + Hits 4640 4750 +110 - Misses 1815 1817 +2 ```

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