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

Parity Ethereum 2.2.3-beta "Africa"

Compare
Choose a tag to compare
@5chdn 5chdn released this 01 Dec 13:34
· 785 commits to master since this release
6b0a280

Parity-Ethereum 2.2.3-beta is an exciting release that, among others, fixes the database blooms migration when upgrading from 1.x versions to 2.2.3. 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 bfad8bf0b189b7da5b9d6b32f5361a4010ab279d3c22ab00f202d4de55b8a950
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity c1557e3c8f4257348053ef1560621303790cf636b5f3c86c09ce92a5a535ae95
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity 6395702d7e648f238dc8f5e1a8b4b4a58a2b0513121c8778e2e815be66139d71
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.2.3

The full list of included changes:

  • Beta patch release 2.2.3 (#10002)
    • version: bump stable to 2.2.3
    • 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