This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity 1.8.5-beta
Parity 1.8.5 changes the default behavior of JSON-RPC CORS setting, detects same-key engine signers in Aura networks, and updates bootnodes for the Kovan and Foundation networks.
Note: The default value of --jsonrpc-cors
option has been altered to disallow (potentially malicious) websites from accessing the low-sensitivity RPCs (viewing exposed accounts, proposing transactions for signing). Currently domains need to be whitelisted manually. To bring back previous behaviour run with --jsonrpc-cors all
or --jsonrpc-cors http://example.com
.
OS | Arch | Download | SHA256 Checksum |
---|---|---|---|
x86_64 | InstallParity.exe | 0934b479249268a1258c54de2df4fcdadea1c36613b01f1b9ba1e66e7c1ab785 |
|
x86_64 | parity.exe (Binary) | 1ac0503bc5d594506a2df6c7cf8fefb82f763fa58cd57405f961b2a6d511ee2c |
|
x86_64 | parity-1.8.5-macos-installer.pkg | c81c0e60297ab410489bfb9cd27a98205e69dc51e96a579ceec5809619c39729 |
|
x86_64 | parity (Binary) | 93285a110b4d89986345b0b125e8fb17dfd9d42d849610948e9a51b9d5b77eaa |
|
x86_64 | parity_1.8.5_amd64.deb | 4828ed0ec81840483bfaa13e4f1f658313f251b15071dc00c94d7b5b49391d23 |
|
x86_64 | parity (Binary) | 64a1db959cc134d69a0add51a2e780e08f575a4205a74408af92be79566b8e92 |
|
armv7 | parity_1.8.5_armhf.deb | 2170f39f42c4fc63128affb644b7b63d01df6eea0b1a2ab10bc21509df200be7 |
|
aarch64 | parity_1.8.5_arm64.deb | f46eeb72dd230f8745b0937e69a0de5b4bbb9c0dc73dda76a1c8fbe5e78f49dd |
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:
- Beta Backports (#7297)
- New warp enodes (#7287)
- New warp enodes
- Added one more warp enode; replaced spaces with tabs
- Bump beta to 1.8.5
- Update kovan boot nodes
- Detect different node, same-key signing in aura (#7245)
- Detect different node, same-key signing in aura
- Reduce scope of warning
- Fix Cargo.lock
- Updating mainnet bootnodes.
- Update bootnodes (#7363)
- Updating mainnet bootnodes.
- Add additional parity-beta bootnodes.
- Restore old parity bootnodes and update foudation bootnodes
- New warp enodes (#7287)
- Fix default CORS. (#7388)