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

Feat/lp v2 gateway queue #1930

Closed cdamian closed 3 months ago

cdamian commented 3 months ago

Description

Moved queue logic from LP gateway to a new pallet.

Checklist:

lemunozm commented 3 months ago

Is this ready to review @cdamian?

cdamian commented 3 months ago

Is this ready to review @cdamian?

@lemunozm yes, I don't think I want to add anything else here for now.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 47.50000% with 42 lines in your changes missing coverage. Please review.

Project coverage is 47.75%. Comparing base (020cf59) to head (c55d8c9). Report is 5 commits behind head on feat/lp-v2.

Files Patch % Lines
pallets/liquidity-pools-gateway/queue/src/lib.rs 53.22% 29 Missing :warning:
libs/mocks/src/liquidity_pools_gateway_queue.rs 0.00% 4 Missing :warning:
runtime/development/src/lib.rs 0.00% 3 Missing :warning:
pallets/liquidity-pools-gateway/src/lib.rs 0.00% 2 Missing :warning:
runtime/altair/src/lib.rs 0.00% 2 Missing :warning:
runtime/centrifuge/src/lib.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/lp-v2 #1930 +/- ## =========================================== Coverage 47.74% 47.75% =========================================== Files 180 184 +4 Lines 12960 13036 +76 =========================================== + Hits 6188 6225 +37 - Misses 6772 6811 +39 ```

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