Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Parity Ethereum 2.1.8-stable

Compare
Choose a tag to compare
@5chdn 5chdn released this 01 Dec 13:30
· 898 commits to master since this release
3eae1d3

Parity-Ethereum 2.1.8-stable is an exciting release that, among others, fixes the database bloom migration when upgrading from 1.x versions to 2.1.8. Upgrading is highly encouraged.

System Architecture Binary SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity.exe f1fbb888b8a413ed7074b4d7e52767dba8301298f6ccdf8875d5fc9e3b9c2e7f
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity d496bb6785f81482984084f96f5c7a1aa6753c56ea365f8e24279da6f52a13cd
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity 9235d7c49a3785eec836c699a7e5db237a1a8ed97fecc954da1803f3eb38da7d
System Option - Resource
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect Homebrew - github.com/paritytech/homebrew-paritytech
Settings Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect Docker - hub.docker.com/r/parity/parity
Settings Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect All binaries - vanity-service.parity.io/parity-binaries?version=v2.1.8

The full list of included changes:

  • Stable patch release 2.1.8 (#10001)
    • version: bump stable to 2.1.8
    • Fix Bloom migration (#9992)
      • Fix wrong block number in blooms migration
      • Fix wrong const type (usize -> u64) grimacing
    • Fix daemonize (#10000)
      • Revert "prevent silent errors in daemon mode, closes #9367 (#9946)"
      • deps(daemonize): switch back to crates.io
    • move daemonize before creating account provider (#10003)
      • move daemonize before creating account provider
      • daemonize: add a future-proofing comment