Closed igor-egorov closed 5 years ago
Signed-off-by: Igor Egorov igor@soramitsu.co.jp
Fix behavior of Ordering Service.
Transactions received during reject rounds are not lost and queued for processing.
Iroha clients do not have to resend transactions in case of "reject-commit".
on_demand_os_test
Thanks to @lebdron
Signed-off-by: Igor Egorov igor@soramitsu.co.jp
Description of the Change
Fix behavior of Ordering Service.
Transactions received during reject rounds are not lost and queued for processing.
Benefits
Iroha clients do not have to resend transactions in case of "reject-commit".
Usage Examples or Tests
on_demand_os_test
Thanks to @lebdron