Unverified Commit 544a3ba4 authored by Serban Iorga's avatar Serban Iorga Committed by GitHub
Browse files

Call To*InboundLaneApi::message_details() with batched messages (#1545)



* generated_message_details() -> Simplifications

- avoid using a HashMap for `messages_to_refine`. It seems that a vec is
  enough
- minimize the number of conversions between `OutboundMessageDetails` and
  `MessageDetails`
- use references where possible in order to minimize the number of
  intermediary Vecs
- simplify `make_message_details_map()` logic, reduce its scope and rename
  it to `validate_out_msgs_details()`

Signed-off-by: default avatarSerban Iorga <[email protected]>

* Define typed_state_call()

Signed-off-by: default avatarSerban Iorga <[email protected]>

* Call To*InboundLaneApi::message_details() with single messages

Signed-off-by: default avatarSerban Iorga <[email protected]>

* Call To*InboundLaneApi::message_details() with batched messages

Signed-off-by: default avatarSerban Iorga <[email protected]>

* validate_out_msgs_details() -> change check

* Define split_msgs_to_refine()

Signed-off-by: default avatarSerban Iorga <[email protected]>

Signed-off-by: default avatarSerban Iorga <[email protected]>
parent 027de62e
Pipeline #207665 failed with stages
in 4 minutes and 5 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment