centrifuge / centrifuge-chain

Centrifuge Chain: the layer-1 blockchain for real-world assets, built on Substrate.
https://centrifuge.io
GNU Lesser General Public License v3.0
182 stars 78 forks source link

feat: add freeze & unfreeze extrinsics #1947

Closed wischli closed 1 month ago

wischli commented 1 month ago

Description

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 46.88797% with 128 lines in your changes missing coverage. Please review.

Project coverage is 48.31%. Comparing base (4bfeabe) to head (09c4b4c).

Files Patch % Lines
runtime/common/src/permissions.rs 0.00% 40 Missing :warning:
pallets/liquidity-pools/src/lib.rs 53.57% 39 Missing :warning:
pallets/liquidity-pools/src/defensive_weights.rs 0.00% 27 Missing :warning:
libs/types/src/permissions.rs 0.00% 15 Missing :warning:
pallets/liquidity-pools/src/tests.rs 95.58% 3 Missing :warning:
pallets/investments/src/lib.rs 50.00% 2 Missing :warning:
pallets/liquidity-pools/src/inbound.rs 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1947 +/- ## ========================================== + Coverage 47.83% 48.31% +0.48% ========================================== Files 183 184 +1 Lines 12904 12999 +95 ========================================== + Hits 6172 6281 +109 + Misses 6732 6718 -14 ```

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