Changelog History
Page 7
-
v1.8.75 Changes
July 23, 2020โ 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.75/nethermind-linux-amd64-1.8.75-9b23a42-20200723.zip
๐ง 3.unzip nethermind-linux-amd64-1.8.75-9b23a42-20200723.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.75-9b23a42-20200723.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.75-9b23a42-20200723.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.74 Changes
July 21, 2020๐ Stable release is i.8.71 - this one just adds a beam verified mode
โ 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.74/nethermind-linux-amd64-1.8.74-70e1222-20200721.zip
๐ง 3.unzip nethermind-linux-amd64-1.8.74-70e1222-20200721.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.74-70e1222-20200721.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.74-70e1222-20200721.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.73
July 21, 2020 -
v1.8.72 Changes
July 21, 2020โ Adds debug_resetHead to the previous release.
โ 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.72/nethermind-linux-amd64-1.8.72-3fdd2e2-20200721.zip
๐ง 3.unzip nethermind-linux-amd64-1.8.72-3fdd2e2-20200721.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.72-3fdd2e2-20200721.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.72-3fdd2e2-20200721.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.71 Changes
July 20, 2020๐ [JSON RPC] Fixed an issue with trace calls always timing out
๐ [NETWORKING] Inreased Eth timeouts and timeouts handling for better bodies and receipts syncs
๐ [MEMORY] MemoryHint is now applied to TxPooll and Trie cache which allows for better memory control outside of sync. Less memory can be now allocated to DB
๐ง [LOGGING] Seq can be configured via config files now
[METRICS] Not publishing unchanged metrics
๐ [AURA] Improved full sync switches on AuRa
[PERF] Skipped allocations when calculating headers hashes in Clique
[PERF] Decreased allocations for Ethash and decreased the memory footpring of cached data caches for ethash verifications
๐ [PERF] Removed allocations on almost all ECDSA operations
๐ [PERF] Removed some unnecessary allocations on empty blocks during fast sync.
๐ [NETWORKING] Decreased allocations and CPU usage and generally fixed discovery cleanups
๐ [SYNC] Simplified receipts and bodies sync so they are safer to restart, faster, more predictable.
๐ [TXPOOL] Fixed tx flood control issue from 1.8.67
๐ง [MEMORY] Change the default configurations of memory hints for all chains (decreased default memory usage)โ 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.71/nethermind-linux-amd64-1.8.71-c41e344-20200720.zip
๐ง 3.unzip nethermind-linux-amd64-1.8.71-c41e344-20200720.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.71-c41e344-20200720.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.71-c41e344-20200720.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.70 Changes
July 20, 2020โก๏ธ 1.8.71 is the same + updated pivots
๐ [JSON RPC] Fixed an issue with trace calls always timing out
๐ [NETWORKING] Inreased Eth timeouts and timeouts handling for better bodies and receipts syncs
๐ [MEMORY] MemoryHint is now applied to TxPooll and Trie cache which allows for better memory control outside of sync. Less memory can be now allocated to DB
๐ง [LOGGING] Seq can be configured via config files now
[METRICS] Not publishing unchanged metrics
๐ [AURA] Improved full sync switches on AuRa
[PERF] Skipped allocations when calculating headers hashes in Clique
[PERF] Decreased allocations for Ethash and decreased the memory footpring of cached data caches for ethash verifications
๐ [PERF] Removed allocations on almost all ECDSA operations
๐ [PERF] Removed some unnecessary allocations on empty blocks during fast sync.
๐ [NETWORKING] Decreased allocations and CPU usage and generally fixed discovery cleanups
๐ [SYNC] Simplified receipts and bodies sync so they are safer to restart, faster, more predictable.
๐ [TXPOOL] Fixed tx flood control issue from 1.8.67
๐ง [MEMORY] Change the default configurations of memory hints for all chains (decreased default memory usage)โ 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.70/nethermind-linux-amd64-1.8.70-880fa6d-20200720.zip
๐ง 3.unzip nethermind-linux-amd64-1.8.70-880fa6d-20200720.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.70-880fa6d-20200720.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.70-880fa6d-20200720.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.69
July 17, 2020 -
v1.8.68
July 16, 2020 -
v1.8.51
June 15, 2020 -
v1.8.50 Changes
June 13, 2020๐ง [CONFIG] Added a simpler memory configuration via --Init.MemoryHint 2000000000 (2GB of memory for network pool and DB). This number is only for the DB and network and does not include EVM processing, tx pool and some unbounded indices of RocksDB. But it can significantly simplify configuration. If you set this number a few GB below your VM / machine memory then it should stop in a safe range.
๐ Also during the sync process we use many additional caches that will put more memory pressure - expecially if you download receipts and bodies you can expect ~4GB additional memory used for heavy chains (and much less for chain like Goerli).
โก๏ธ [CONFIG] Updated pivot blocks.
[EVM] Added some EVM call optimizations to prepare for EIP2046
๐ [JSONRPC] Support a switch that allows removing chunked HTTP responses for JSON RPC.
โก๏ธ [LIBS] Updated some dependencies to the latest versions where relevant (mostly test packages).
๐ [BASELINE] This release has some additional RPC methods within the Baseline PoC code (getLeaf, getLeaves)
๐ [ANALYTICS] Expanded the range of data passed to the data analytics modules.โ 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.50/nethermind-linux-amd64-1.8.50-5cb069c-20200613.zip
๐ง 3.unzip nethermind-linux-amd64-1.8.50-5cb069c-20200613.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.50-5cb069c-20200613.zip
- unzip the file
- run Nethermind.Launcher.exe ๐ง 4. select desired configuration
๐ macOS
๐ฆ 1. download darwin package
nethermind-darwin-amd64-1.8.50-5cb069c-20200613.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/.