This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity 1.7.0-beta
Parity 1.7.0 is a major release introducing several important features:
- Experimental Light client support. Start Parity with
--light
to enable light mode. Please, note: The wallet UI integration for the light client is not included, yet. - Experimental web wallet. A hosted version of Parity that keeps the keys and signs transactions using your browser storage. Try it at https://wallet.parity.io or run your own with
--public-node
. - Experimental WASM contract support. Private networks can run contracts compiled into WASM bytecode.
- DApps and RPC server merge. DApp and RPC are now available through a single API endpoint. DApp server related settings are deprecated.
- Export accounts from the wallet. Backing up your keys can now simply be managed through the wallet interface.
- PoA/Kovan validator set contract. The PoA network validator-set management via smart contract is now supported by warp and, in the near future, light sync.
- PubSub API. https://github.com/paritytech/parity/wiki/JSONRPC-Parity-Pub-Sub-module
- Signer apps for IOS and Android.
See the blog post for more details.
OS | Architecture | File | SHA256 Checksum |
---|---|---|---|
x86_64 | InstallParity.exe | adfc6726f5071faee72bab2186b059eb6cd628b1d43b79b41da3536c9d4bf903 |
|
x86_64 | parity-1.7.0-macos-installer.pkg | ed51ed2364967079a1c385b113612b5c6db99deb55826e429c5863e0b5a6e367 |
|
x86_64 | parity_1.7.0_amd64.deb | 58d97530796afe9c7747d8186deaebe93693a8ba3be43b0cb806d2e61276b6b1 |
|
armv7 | parity_1.7.0_armhf.deb | 90752937c221ace692ea1d862370c3770ba3b4f73040ea1cfcdba864a60dc207 |
|
aarch64 | parity_1.7.0_arm64.deb | 216461c95cbadd25c4533ffc013f531a7cd625a8fe973fbf4fd7472368ed684b |
OS | Alternative | Link |
---|---|---|
Homebrew | https://github.com/paritytech/homebrew-paritytech/blob/master/README.md | |
Docker | https://hub.docker.com/r/parity/parity |
Full list of changes can be found in CHANGELOG.md. To get an overview of everything included, read the release accouncement on our blog.