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

Changelog History
Page 9

  • v1.8.39

    May 26, 2020
  • v1.8.38 Changes

    May 25, 2020

    ๐Ÿ”€ [SYNC] Same as 1.8.37 but fixes beam sync startup

    โš™ 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.38/nethermind-linux-amd64-1.8.38-5511505-20200525.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.38-5511505-20200525.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.38-5511505-20200525.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.38-5511505-20200525.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.37 Changes

    May 25, 2020

    ๐Ÿ›  [DISCOVERY] Fixed an issue with discovery bonding with bootnodes (where non Nethermind bootnodes were not used in the discovery process which was limiting the number of nodes connected on startup).
    โšก๏ธ [NDM] Updated some sample Infura mainnet provider and consumer configs
    ๐Ÿ’… [DIAGNOSTIC] Added two trace modes (Parity and Geth style) that can be enabled in configuration. Switching them on causes full VM traces to be logged on block processing. This is only meant to be used by dev in case of block processing failures.
    ๐Ÿ”€ [SYNC] Fixed an issue that may have lead to stack overflow during the fast blocks header sync
    [JSON-RPC] COntent type is now marked as application/json

    โš™ 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.37/nethermind-linux-amd64-1.8.37-1a9474e-20200525.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.37-1a9474e-20200525.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.37-1a9474e-20200525.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.37-1a9474e-20200525.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.36

    May 24, 2020
  • v1.8.35 Changes

    May 19, 2020

    โœ… [EVM] Fixes one remaining consensus test covering SELFDESTRUCT + SSTORE scenarios
    ๐Ÿ›  [TXPOOL] Fixes an issue introduced by 1.8.34 that was preventing local transactions from being broadcasted to the network
    โœ… [DISCOVERY] Fixes all Hive tests for discovery - fixes discovery bonding definition, fixes destination address validation

    โš™ 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.35/nethermind-linux-amd64-1.8.35-af34150-20200519.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.35-af34150-20200519.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.35-af34150-20200519.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.35-af34150-20200519.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.34 Changes

    May 19, 2020

    ๐Ÿ›  [MAINNET] Fixes block 10,094,565 processing that was failing due to combination of opcodes in EVM (multiple CREATE2 and SELFDESTRUCT)
    ๐Ÿ”€ [AURA] Fixes an invalid fast sync state root selection for validator transition
    ๐Ÿ”€ [SYNC] Fixes an issue when on unfinished archive sync restart the blocks were read from database unnecessarily for all levels between 0 and pivot block which was delaying sync restarts.
    ๐Ÿ›  [AURA] Fixes validator rewards details in traces

    โš™ 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.34/nethermind-linux-amd64-1.8.34-0f4f5a0-20200519.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.34-0f4f5a0-20200519.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.34-0f4f5a0-20200519.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.34-0f4f5a0-20200519.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.33 Changes

    May 14, 2020

    KNOWN ISSUES:

    • Error message saying 'Sending message to a different address' message is displayed often but it can be ignored

    ๐Ÿ›  FIXES

    • ๐Ÿ”Š [WEBSOCKETS] Fixed the issue where the logs were flooded after the client connection loss.
    • ๐Ÿ”Š [LOGGING] Logs are now properly flushed on app shutdown.

    • ๐Ÿ›  [RECEIPTS] Fixed an issue with reading missing receipts in some scenarios
    • ๐Ÿ‘ [AURA] Added support for 2/3 majority
    • ๐Ÿ›  [CONFIG] Fixed behaviour when launching a node with empty file for static nodes

    โš™ 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.33/nethermind-linux-amd64-1.8.33-749a7e8-20200514.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.33-749a7e8-20200514.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.33-749a7e8-20200514.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.33-749a7e8-20200514.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.32 Changes

    May 13, 2020

    ๐Ÿ”ง [LAUNCHER} Added Spaceneth (devnet) configurations to launcher
    ๐Ÿšš [PEERING] Remove overaggressive peering approach introduced in 1.8.30
    ๐Ÿ‘ [AURA] Added multiple step durations support
    ๐Ÿ›  [AURA] Fixed block production starting on non-multiple validators
    [AURA] Added block gas limit contract
    [AURA] Added transaction filter

    โš™ 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.32/nethermind-linux-amd64-1.8.32-1098ae9-20200513.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.32-1098ae9-20200513.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.32-1098ae9-20200513.zip

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

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.32-1098ae9-20200513.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.31

    May 11, 2020
  • v1.8.30

    May 04, 2020