Nethermind v1.8.47 Release Notes

Release Date: 2020-06-09 // almost 4 years ago
  • ๐Ÿšš [LOGGING] Removed error level log about invalid port numbers when loading peers from the database.
    ๐Ÿ›  [CONSENSUS] Fixed the issue with reusing tree root for storage contracts when revived via CREATE2 in the same block when SELFDESTRUCT is called.
    [GOERLI] Added a small tool that can allow us to produce blocks on multiple competing branches an so help to resolve Goerli impasse
    ๐Ÿ”ง [ETH2] Attestation code and configuration improvements
    [JSONRPC] Changed the formatting of eth_getStorageAt to be consistent with Geth
    [JSONRPC] eth_estimateGas will use current timestamp or head block timestamp + 1 second whicheve is higher
    ๐Ÿ›  [JSONRPC] Fixed the issue with cached storage results which could return invalid responses
    ๐Ÿ”€ [DB] Added a config switch that allows self-healing of corrupted DBs by using Beam sync

    โš™ 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.47/nethermind-linux-amd64-1.8.47-b9899d4-20200609.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.47-b9899d4-20200609.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.47-b9899d4-20200609.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.47-b9899d4-20200609.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/.