Nethermind v1.8.26 Release Notes

Release Date: 2020-04-27 // about 4 years ago
  • ๐Ÿš€ Stability release for any 1.8.x users.
    For the most stable versions keep using 1.7.x.

    ๐Ÿ”€ [FIX] transition from beam sync to full sync is now done with due care for concurrent access to the state DB to prevent state corruption in mixed state sync / beam sync / full sync modes

    ๐Ÿ”€ [FIX]when restarting the node that has been offline for longer time the fast sync catch up mode is activated properly with state nodes sync now

    ๐Ÿ”€ [FIX] beam sync data prefetchers now correctly request sender and receipient accounts (previously other way round)

    ๐Ÿ”€ [FIX] beam sync code prefetchers are now executed properly (previously only for the first transaction in the block)

    ๐Ÿ”€ [FIX] all beam sync tasks are now cancelled when closing the application

    ๐ŸŽ [PERFORMANCE] minor improvement decreasing the number of lookups by 1 for beam synced nodes in cases where nodes are not in the state database

    ๐Ÿ”€ [TECHNICAL] sync progress resolver does no longer verify the beam state and beam state is not taken into account when deciding sync modes

    ๐Ÿ”€ [TECHNICAL] beam sync request are no longer generated after transition to full sync

    ๐Ÿ”ง [CONFIGURATION] NLog configuration is now simplified with async and auto-flush wrappers added as attributes. SOme hints for users are added in the config file.

    โš™ Running Nethermind:

    Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

    ๐Ÿง Linux

    โšก๏ธ 1. sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip ๐Ÿš€ 2. wget https://github.com/NethermindEth/nethermind/releases/download/1.8.26/nethermind-linux-amd64-1.8.26-8c43ca5-20200427.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.26-8c43ca5-20200427.zip -d nethermind

    1. cd nethermind
    2. ./Nethermind.Launcher ๐Ÿ”ง 6. Select desired configuration

    โž• Additionally for Ubuntu 16.04

    โœ… 1. sudo add-apt-repository ppa:ubuntu-toolchain-r/test โšก๏ธ 2. sudo apt-get update

    1. sudo apt-get install gcc-6 g++-6
    2. sudo apt install libzstd1

    ๐Ÿ Windows

    ๐Ÿ 1. download windows package nethermind-windows-amd64-1.8.26-8c43ca5-20200427.zip

    1. unzip the file
    2. run Nethermind.Launcher.exe ๐Ÿ”ง 4. select desired configuration

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.26-8c43ca5-20200427.zip

    1. unzip the file
    2. run Nethermind.Launcher ๐Ÿ”ง 4. select desired configuration

    Nethermind Data Marketplace:

    ๐Ÿ“ฆ NDM packages can be downloaded directly from http://downloads.nethermind.io/.