Nethermind v1.8.29 Release Notes

Release Date: 2020-04-29 // about 4 years ago
  • For stable version please use 1.7.17
    ๐Ÿ”€ This version (1.8.29) should be stable on fast sync but not fully stable in some beam sync scenarios on mainnet.

    • ๐ŸŒฒ [LOGGING] When logging in Debug some peer init timeouts are no longer recorded as exceptions.
    • โฑ [PEERS] Init timeout changed to 3 seconds
    • ๐Ÿ”Š [LOGGING] Block downloader will no longer eat stack traces of exceptions in the logs.
    • [PEERS] Peer report now orders by head block number, then by Client ID
    • ๐Ÿ”€ [SYNC] Peers with equal difficulty but higher block are now allowed further into peer allocation filters
    • [DISCOVERY] Message sender will be set before channel activation to avoid some NullReferenceException on startup
    • ๐Ÿ”€ [SYNC] Internal errors issued by Receipts sync will be shown as warnings and with error details.
    • ๐Ÿšš [DISCOVERY] Removed the amplification threat
    • [DISCOVERY] Messages are now only sent between bonded peers
    • [DISCOVERY] Eviction mechanism now avoids pinging waves
    • [DISCOVERY] Find node message and other discovery mechanisms are now taking more care to not flood peers with messages
    • ๐Ÿ”€ [SYNC] Beam sync no longer invokes standard processing after beam processing
    • ๐Ÿ”€ [METRICS] Various fast blocks and beam sync metrics added
    • ๐Ÿ›  [LOGGING] Log directory and file name are no longer ingored (fixed the issue from 1.8.26)
    • [CLOSE] Dispose messages for types wrapped in AsyncDisposeWrapper will now correctly display type names
    • โšก๏ธ [CONFIG] Added updated pivot blocks for AuRa chains
    • ๐Ÿ‘ [DISCOVERY] Better handling of IPv6 addresses
    • ๐Ÿ”€ [LOGGING] Beam sync transactions are displayed now starting from 1 and not 0 (ie 1/2, 2/2 and not 0/2, 1/2)
    • ๐Ÿ›  [NETWORK] Fixed forwarded external IPs handling

    โš™ 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.29/nethermind-linux-amd64-1.8.29-f5de6a2-20200429.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.29-f5de6a2-20200429.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.29-f5de6a2-20200429.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.29-f5de6a2-20200429.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/.