hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

OS: Transactions are not lost when received in reject rounds #2199

Closed igor-egorov closed 5 years ago

igor-egorov commented 5 years ago

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