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

Parity 1.10.2-beta

Compare
Choose a tag to compare
@5chdn 5chdn released this 23 Apr 14:04
· 1326 commits to v2.7.2-stable since this release
f4ae813

Parity 1.10.2 is a bug-fix release to improve performance and stability. Among others, this restores Windows and 32-bit releases.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.2_windows_installer.exe 43fa3757d83792186898e8d86c21687b2b86854dbde2eda1889bb998ec6d1993
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.2_macos_macos.pkg 267301e0214cd0349bdb29e62ab8a962760da73f2bf3df7294b373c8a15f67ea
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.2_ubuntu_amd64.deb 8e444587991fef1522ba72488f085f6a7b06daceaf928d403fc2e638d172f747
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86 parity_1.10.2_ubuntu_i386.deb b4563dfc52d934f50d585337739eacd5bf021a77d969f85c39a6051dd2680074
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.2_debian_amd64.deb 5492b2e2fad425a0fe46b547ebc708778de20847238054fd6c4482efa802f711
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x64 parity_1.10.2_centos_x86_64.rpm 617f0da51cc57b103e7327d16e7c468d7bbafa80ab97f0082f1932825dabc91c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.10.2_ubuntu_armhf.deb 0fecbc78ef2ad7f5b08d23c9464b137a3c94be8d1f3d2846c9fed54642815e84
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect arm64 parity_1.10.2_ubuntu_arm64.deb ed25f781ffa8291a526778c9b73b12a282732ff25f4ba3a7494e715e15a74bb3
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.2

The full list of included changes:

  • Update Parity beta to 1.10.2 + Backports (#8455)
    • Update Parity beta to 1.10.2
    • Allow 32-bit pipelines to fail (#8454)
      • Disable 32-bit targets for Gitlab
      • Rename Linux pipelines
    • Update wasmi (#8452)
    • Fix Cargo.lock
  • Backports (#8450)
    • Use forked app_dirs crate for reverted Windows dir behavior (#8438)
      • Remove unused app_dirs dependency in CLI
      • Use forked app_dirs crate for reverted Windows dir behavior
    • Remove Tendermint extra_info due to seal inconsistencies (#8367)
    • Handle queue import errors a bit more gracefully (#8385)
    • Improve VM executor stack size estimation rules (#8439)
      • Improve VM executor stack size estimation rules
      • Typo: docs add "(Debug build)" comment
      • Fix an off by one typo and set minimal stack size
      • Use saturating_sub to avoid potential overflow