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

Parity 1.10.9-stable

Compare
Choose a tag to compare
@5chdn 5chdn released this 07 Jul 17:42
· 1326 commits to v2.7.2-stable since this release
23a9eef

Parity 1.10.9 is a bug-fix release to improve performance and stability.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.9_windows_installer.exe 24c6cb7f5bc67bd8ec74a85fae4f7ecc974038c69b3d1e5e83539ef479f20e33
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.9_macos_macos.pkg 67b0a3a0ee7d2452d108e2598f2b5c953b87310aac6424d82a0a6d880ba61940
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.9_ubuntu_amd64.deb cbcf7a04e5cdeb19df04aa34476110e9a41586ea871d6734e99c5fe3a9eff15b
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86 parity_1.10.9_ubuntu_i386.deb 3ac73fc2e9e15fce0aed66917f34460df82cd8153b9ee14a4def2f76c2f6bb34
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.9_debian_amd64.deb 818893797c4a99d3aa522683a0931e7e83a4f9e12a482c6d758fa7a8d0b2959a
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.9_centos_x86_64.rpm 909bcedc6283a2f60f0807d2450c37f3e3197219da9fd148e0a76c37d2f8be98
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.10.9_ubuntu_armhf.deb 646848a80832e343c38996bcce4b9a7e4a73faaf46795e1f132e5c27f8c874c8
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect arm64 parity_1.10.9_ubuntu_arm64.deb 37b0915fe5ed44b942890db18693c971bad2dcf6666c4acd5b7e1198f0c48ad1
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.10.9

The full list of included changes:

  • Stable: 1.10.9 backports (#9016)
    • Parity-version: bump stable to 1.10.9
    • Scripts: remove md5 checksums (#8884)
    • Add support for --chain tobalaba (#8870)
      • Add support for --chain tobalaba
    • Only return error log for rustls (#9025)
    • Fixes for misbehavior reporting in AuthorityRound (#8998)
      • Aura: only report after checking for repeated skipped primaries
      • Aura: refactor duplicate code for getting epoch validator set
      • Aura: verify_external: report on validator set contract instance
      • Aura: use correct validator set epoch number when reporting
      • Aura: use epoch set when verifying blocks
      • Aura: report skipped primaries when generating seal
      • Aura: handle immediate transitions
      • Aura: don't report skipped steps from genesis to first block
      • Aura: fix reporting test
      • Aura: refactor duplicate code to handle immediate_transitions
      • Aura: let reporting fail on verify_block_basic
      • Aura: add comment about possible failure of reporting