This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity Ethereum 2.2.3-beta "Africa"
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 |
---|---|---|---|
x64 | parity.exe | bfad8bf0b189b7da5b9d6b32f5361a4010ab279d3c22ab00f202d4de55b8a950 |
|
x64 | parity | c1557e3c8f4257348053ef1560621303790cf636b5f3c86c09ce92a5a535ae95 |
|
x64 | parity | 6395702d7e648f238dc8f5e1a8b4b4a58a2b0513121c8778e2e815be66139d71 |
|
System | Option | - | Resource |
Homebrew | - | github.com/paritytech/homebrew-paritytech | |
Docker | - | hub.docker.com/r/parity/parity | |
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)
- move daemonize before creating account provider (#10003)
- move daemonize before creating account provider
- daemonize: add a future-proofing comment