This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity-Ethereum 2.0.1-beta
Parity-Ethereum 2.0.1-beta is a bug-fix release to improve performance and stability.
Note, authorities in PoA networks based on the Aura engine should upgrade their nodes to 1.11.8-stable or 2.0.1-beta as this release includes a critical fix.
System | Architecture | Binary | SHA256 Checksum |
---|---|---|---|
x64 | parity.exe | a1fcce518a57d092212ea0fa8fc93c1ea446f03855806f8b188b6fe4b7ee3532 |
|
x64 | parity | fa789a4fa43200eb648f34b645ef5cbd8559db8eba3909efff851b33238b15c6 |
|
x64 | parity | 714f09a604971dbfde128264e445fb10c1bf12fb0990fd3d600f9a55d9874b4f |
|
x86 | parity | f9a8dbc9204aea01d11c662571465624f9764f39986973adac3cb7673a90001a |
|
armv7 | parity | 5aca52f489e990d1906b459d84f4a68249c93b381f8220c3df57453a093a0ba0 |
|
arm64 | parity | 06c76db8177b496dc2084474f826705b863bfaff2d5be2a5647e104e7c3d8f34 |
|
System | Option | - | Resource |
Homebrew | - | github.com/paritytech/homebrew-paritytech | |
Snapcraft | - | snapcraft.io/parity | |
Docker | - | hub.docker.com/r/parity/parity | |
All binaries | - | vanity-service.parity.io/parity-binaries?version=v2.0.1 |
The full list of included changes:
- Backports to 2.0.1-beta (#9145)
- Parity-version: bump beta to 2.0.1
- Ci: update version strings for snaps (#9160)
- Be more graceful on Aura difficulty validation (#9164)
- Be more graceful on Aura difficulty validation
- Test: rejects_step_backwards
- Test: proposer_switching
- Test: rejects_future_block
- Test: reports_skipped
- Test: verify_empty_seal_steps
- Remove node-health (#9119)
- Remove node-health
- Remove ntp_servers
- Add --ntp-servers as legacy instead of removing it
- Add --ntp-servers to deprecated args
- Remove unused stuff
- Remove _legacy_ntp_servers
- Parity: fix UserDefaults json parser (#9189)
- Parity: fix UserDefaults json parser
- Parity: use serde_derive for UserDefaults
- Parity: support deserialization of old UserDefault json format
- Parity: make UserDefaults serde backwards compatible
- Parity: tabify indentation in UserDefaults
- Fix bugfix hard fork logic (#9138)
- Fix bugfix hard fork logic
- Remove dustProtectionTransition from bugfix category
- Eip-168 is not enabled by default
- Remove unnecessary 'static
- Disable per-sender limit for local transactions. (#9148)
- Disable per-sender limit for local transactions.
- Add a missing new line.
- Rpc: fix is_major_importing sync state condition (#9112)
- Rpc: fix is_major_importing sync state condition
- Rpc: fix informant printout when waiting for peers
- Fix verification in ethcore-sync collect_blocks (#9135)
- Docker: update hub dockerfile (#9173)
- Update Dockerfile for hub
- Update to Ubuntu Xenial 16.04
- Fix cmake version
- Docker: fix tab indentation in hub dockerfile
- Update Dockerfile for hub
- Rpc: fix broken merge
- Rpc: remove node_health leftover from merge
- Rpc: remove dapps leftover from merge