1.2.1
For this minor release we did some pretty big improvements:
New Proposal Sending Strategy #763
From now on, Iroha's Ordering Service as well as Ordering Gate treat proposals differently. Cache is also reworked.
This new strategy will ensure stability of the consensus even on smaller networks consisting of nodes with different connection speed.
Fixes:
- Now Iroha is more stable when there are faulty and unstable nodes in the network #809
- Block synchronisation fixed by using new state parameters by default when you perform WSV reuse #812
- Fixed node crashing in cases when votes for the next round are received before actually voting #742
- Improved performance for batch database requests #791
- Fixed a segmentation fault #796
- Fixed block synchronization timeout #840