This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
v1.8.1-RELEASE
GalRogozinski
released this
12 Aug 10:03
·
396 commits
to dev
since this release
Changes
- Greatly improved synchronization speed. Nodes now sync around 30 times faster than before. (#1543, #1530, #1545)
- More efficient and faster Cumulative weight (CW) calculation. (#1451)
- Removed the tip solidifier code. Tip solidifier has been disabled by default in previous version of IRI. If you were still using the tip solidifier, remove the configuration parameter from your configuration file. (#1547)
- We check the database for existence of the spent address records instead of looking for .sst files. (#1540)
- Nodes do not execute
getTransactionsToApprove
,getBalances
, andgetInclusionStates
calls unless they are synchronized. Previously, callinggetTransactionsToApprove
on an unsychnronized node could hinder the synchronization process.
Other changes
- Change: Fixed pmd test errors (#1526)
- Change: Docker network option (#1496)
- Change: Update undertow and jackson (#1511)
- Fix: Changed TX requester removal log to Debug (#1515)
- Fix: Update jackson-databind version to 2.9.9.1 (#1534)
- Fix: Reconnecting to a neighbor that we added did not work correctly in certain scenarios. (#1506)