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

lp-gateway: Add extrinsics for initiating and disputing message recovery #1970

Closed cdamian closed 3 weeks ago

cdamian commented 4 weeks ago

Description

Added:

Changed:

Checklist:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 74.32432% with 19 lines in your changes missing coverage. Please review.

Project coverage is 48.96%. Comparing base (771fb78) to head (b3f2f07). Report is 1 commits behind head on main.

Files Patch % Lines
.../liquidity-pools-gateway/src/message_processing.rs 72.72% 9 Missing :warning:
pallets/liquidity-pools/src/message.rs 0.00% 7 Missing :warning:
pallets/liquidity-pools-gateway/src/lib.rs 91.17% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1970 +/- ## ========================================== + Coverage 48.86% 48.96% +0.10% ========================================== Files 183 183 Lines 13095 13133 +38 ========================================== + Hits 6399 6431 +32 - Misses 6696 6702 +6 ```

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

cdamian commented 3 weeks ago

@lemunozm @wischli can we go ahead and merge it since everything is green? We can tackle the other item in a separate PR.