All Versions
214
Latest Version
Avg Release Cycle
3 days
Latest Release
1245 days ago

Changelog History
Page 10

  • v1.8.29 Changes

    April 29, 2020

    For stable version please use 1.7.17
    ๐Ÿ”€ This version (1.8.29) should be stable on fast sync but not fully stable in some beam sync scenarios on mainnet.

    • ๐ŸŒฒ [LOGGING] When logging in Debug some peer init timeouts are no longer recorded as exceptions.
    • โฑ [PEERS] Init timeout changed to 3 seconds
    • ๐Ÿ”Š [LOGGING] Block downloader will no longer eat stack traces of exceptions in the logs.
    • [PEERS] Peer report now orders by head block number, then by Client ID
    • ๐Ÿ”€ [SYNC] Peers with equal difficulty but higher block are now allowed further into peer allocation filters
    • [DISCOVERY] Message sender will be set before channel activation to avoid some NullReferenceException on startup
    • ๐Ÿ”€ [SYNC] Internal errors issued by Receipts sync will be shown as warnings and with error details.
    • ๐Ÿšš [DISCOVERY] Removed the amplification threat
    • [DISCOVERY] Messages are now only sent between bonded peers
    • [DISCOVERY] Eviction mechanism now avoids pinging waves
    • [DISCOVERY] Find node message and other discovery mechanisms are now taking more care to not flood peers with messages
    • ๐Ÿ”€ [SYNC] Beam sync no longer invokes standard processing after beam processing
    • ๐Ÿ”€ [METRICS] Various fast blocks and beam sync metrics added
    • ๐Ÿ›  [LOGGING] Log directory and file name are no longer ingored (fixed the issue from 1.8.26)
    • [CLOSE] Dispose messages for types wrapped in AsyncDisposeWrapper will now correctly display type names
    • โšก๏ธ [CONFIG] Added updated pivot blocks for AuRa chains
    • ๐Ÿ‘ [DISCOVERY] Better handling of IPv6 addresses
    • ๐Ÿ”€ [LOGGING] Beam sync transactions are displayed now starting from 1 and not 0 (ie 1/2, 2/2 and not 0/2, 1/2)
    • ๐Ÿ›  [NETWORK] Fixed forwarded external IPs handling

    โš™ 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.29/nethermind-linux-amd64-1.8.29-f5de6a2-20200429.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.29-f5de6a2-20200429.zip -d nethermind

    1. cd nethermind
    2. ./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

    1. sudo apt-get install gcc-6 g++-6
    2. sudo apt install libzstd1

    ๐Ÿ Windows

    ๐Ÿ 1. download windows package nethermind-windows-amd64-1.8.29-f5de6a2-20200429.zip

    1. unzip the file
    2. run Nethermind.Launcher.exe ๐Ÿ”ง 4. select desired configuration

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.29-f5de6a2-20200429.zip

    1. unzip the file
    2. run Nethermind.Launcher ๐Ÿ”ง 4. select desired configuration

    Nethermind Data Marketplace:

    ๐Ÿ“ฆ NDM packages can be downloaded directly from http://downloads.nethermind.io/.

  • v1.8.28

    April 28, 2020
  • v1.8.27

    April 28, 2020
  • v1.8.26 Changes

    April 27, 2020

    ๐Ÿš€ Stability release for any 1.8.x users.
    For the most stable versions keep using 1.7.x.

    ๐Ÿ”€ [FIX] transition from beam sync to full sync is now done with due care for concurrent access to the state DB to prevent state corruption in mixed state sync / beam sync / full sync modes

    ๐Ÿ”€ [FIX]when restarting the node that has been offline for longer time the fast sync catch up mode is activated properly with state nodes sync now

    ๐Ÿ”€ [FIX] beam sync data prefetchers now correctly request sender and receipient accounts (previously other way round)

    ๐Ÿ”€ [FIX] beam sync code prefetchers are now executed properly (previously only for the first transaction in the block)

    ๐Ÿ”€ [FIX] all beam sync tasks are now cancelled when closing the application

    ๐ŸŽ [PERFORMANCE] minor improvement decreasing the number of lookups by 1 for beam synced nodes in cases where nodes are not in the state database

    ๐Ÿ”€ [TECHNICAL] sync progress resolver does no longer verify the beam state and beam state is not taken into account when deciding sync modes

    ๐Ÿ”€ [TECHNICAL] beam sync request are no longer generated after transition to full sync

    ๐Ÿ”ง [CONFIGURATION] NLog configuration is now simplified with async and auto-flush wrappers added as attributes. SOme hints for users are added in the config file.

    โš™ 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.26/nethermind-linux-amd64-1.8.26-8c43ca5-20200427.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.26-8c43ca5-20200427.zip -d nethermind

    1. cd nethermind
    2. ./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

    1. sudo apt-get install gcc-6 g++-6
    2. sudo apt install libzstd1

    ๐Ÿ Windows

    ๐Ÿ 1. download windows package nethermind-windows-amd64-1.8.26-8c43ca5-20200427.zip

    1. unzip the file
    2. run Nethermind.Launcher.exe ๐Ÿ”ง 4. select desired configuration

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.26-8c43ca5-20200427.zip

    1. unzip the file
    2. run Nethermind.Launcher ๐Ÿ”ง 4. select desired configuration

    Nethermind Data Marketplace:

    ๐Ÿ“ฆ NDM packages can be downloaded directly from http://downloads.nethermind.io/.

  • v1.8.25 Changes

    April 26, 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.25/nethermind-linux-amd64-1.8.25-c17cafd-20200426.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.25-c17cafd-20200426.zip -d nethermind

    1. cd nethermind
    2. ./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

    1. sudo apt-get install gcc-6 g++-6
    2. sudo apt install libzstd1

    ๐Ÿ Windows

    ๐Ÿ 1. download windows package nethermind-windows-amd64-1.8.25-c17cafd-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher.exe ๐Ÿ”ง 4. select desired configuration

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.25-c17cafd-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher ๐Ÿ”ง 4. select desired configuration

    Nethermind Data Marketplace:

    ๐Ÿ“ฆ NDM packages can be downloaded directly from http://downloads.nethermind.io/.

  • v1.8.24 Changes

    April 26, 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.24/nethermind-linux-amd64-1.8.24-83d3bb2-20200426.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.24-83d3bb2-20200426.zip -d nethermind

    1. cd nethermind
    2. ./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

    1. sudo apt-get install gcc-6 g++-6
    2. sudo apt install libzstd1

    ๐Ÿ Windows

    ๐Ÿ 1. download windows package nethermind-windows-amd64-1.8.24-83d3bb2-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher.exe ๐Ÿ”ง 4. select desired configuration

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.24-83d3bb2-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher ๐Ÿ”ง 4. select desired configuration

    Nethermind Data Marketplace:

    ๐Ÿ“ฆ NDM packages can be downloaded directly from http://downloads.nethermind.io/.

  • v1.8.23 Changes

    April 26, 2020
    • ๐Ÿ”€ Intoruduces remaining fixes for state sync catch up
    • ๐Ÿ‘ Allows mainnet beam sync

    โš™ 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.23/nethermind-linux-amd64-1.8.23-3cea5a2-20200426.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.23-3cea5a2-20200426.zip -d nethermind

    1. cd nethermind
    2. ./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

    1. sudo apt-get install gcc-6 g++-6
    2. sudo apt install libzstd1

    ๐Ÿ Windows

    ๐Ÿ 1. download windows package nethermind-windows-amd64-1.8.23-3cea5a2-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher.exe ๐Ÿ”ง 4. select desired configuration

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.23-3cea5a2-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher ๐Ÿ”ง 4. select desired configuration

    Nethermind Data Marketplace:

    ๐Ÿ“ฆ NDM packages can be downloaded directly from http://downloads.nethermind.io/.

  • v1.8.22 Changes

    April 26, 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.22/nethermind-linux-amd64-1.8.22-399f9e7-20200426.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.22-399f9e7-20200426.zip -d nethermind

    1. cd nethermind
    2. ./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

    1. sudo apt-get install gcc-6 g++-6
    2. sudo apt install libzstd1

    ๐Ÿ Windows

    ๐Ÿ 1. download windows package nethermind-windows-amd64-1.8.22-399f9e7-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher.exe ๐Ÿ”ง 4. select desired configuration

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.22-399f9e7-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher ๐Ÿ”ง 4. select desired configuration

    Nethermind Data Marketplace:

    ๐Ÿ“ฆ NDM packages can be downloaded directly from http://downloads.nethermind.io/.

  • v1.8.21 Changes

    April 26, 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.21/nethermind-linux-amd64-1.8.21-891359c-20200426.zip ๐Ÿง 3. unzip nethermind-linux-amd64-1.8.21-891359c-20200426.zip -d nethermind

    1. cd nethermind
    2. ./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

    1. sudo apt-get install gcc-6 g++-6
    2. sudo apt install libzstd1

    ๐Ÿ Windows

    ๐Ÿ 1. download windows package nethermind-windows-amd64-1.8.21-891359c-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher.exe ๐Ÿ”ง 4. select desired configuration

    ๐ŸŽ macOS

    ๐Ÿ“ฆ 1. download darwin package nethermind-darwin-amd64-1.8.21-891359c-20200426.zip

    1. unzip the file
    2. run Nethermind.Launcher ๐Ÿ”ง 4. select desired configuration

    Nethermind Data Marketplace:

    ๐Ÿ“ฆ NDM packages can be downloaded directly from http://downloads.nethermind.io/.

  • v1.8.20

    April 26, 2020