All Versions
214
Latest Version
Avg Release Cycle
3 days
Latest Release
1228 days ago

Changelog History
Page 8

  • v1.8.49

    June 13, 2020
  • v1.8.48

    June 13, 2020
  • v1.8.47 Changes

    June 09, 2020

    ๐Ÿšš [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/.

  • v1.8.46

    June 09, 2020
  • v1.8.45 Changes

    June 04, 2020

    ๐Ÿ”€ [DBSYNC] Fixen an issue where it was not possible to shutdown the system cleanly if the DB sync was in process (process had to be killed)
    ๐Ÿ“ˆ [ANALYTICS] Added separation of WebSockets, gRPC and analytics launchers so that various combinations of all are allowed now. New Anlytics section was added for streaming blocks / transactions and using custom plugins.

    โš™ 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.45/nethermind-linux-amd64-1.8.45-a405016-20200604.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.45-a405016-20200604.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.45-a405016-20200604.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.45-a405016-20200604.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/.

  • v1.8.44 Changes

    June 02, 2020

    ๐Ÿ”€ [ETH2] Fixes an issue where logs could get corrupted on Goerli and other less busy networks during the initial 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.44/nethermind-linux-amd64-1.8.44-3951099-20200602.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.44-3951099-20200602.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.44-3951099-20200602.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.44-3951099-20200602.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/.

  • v1.8.43 Changes

    May 31, 2020

    ๐Ÿ’ป [CLIQUE] Added ability to unlock validators by passing password in the command line

    โš™ 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.43/nethermind-linux-amd64-1.8.43-f28f4b7-20200531.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.43-f28f4b7-20200531.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.43-f28f4b7-20200531.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.43-f28f4b7-20200531.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/.

  • v1.8.42 Changes

    May 30, 2020

    ๐Ÿ›  [JSON RPC] Fixes measuring of processing times of batch requests for diagnostics
    [CLIQUE] Adds ability to set validator address and unlock the keystore file for the validator
    ๐Ÿ‘ [CHAINSPEC] Adds support for DNS resolution of host names from the bootnodes list
    [LAUNCH] IMproves the logic related to initial steps loading
    ๐Ÿ”€ [AURA] Fixes AuRa sync transition to full sync after fast sync
    ๐Ÿ›  [BLOCKCHAIN] Fixes the deletion of blocks following the invalid block in cases where the descendants were added as an alternative branch

    โš™ 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.42/nethermind-linux-amd64-1.8.42-7e1e54d-20200530.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.42-7e1e54d-20200530.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.42-7e1e54d-20200530.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.42-7e1e54d-20200530.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/.

  • v1.8.41 Changes

    May 26, 2020

    ๐Ÿšš [LAUNCH] Removes an issue where plugins folder could cause some disruption to the node operations.

    โš™ 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.41/nethermind-linux-amd64-1.8.41-8452b7d-20200526.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.41-8452b7d-20200526.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.41-8452b7d-20200526.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.41-8452b7d-20200526.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/.

  • v1.8.40

    May 26, 2020