Skip to content

Releases: NethermindEth/nethermind

v1.0 RC13

28 Jun 02:43
11fa5ca
Compare
Choose a tag to compare
v1.0 RC13 Pre-release
Pre-release
Merge pull request #577 from NethermindEth/replays

Replays

v1.0 RC12

25 Jun 01:40
8cb2bdb
Compare
Choose a tag to compare
v1.0 RC12 Pre-release
Pre-release

has a config switch that allows the receipts to be loaded from the headers DB (it is a fix for the corrupted RC7 database)

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.0rc12/nethermind-linux-amd64-1.0rc12-8cb2bdb.zip
  3. unzip nethermind-linux-amd64-1.0rc12-8cb2bdb.zip -d nethermind
  4. cd nethermind
  5. ./Nethermind.Launcher
  6. Select desired configuration

Windows

  1. download windows package nethermind-windows-amd64-1.0rc12-8cb2bdb.zip
  2. unzip the file
  3. run Nethermind.Launcher.exe
  4. select desired configuration

macOS

  1. download darwin package nethermind-darwin-amd64-1.0rc12-8cb2bdb.zip
  2. unzip the file
  3. run Nethermind.Launcher
  4. select desired configuration

v1.0 RC11

24 Jun 07:54
7bb1e10
Compare
Choose a tag to compare
v1.0 RC11 Pre-release
Pre-release
Merge pull request #554 from NethermindEth/traceblock

various fixes to JSON RPC and JSON RPC testing

v1.0 RC9

21 Jun 14:10
59b7cb6
Compare
Choose a tag to compare
v1.0 RC9 Pre-release
Pre-release
Merge pull request #547 from NethermindEth/receiptTxHash

Receipt tx hash

v1.0 RC10

21 Jun 20:35
57030ea
Compare
Choose a tag to compare
v1.0 RC10 Pre-release
Pre-release
Merge pull request #549 from NethermindEth/lazytree

Lazytree

v1.0 RC8

21 Jun 11:12
Compare
Choose a tag to compare
v1.0 RC8 Pre-release
Pre-release
1.0rc8

Fixed LogEntry transaction hash value

v1.0 RC7

19 Jun 16:30
Compare
Choose a tag to compare
v1.0 RC7 Pre-release
Pre-release
1.0rc7

rc7

v1.0 RC6

19 Jun 14:26
Compare
Choose a tag to compare
v1.0 RC6 Pre-release
Pre-release
1.0rc6

and do not recover when not needed

v1.0 RC5

11 Jun 12:36
Compare
Choose a tag to compare
v1.0 RC5 Pre-release
Pre-release
1.0rc5

rc5

1.0 RC4

06 Jun 15:04
Compare
Choose a tag to compare
1.0 RC4 Pre-release
Pre-release

RC4 mainnet is broken (but can be fixed by adding: "eip1283Transition": "0x5F5E100" in the chainspec file

ethstats, metrics, rinkeby chainspec fix