hyperledger-archives / iroha

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

Add fix for commit direct propagation #2139

Closed muratovv closed 5 years ago

muratovv commented 5 years ago

Description of the Change

Add fix for direct propagation in Yac. If a peer sends a vote for the old round we will share last finalized state.

Benefits

Fix of synchronization in some cases.

Possible Drawbacks

No so elegant solution: YAC checks stateless invariants inside functions, vote storage responsibility is increased.