Change Log
v1.0.0-beta.7 (2018-05-25)
Fixed bugs:
- Block propagation failure/partition and node crash #2030
- Broadcast, FindGoodPeer and Broadcast header does not select intended peers #2042
- Undo on transactions called with wrong block #2037
- Block deletion outside of SQL transaction #2036
- Application gets stuck when deleting last block of the same round twice #2032
- Fix unreachable peers code of self-update #2029
- Investigate sequences behaviour on 1.0.0-beta.7.3 branch #2021
- If a peer object for a specific nonce already exists and has a socket, destroy the socket #2012
Closed issues:
Implemented enhancements:
- Peers list should include some unmatched broadhash peers to broadcast to #2025
- Inconsistent IPv4 and IPv6 addresses #1947
Merged pull requests:
- Fix unreachable peers code of self-update - Closes #2029 #2050 (ManuGowda)
- Update wamp-socket-cluster to v1.0.0-beta.3 #2049 (MaciejBaj)
- Broadcast, FindGoodPeer and Broadcast header does not select intended peers - Closes #2042 #2043 (jondubois)
- Undo on transactions called with wrong block - Closes #2037 #2039 (4miners)
- Block deletion outisde of SQL transaction - Closes #2036 #2038 (4miners)
- Application gets stuck when deleting last block of the same round twice - Closes #2032 #2035 (4miners)
- Fix non-called callback - Closes #2021 #2023 (shuse2)
- Simplify peer headers - Closes #1841 #1991 (jondubois)
- Inconsistent IPv4 and IPv6 addresses - Closes #1947 #1951 (jondubois)
- Adjust the frequency of P2P discovery - Closes #1943 #1944 (shuse2)
- Node syncing with Peers below minVersion - Closes #1922 #1930 (4miners)