Skip to content

v1.10.31

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 09:08
· 2586 commits to master since this release

FOR BERLIN BETTER USE 1.10.41
https://github.com/NethermindEth/nethermind/releases/tag/1.10.41

[FOR BERLIN BETTER USE 1.10.41] [BERLIN] This version removes EIP-2315 from Berlin and sets the Berlin testnets and mainnet block numbers. Listen to announcements of Berlin update and if it is moved then we will provide information on config change (and a new version)
[FOR BERLIN BETTER USE 1.10.41] [TXPOOL] Fixes a bug where removing transactions from the pool after block processing could cause the block processor to stop.
[FOR BERLIN BETTER USE 1.10.41] [ETHSTATS] Fixed a bug causing the block transactions count to be displayed instead of tx pool pending transactions on the ethstats page
[FOR BERLIN BETTER USE 1.10.41] [SYNC] Pivot blocks updated (if you use this version long time after release then it is best if you update the pivot blocks before synchronization)
[FOR BERLIN BETTER USE 1.10.41] [SPACENETH] Improved logic around block production triggers for dev networks.


Known Issues:

  • Our initial eth_subscribe release has been reported not to work for many users. We are working on a fix.
  • Some users reported an 'LruCache' bug that prevents them from continuing operations after restart, We are working on it with high priority.
  • Validating nodes (Clique / AuRa) are unstable (require restarts every other day) when running with pruning. If you plan to run a validator on a private network please prefer 1.9.x versions and await a fix.

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.10.31/nethermind-linux-amd64-1.10.31-f2d79a6-20210307.zip
  3. unzip nethermind-linux-amd64-1.10.31-f2d79a6-20210307.zip -d nethermind
  4. cd nethermind
  5. ./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
  3. sudo apt-get install gcc-6 g++-6
  4. sudo apt install libzstd1

Windows

  1. download windows package nethermind-windows-amd64-1.10.31-f2d79a6-20210307.zip
  2. unzip the file
  3. run Nethermind.Launcher.exe
  4. select desired configuration

macOS

  1. brew install rocksdb
  2. download darwin package nethermind-darwin-amd64-1.10.31-f2d79a6-20210307.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration

Nethermind Data Marketplace:

NDM packages can be downloaded directly from http://downloads.nethermind.io/.