hyperledger-archives / iroha

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

Torii: TransactionProcessorImpl listens for storage commits #2143

Closed MBoldyrev closed 5 years ago

MBoldyrev commented 5 years ago

Description of the Change

IR-380

TransactionProcessorImpl reuses existing committed blocks observable.

Benefits

One step towards block observables optimization.

Possible Drawbacks