hyperledger-archives / iroha

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

Storage: notify block commit after actual commit #2179

Closed MBoldyrev closed 5 years ago

MBoldyrev commented 5 years ago

Description of the Change

IR-406

Make storage notify subscribers of newly committed blocks only after they have been actually applied to the WSV. Also, send these notifications only if the commit to WSV succeeded.

Benefits

Hopefully fixes the unexpected old state reported through query after a block that updates it is reported committed.

Possible Drawbacks