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
184 stars 81 forks source link

Fix/gateway message processing #1991

Closed cdamian closed 1 month ago

cdamian commented 2 months ago

Description

Various fixes for LP gateway-related logic.

Changes and Descriptions

LP Gateway

LP Gateway Queue

Checklist:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 76.66667% with 14 lines in your changes missing coverage. Please review.

Project coverage is 48.41%. Comparing base (927af06) to head (731577f). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../liquidity-pools-gateway/src/message_processing.rs 70.00% 6 Missing :warning:
pallets/liquidity-pools-gateway-queue/src/lib.rs 82.14% 5 Missing :warning:
pallets/liquidity-pools-gateway/src/lib.rs 75.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1991 +/- ## ========================================== + Coverage 48.28% 48.41% +0.13% ========================================== Files 183 183 Lines 13406 13412 +6 ========================================== + Hits 6473 6494 +21 + Misses 6933 6918 -15 ```

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