linera-io / linera-protocol

Main repository for the Linera protocol
Apache License 2.0
112 stars 94 forks source link

Do not merge message bundles from different transactions #2164

Closed ma2bd closed 2 weeks ago

ma2bd commented 2 weeks ago

Motivation

First step towards #1475

Proposal

Outgoing messages are already grouped by transaction. Do not flatten them when creating the MessageBundles.

Test Plan

CI