This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity 1.7.10-stable
Parity 1.7.10 applies fixes for Proof-of-Authority networks and schedules the Kovan-Byzantium hard-fork.
- The Kovan testnet will fork on block
5067000
atThu Dec 14 2017 05:40:03 UTC
.- This enables Byzantium features on Kovan.
- This disables uncles on Kovan for stability reasons.
- Proof-of-Authority networks are advised to set
maximumUncleCount
to 0 in a futuremaximumUncleCountTransition
for stability reasons. See the Kovan chain spec for an example. New PoA networks created with Parity will have this feature enabled by default.
OS | Arch | Download | SHA256 Checksum |
---|---|---|---|
x86_64 | InstallParity.exe | 54667805ebf34021358a75a092a3ea48a533b9e5f86112385e0525ac204b6049 |
|
x86_64 | parity.exe (Binary) | 818d9b0e7ff00274d5920d25636cc391ea55f9dbc49e9fb35c1b5795d11a617f |
|
x86_64 | parity-1.7.10-macos-installer.pkg | c4cc2b49c85cde15787c20aef19bda6590fe37dd906ba46540aba2ac1d590724 |
|
x86_64 | parity (Binary) | 6148c261ea282562246b968db2fbfd96339b6f79d131c9f92fab4048b72deb9b |
|
x86_64 | parity_1.7.10_amd64.deb | 9e0f0a5de353f58d0e0d2b70453768c036800bf049967fe23ef9eb9541ba7051 |
|
x86_64 | parity (Binary) | 04bdf922f4241d3523e060db378357afacafd62873a1dbd470c7b928e83d9d5a |
|
armv7 | parity_1.7.10_armhf.deb | 6f135b0ef3803c937237f41a49e083704beab3160305d02b098c8392ce7dd707 |
|
aarch64 | parity_1.7.10_arm64.deb | bba1feb3df7d5393e2f420ffe8ee0ef9284aa4a60533eb0c94f2bef06576add7 |
OS | Alternative | Link |
---|---|---|
Homebrew | https://github.com/paritytech/homebrew-paritytech/blob/master/README.md | |
Docker | https://hub.docker.com/r/parity/parity |
The full list of included changes:
- Backports and HF block update (#7243)
- [stable] Backports and Kovan HF (#7235)
- Escape inifinite loop in estimte_gas (#7075)
- Disable uncles by default (#7006)
- Maximum uncle count transition (#7196)
- Enable delayed maximum_uncle_count activation.
- Fix tests.
- Defer kovan HF.
- Bump version.
- Kovan HF.
- Update Kovan HF block.
- Fix compilation issues.
- Fix aura test.
- Add missing byzantium builtins.
- Fix tests.
- Bump version for installers.
- Increase allowed time drift to 10s. (#7238)