Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Parity 1.11.7-stable "Prosperity"

Compare
Choose a tag to compare
@5chdn 5chdn released this 17 Jul 13:35
· 1287 commits to master since this release
085035f

Parity 1.11.7 "Prosperity" is a bug-fix release to improve performance and stability that marks the 1.11 release track as stable. Among other fixes, this release significantly addresses peering and synchronization issues. If you experienced such issues before, upgrading is highly recommended. If you rely on old versions of Parity, check out the old-stable-1.10 branch, cherry-pick fixes, and compile your binaries independently. There will be no official support for any versions prior to 1.11.7, however (EOL).

If you are upgrading directly from versions 1.10.9 or earlier, please note important changes to our transaction-queue implementation, namely:

  • The pool now limits transactions per-sender (see --tx-queue-per-sender), local transactions also have to obey that limit. Consider increasing the limit via CLI-flag when running benchmarks or sending a lot of transactions at once.
  • In case the pool is full, transactions received over the network, but originating from accounts that you have private keys for might not get accepted to the pool any more with higher priority. Consider running with larger pool size or submitting the transactions directly on the node via eth_sendRawTransaction.
OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.11.7_windows_installer.exe d6da6f55640ea0ea478379d43f502226ca16d0fffddb3673ef9b19271580de4d
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.11.7_macos_macos.pkg be00f895170e61af8e0ec6d043e7f4955bc88e0b314fb85fe9b6ad420f4ff8d7
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.11.7_ubuntu_amd64.deb 792fc2fa2c5653194764218076d86f1c8ea81d3f9410892aae171ec94fe20b1e
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86 parity_1.11.7_ubuntu_i386.deb 5e309b911da81367e22e6ed19306884442ca26610a9260e3e991be8ad095645b
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.11.7_debian_amd64.deb 2d9e0287b75ff3a8fa2921aa67c04c45dc9b8d5b7eec0bb80ca5eaf295825c39
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.11.7_centos_x86_64.rpm f1d9cbc7b9e24116e61b5077745ef0c917b75c28b37c1d907b2bf38ae159ffcb
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.11.7_ubuntu_armhf.deb 0bdd590f40497c839a634516dd8790b458d774c670467ae61fba562db08da25a
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect arm64 parity_1.11.7_ubuntu_arm64.deb 9c52545b64cc02b5344584dcd3c02e430275c2580219bd035d12a845e98a7b67
OS Alternative Link
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect Homebrew github.com/paritytech/homebrew-paritytech/blob/master/README.md
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect Snapcraft snapcraft.io/parity
Settings Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect Docker hub.docker.com/r/parity/parity
Settings Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect Other binaries vanity-service.parity.io/parity-binaries?format=markdown&version=v1.11.7

The full list of included changes:

  • Backports to 1.11.7-stable (#9093)
    • Parity-version: stabilize 1.11
    • Parity-version: bump stable to 1.11.7
    • Don't fetch snapshot chunks at random (#9088)
    • Offload cull to IoWorker. (#9099)
    • Limit the number of transactions in pending set (#8777)
      • Unordered iterator.
      • Use unordered and limited set if full not required.
      • Split timeout work into smaller timers.
      • Avoid collecting all pending transactions when mining
      • Remove println.
      • Use priority ordering in eth-filter.
      • Fix ethcore-miner tests and tx propagation.
      • Review grumbles addressed.
      • Add test for unordered not populating the cache.
      • Fix ethcore tests.
      • Fix light tests.
      • Fix ethcore-sync tests.
      • Fix RPC tests.
    • Make sure to produce full blocks. (#9115)
    • Update hidapi, fixes #7542 (#9108)
    • Docker: add cmake dependency (#9111)
    • Fix miner tests.
    • Revert "Make sure to produce full blocks."
    • Update light client hardcoded headers (#9098)
      • Insert Kovan hardcoded headers until 7690241
      • Insert Kovan hardcoded headers until block 7690241
      • Insert Ropsten hardcoded headers until 3612673
      • Insert Mainnet hardcoded headers until block 5941249
    • Make sure to produce full blocks. (#9115)
    • Insert ETC (classic) hardcoded headers until block 6170625 (#9121)
    • Fix verification in ethcore-sync collect_blocks (#9135)
    • evm bench fix broken dependencies (#9134)
      • evm bench use valid dependencies
      • Fix warnings