Closed lemunozm closed 4 months ago
As a first step for the bench message feature, this should be ready.
Attention: Patch coverage is 58.06452%
with 26 lines
in your changes missing coverage. Please review.
Project coverage is 46.15%. Comparing base (
976eebe
) to head (a771a96
).
Files | Patch % | Lines |
---|---|---|
pallets/liquidity-pools/src/message.rs | 54.71% | 24 Missing :warning: |
pallets/liquidity-pools/src/gmpf/error.rs | 33.33% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@mustermeiszer @wischli this is ready to review/merge. The logic itself goes in a nex PR
Description
This PR is related to the batch message support. The batch logic itself will be in a next PR.
Serialization Notes
We need a custom serialization/deserialization due to the spetial requirements of how batches needs to be serialized:
u16
.Changes
Next PR
Gateway::start_pack_batch()
andGateway::end_pack_batch()
Message
type.