Skip to content

v1.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 08:19
· 2020 commits to master since this release
fe90423

[JSON-RPC] Performance improvements
[MEV/JSON-RPC] Fix decoding for non-legacy transactions in eth_sentBundle
[JSON-RPC] Standarize excecution errors for eth_call and eth_estimateGas
[Sockets] Handle multiple JSON requests in one message
[JSON-RPC] Fix parsing null topics in eth_getLogs
[TxPool] Broadcast transactions in optimal batches
[SYNC] Updated pivots for parallel sync

What changed?

Running Nethermind:

Nethermind Launcher is a self-contained app - you do not need to install .NET separately to run it.

PPA
(Tested on Ubuntu Series: Focal, Bionic, Xenial and Trusty)

  1. sudo add-apt-repository ppa:nethermindeth/nethermind
  2. sudo apt install nethermind
  3. To execute the launcher
    nethermind
  4. To execute the runner
    nethermind --config mainnet

Homebrew

  1. brew tap nethermindeth/nethermind
  2. brew install nethermind
  3. To execute the launcher
    nethermind-launcher
  4. To execute the runner
    nethermind --config mainnet

Docker

  1. docker pull nethermind/nethermind
  2. docker run -it nethermind/nethermind

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.11.3/nethermind-linux-amd64-1.11.3-fe90423-20210922.zip
  3. unzip nethermind-linux-amd64-1.11.3-fe90423-20210922.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. select desired configuration

Linux Arm64

  1. sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 librocksdb5.17 unzip
  2. wget https://github.com/NethermindEth/nethermind/releases/download/1.11.3/nethermind-linux-arm64-1.11.3-fe90423-20210922.zip
  3. unzip nethermind-linux-arm64-1.11.3-fe90423-20210922.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.11.3-fe90423-20210922.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.11.3-fe90423-20210922.zip
  3. unzip the file
  4. run Nethermind.Launcher
  5. select desired configuration