[VM/Protocol] Enable EIP-3607, transactions from code-deployed accounts will be rejected, only Externally Owned Accounts (EOA) transactions will be allowed, enabled by default on all networks. Already enabled in Geth (#3280)
[Mem Pool] Fix issue when transactions with future nonce could be rejected due too low balance, when we still have old nonce transactions in the pool (#3497)
[Eth/66 Protocol] Reduce the number of notified hashes to peers for local transactions to keep network usage in check (#3530), fix protocol validation for eth/66 that could lead to weak peering (#3549)
[Json Rpc] Implement trace_get method (#3436)
[Json Rpc] Fix missing 'error' property in trace_transaction (#3515)
[Json Rpc/Subscriptions] add DroppedPendingTransactions Subscription (#3488)
[Json Rpc/Sockets] Fix registration of Json converters for sockets to have exact same formatting of responses as http (#3539)
[Json Rpc/Logs] Improve error handling when incoming http request is malformed and in eth_getLogs (#3492)
[Memory usage improvements] Improve memory handling: ensure free buffers (#3512), use array pool when broadcasting transactions (#3506), use a journal collection instead of copying when constructing logs, destroy list and access list in VM (#3514)
[POSDAO/xDai/London] Allow network to redirect EIP1559 burnt fees to an address (#3522)
[xDai] Update chainspec for London hardfork (#3543)
[xDai/Test] Added config for xdai_testnet (#3544)
[Sync] Remove BeamSync (#3500)
[Clean Up] Removed DSL and Pipeline plugins (#3502)
[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
)
sudo add-apt-repository ppa:nethermindeth/nethermind
sudo apt install nethermind
- To execute the launcher
nethermind
- To execute the runner
nethermind --config mainnet
Homebrew
brew tap nethermindeth/nethermind
brew install nethermind
- To execute the launcher
nethermind-launcher
- To execute the runner
nethermind --config mainnet
Docker
docker pull nethermind/nethermind
docker run -it nethermind/nethermind
Linux
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.11.5/nethermind-linux-amd64-1.11.5-76b7f08-20211027.zip
unzip nethermind-linux-amd64-1.11.5-76b7f08-20211027.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- select desired configuration
Linux Arm64
sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6 librocksdb5.17 unzip
wget https://github.com/NethermindEth/nethermind/releases/download/1.11.5/nethermind-linux-arm64-1.11.5-76b7f08-20211027.zip
unzip nethermind-linux-arm64-1.11.5-76b7f08-20211027.zip -d nethermind
cd nethermind
./Nethermind.Launcher
- select desired configuration
Windows
- download windows package
nethermind-windows-amd64-1.11.5-76b7f08-20211027.zip
- unzip the file
- run
Nethermind.Launcher.exe
- select desired configuration
macOS
brew install rocksdb
- download darwin package
nethermind-darwin-amd64-1.11.5-76b7f08-20211027.zip
- unzip the file
- run
Nethermind.Launcher
- select desired configuration