iroha
iroha copied to clipboard
Sumeragi mismatched topology
Currently it's possible to encounter TopologyMismatched bug when restarting peer.
This happens when block's view change index is greater than 10 and topology fallback to stable peer order.
Currently in replay_block doesn't respect this fallback peer order.
Fix would be to pass view_change_index of the next block directly into recreate_topology function.