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

Parity 1.10.6-stable

Compare
Choose a tag to compare
@5chdn 5chdn released this 05 Jun 23:01
· 1459 commits to master since this release
bc0d134

Parity 1.10.6 is a security-relevant release fixing a potential consensus issue. Please upgrade your nodes as soon as possible.

If you can not upgrade to 1.10+ yet, please use the following branches and build your own binaries from source:

  • git checkout old-stable-1.9 #v1.9.8 (EOL)
  • git checkout old-stable-1.8 #v1.8.12 (EOL)
  • git checkout old-stable-1.7 #v1.7.14 (EOL)

Note, none of the branches above is supported anymore and you should upgrade to 1.10+ sometime soon.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.6_windows_installer.exe 21f01bec43c6a114214c1c42805af1ab2da2239fd9db5ce8e060c8247c8b8e22
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.6_macos_macos.pkg 4542c3f8c601b84e690253166570893b1b60e2ef462c73aa37f4b9d084ad6fa8
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.6_ubuntu_amd64.deb 7f49be8aaf88d31750c43b5cd6787bbab43bdb970a72b3a6b3af3eb69eda0108
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86 parity_1.10.6_ubuntu_i386.deb 0aa9988dab6c1be038b3149b155f9564e64253b5c4a0469589f67f56d627c8d9
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.6_debian_amd64.deb 764216867b753a327558fa53d0c190c95cec9f4dbd2d954c8f4669103c3ce5df
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.6_centos_x86_64.rpm 8e526d31293b03768f8a1d4be7a30b6567a12108106adfd2c14bdfb72c9ad438
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.10.6_ubuntu_armhf.deb ebf4212a56450b891d692ccb3ae0f4d73bfa6b3001fa128c8e9ff56ad2bf0c0b
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect arm64 parity_1.10.6_ubuntu_arm64.deb 0896670f66e07c26cd3fecd5e364c7aafc2f924be59aeffa3048c0ebf6f17f96
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.6

The full list of included changes:

  • Parity-version: bump stable to 1.10.6 (#8805)
    • Parity-version: bump stable to 1.10.6
    • Disallow unsigned transactions in case EIP-86 is disabled (#8802)
  • Update shell32-sys to fix windows build (#8793)
  • Backports (#8782)
    • Fix light sync with initial validator-set contract (#8528)
      • Fix #8468
      • Use U256::max_value() instead
      • Fix again
      • Also change initial transaction gas
    • Don't open Browser post-install on Mac (#8641)
    • Prefix uint fmt with 0x with alternate flag
    • Set the request index to that of the current request (#8683)
      • Set the request index to that of the current request
    • Node table sorting according to last contact data (#8541)
      • Network-devp2p: sort nodes in node table using last contact data
      • Network-devp2p: rename node contact types in node table json output
      • Network-devp2p: fix node table tests
      • Network-devp2p: note node failure when failed to establish connection
      • Network-devp2p: handle UselessPeer error
      • Network-devp2p: note failure when marking node as useless
    • Network-devp2p: handle UselessPeer disconnect (#8686)
  • Parity: bump stable version to 1.10.5 (#8749)
    • Parity: bump stable version to 1.10.5
    • Fix failing doc tests running on non-code