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

Parity 1.9.1-beta

Compare
Choose a tag to compare
@5chdn 5chdn released this 01 Feb 16:11
· 1641 commits to master since this release

Parity 1.9.1 is a bug-fix release to improve performance and stability. It restores ERC-20 token balances, improves networking, fixes database corruptions on client shutdown, and fixes issues with the --password command-line flag. Happy syncing, fellow Ethereans!

In addition, this stabilizes Kovan and other Proof-of-Authority networks. If you run a network with AuRa engine, updating is highly encouraged!

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.1_installer.exe 8f3c5a7fce58fdc8f6a1c67cd36fb8a9109ec28585fa1094fd1f29e6d0fab1cb
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.1_macos.pkg 35b21239f3b327ad5694cd30fde39dd3b1a6c57947c212032806e99fba31313a
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.1_amd64.deb 8de66f7fa93b94c9b75155b443e7416ba61eb9a781c9200648d66e100abb1d8d
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.1_debian.deb 70af26608ea9081c9fbcfec3b010921d1ca61b9ec6feb6b447d06004d9c2a0da
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.1_centos.rpm 1ccf0deaecfab966e36eb6bfa898316c7477034e7f2285110db3569c63dd11cd
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.9.1_armhf.deb 5e89e8a72bda5c86ad244d9ebf2f7ab650008ce1dba123b4fdb0989e23db9694
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.9.1_arm64.deb 799aa9858957dbcc4938bd35d0114693d9ac0656f56717fafc2343afe1569f12
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
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.9.1

The full list of included changes:

  • Beta Backports (#7756)
    • Filter-out nodes.json (#7716)
      • Filter-out nodes.json
      • network: sort node table nodes by failure ratio
      • network: fix node table tests
      • network: fit node failure percentage into buckets of 5%
      • network: consider number of attempts in sorting of node table
      • network: fix node table grumbles
    • Fix client not being dropped on shutdown (#7695)
      • parity: wait for client to drop on shutdown
      • parity: fix grumbles in shutdown wait
      • parity: increase shutdown timeouts
    • Wrap --help output to 120 characters (#7626)
      • Update Clap dependency and remove workarounds
      • WIP
      • Remove line breaks in help messages for now
      • Multiple values can only be separated by commas (closes #7428)
      • Grumbles; refactor repeating code; add constant
      • Use a single Wrapper rather than allocate a new one for each call
      • Wrap --help to 120 characters rather than 100 characte
  • Token filter balances (throttle) (#7742)
    • Token filter balances (throttle)
    • Cleanups
    • Remove unused uniq
    • Update @parity/shared to 2.2.23
    • Remove unused code paths
  • Bump beta to 1.9.1 (#7751)
  • Explicitly add branch name (#7754)
    • Explicitly add branch name
    • Fix cargo update branch to beta
  • Revert revert revert (#7715)
  • This reverts commit 568dc33.