Closed igor-egorov closed 5 years ago
Signed-off-by: Igor Egorov igor@soramitsu.co.jp
Ordering Service would not produce proposal bigger than max_proposal_size.
The issue was: max_proposal_size = 3 Two batches of two transactions arrive. Both will be processed. The resulting proposal will have 4 transactions inside.
Correct behavior.
All the tests
CI failed due to known issue of 9.0 apple clang.
Signed-off-by: Igor Egorov igor@soramitsu.co.jp
Description of the Change
Ordering Service would not produce proposal bigger than max_proposal_size.
The issue was: max_proposal_size = 3 Two batches of two transactions arrive. Both will be processed. The resulting proposal will have 4 transactions inside.
Benefits
Correct behavior.
Usage Examples or Tests
All the tests