hyperledger-archives / iroha

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

Fix round number in SynchronizationEvent #2147

Closed lebdron closed 5 years ago

lebdron commented 5 years ago

Description of the Change

Pass top round from synchronizer in case a chain with multiple blocks higher than current round was downloaded.

Benefits

Nodes retrieve proposal and vote in correct round after synchronization.

Possible Drawbacks

None

Usage Examples or Tests

SynchronizerTest.ValidWhenValidChainMultipleBlocks