Closed cdamian closed 2 months ago
To track the history, previous Pr with the view of this can be found: https://github.com/centrifuge/centrifuge-chain/pull/1937
Attention: Patch coverage is 60.86957%
with 36 lines
in your changes missing coverage. Please review.
Project coverage is 47.70%. Comparing base (
7070f0f
) to head (e164791
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Use the new Gateway Queue pallet in LP and LP gateway.
Changes and Descriptions
pallet-liquidity-pools-gateway-queue
for queueing inbound and outbound message in theLP gateway
.LP
andLP gateway
, as follows:MessageQueue
trait is implemented by theLP gateway queue
and used by theLP gateway
to enqueue both inbound and outbound messages.MesageProcessor
trait is implemented by theLP gateway
and used by theLP gateway queue
when processing queued messages.OutboundMessageHandler
trait is implemented by theLP gateway
and used byLP
when sending an outbound message.InboundMessageHandler
trait is implemented byLP
and used by theLP gateway
when processing inbound messages.Checklist: