Skip to content

1.1.2

Compare
Choose a tag to compare
@LiraLemur LiraLemur released this 23 Mar 17:43
· 7 commits to support/1.1.x since this release

The main aim of this release is to fix memory leaks in MST components, introduce a new option for quick node restart and also make some other improvements.

Infrastructure

Fixed Docker develop image for Python 3.6: #323
Updated gcc9 and CI option "push demo": #365
Fixed MacOS CMake tool chain file path: #357
Easier build with unified vcpkg scripts: #367
CI: runtime vcpkg: #368, #404
Logger: removed fmt library version from exception: #375
Documentation: added CA certificates to Linux prerequisite packages list: #391
Fixed the tbb library repository address in vcpkg: #417

Quick Node Restart

Now, if your node or network failed, you can quickly restore it without waiting for full synchronization by reusing the World State View:
Documentation: #340, #352
Code changes: #335, #356

MST Processing Improvements

Fix for MST propagation: #354, #379
Reworked expiration and new configuration parameter: #363
Documentation for the new MST stale threshold parameter: #380