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
cd nethermind
./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
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
๐ Windows
๐ 1. download windows package
nethermind-windows-amd64-1.8.38-5511505-20200525.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.38-5511505-20200525.zip
- unzip the file
- 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
cd nethermind
./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
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
๐ Windows
๐ 1. download windows package
nethermind-windows-amd64-1.8.37-1a9474e-20200525.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.37-1a9474e-20200525.zip
- unzip the file
- 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
cd nethermind
./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
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
๐ Windows
๐ 1. download windows package
nethermind-windows-amd64-1.8.35-af34150-20200519.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.35-af34150-20200519.zip
- unzip the file
- 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
cd nethermind
./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
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
๐ Windows
๐ 1. download windows package
nethermind-windows-amd64-1.8.34-0f4f5a0-20200519.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.34-0f4f5a0-20200519.zip
- unzip the file
- 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, 2020KNOWN 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
cd nethermind
./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
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
๐ Windows
๐ 1. download windows package
nethermind-windows-amd64-1.8.33-749a7e8-20200514.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.33-749a7e8-20200514.zip
- unzip the file
- 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
cd nethermind
./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
sudo apt-get install gcc-6 g++-6
sudo apt install libzstd1
๐ Windows
๐ 1. download windows package
nethermind-windows-amd64-1.8.32-1098ae9-20200513.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.32-1098ae9-20200513.zip
- unzip the file
- 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