This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity 1.7.11-stable
Parity 1.7.11 changes the default behavior of JSON-RPC CORS setting, 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 | 363071f5de9f6ae4dbff67b1a4834852541d055f12f4981d2990dfd26f029ee5 |
|
x86_64 | parity.exe (Binary) | eb6ff3b3856e973f338e92e7e77ecb031dd226f71ed5daddef555ae2b704e2c4 |
|
x86_64 | parity-1.7.11-macos-installer.pkg | 95d4d15d4355dc50a214bef244e2a1dffefe46713715bb36da085074e69717af |
|
x86_64 | parity (Binary) | b2d156510cdb2223b4c69910bf41062622da7caeed03429a2e1071907977892e |
|
x86_64 | parity_1.7.11_amd64.deb | e8d8d00e000b6e6ca0630a842402710a425c8a288fd3a6d7a11c6260509de63d |
|
x86_64 | parity (Binary) | dec1f6220d48f84d41696061d5fb0317d34ef4f19a0571e8f199963efafa76df |
|
armv7 | parity_1.7.11_armhf.deb | e550ee367ac272149d67672d26e2879a8f8c433e12e13bf5a753b938baaadd31 |
|
aarch64 | parity_1.7.11_arm64.deb | 4785bce045b8d9a717ea210df6823620884af5630d8aea05fc41963ad02a9d38 |
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:
- Stable Bootnodes and Warpnodes (#7298)
- New warp enodes (#7287)
- New warp enodes
- Added one more warp enode; replaced spaces with tabs
- Bump stable to 1.7.11
- Update kovan boot nodes (#7296)
- 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)
- Ethstore optimizations (#6827) (#6844) (#7347)
- Fix default CORS. (#7389)