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

Releases: openethereum/parity-ethereum

Parity 1.8.11-stable

01 Mar 08:52
21522ff
Compare
Choose a tag to compare

Parity 1.8.11 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 x86_64 parity_1.8.11_windows_installer.exe a19e1ec5e6773187f291efdf163fe422ceb7bf059fcf6283824b3ce3fb4aeefe
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.11_macos_macos.pkg 6c8653c0a84d56cd01804dfe766d3082c23ee7d92cb64fd5adeab4768b77a4ff
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.11_ubuntu_amd64.deb 2a2b7615b53953e1bf9595dcee98d12b8a2f17ea674133ffc01db524aa345b55
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.11_debian_amd64.deb 8421ad94f30ee11e3e60607761537d2766cd4559f49d5c98e83f6a6fdbb5a65e
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.11_centos_x86_64.rpm e14ca15971a6f6edaca1795da31a8494661c34626fda0e5e45ae237cfd28cc40
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.11_ubuntu_armhf.deb a2a74f93bb6a81dd4ec5f328c032dedde0f75fd3d01c4ff7c970d493e2e97762
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.11_ubuntu_arm64.deb 75252605cd06ad4a7fbc38514aa6c619de03bd12a45d5d7ec238c2e4ce6a7554
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.8.11

The full list of included changes:

  • Bump stable to 1.8.11 (#8010)
  • Stable Backports (#8008)
    • Reject too large packets in snapshot sync. (#7977)
    • Increase max download limit to 128MB (#7965)
    • Calculate proper keccak256/sha3 using parity. (#7953)
    • Bump WebSockets (#7952)

Parity 1.9.3-beta

19 Feb 22:24
Compare
Choose a tag to compare

Parity 1.9.3 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 x86_64 parity_1.9.3_windows_installer.exe 6b4df22563fb61e63975abd02d360037f826a9af3aa139bad9559eb6054c7be9
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.3_macos_macos.pkg c82468a81479deb515945014a5cf7f05e3689bdad37498dcaae3f6c45a39aaf7
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.3_ubuntu_amd64.deb b08142f4436dc940f25bd1a4f9c9f00d8e790df0c9fe6bf9635b4027e50c983c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.3_debian_amd64.deb b2c6d9930422a7458f973b848284d8ca39f4b6fe9ea19f36a87f6da9049bf99b
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.3_centos_x86_64.rpm d4df855e6868eab47bf5b88c162525c84d6fe31be7f6250cd8d70da66396e846
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.9.3_ubuntu_armhf.deb 0a728f0c266526a7857178490c13994dd90f17158c7ec9f5e7d06a288d7d866f
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.9.3_ubuntu_arm64.deb 038b1b99611dca23d7a37013682245df7eb4abbea83cffe894c60aeb8eb6a121
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.9.3

The full list of included changes:

  • Backports (#7945)
    • ECIP 1041 - Remove Difficulty Bomb (#7905)
    • spec: Validate required divisor fields are not 0 (#7933)
    • Kovan WASM fork code (#7849)
  • Gitlab Cargo Cache (#7944)
  • Bump react-qr-reader (#7943)
    • Update react-qr-reader
    • Explicit webrtc-adapter dependency (package-lock workaround)
    • Iframe with allow (QR, new Chrome policy)
  • Backport of #7844 and #7917 to beta (#7940)
    • Randomize the peer we dispatch to
    • Fix a division by zero in light client RPC handler
  • Wallet allowJsEval: true (#7913)
    • Wallet allowJsEval: true
    • Fix unsafe wallet.
    • Enable unsafe-eval for all dapps.
  • Fix CSP for dapps that require eval. (#7867) (#7903)
    • Add allowJsEval to manifest.
    • Enable 'unsafe-eval' if requested in manifest.
  • Fix snap build beta (#7895)
  • Fix snapcraft grade to stable (#7894)
  • Backport Master CI PRs to Beta (#7890)
    • Add binary identifiers and sha256sum to builds (#7830)
    • Fix checksums and auto-update push (#7846)
    • Update gitlab-build.sh (#7855)
    • Fix installer binary names for macos and windows (#7881)
    • Update gitlab-test.sh (#7883)
    • Fix snapcraft nightly (#7884)
  • Backport Core PRs to beta (#7891)
    • Update back-references more aggressively after answering from cache (#7578)
    • Updated WASM Runtime & new interpreter (wasmi) (#7796)
    • Adjust storage update evm-style (#7812)
    • Add new EF ropstens nodes (#7824)
    • Store updater metadata in a single place (#7832)
    • WASM: Disable internal memory (#7842)
    • Add a timeout for light client sync requests (#7848)
    • Flush keyfiles. Resolves #7632 (#7868)
    • Fix wallet import (#7873)

Parity 1.8.10-stable

19 Feb 22:22
Compare
Choose a tag to compare

Parity 1.8.10 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 x86_64 parity_1.8.10_windows_installer.exe 7471931f47d3264e3d30baa4bec301fa869e5a36da3fd105286ba9bca689a5cb
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.10_macos_macos.pkg 4579fe43814878172af57773c778873f049d9496b4418521a4498343f141102d
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.10_ubuntu_amd64.deb f583f9e15e754f4f620d53f683f5500092d47901a3dea59a3c53377a315d3056
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.10_debian_amd64.deb 2e979b4d43707d1d20f585ff9697b446a4fba78ce6eaa9209fef4c2db1b61742
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.10_centos_x86_64.rpm ebb135ef82d9f98ec486406d3969148cd77973ca4cdd80801ffd43df1f098fee
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.10_ubuntu_armhf.deb 43d2051fb8e6c7caf8af1685239baa71e42a6fe78d698b907b3ac3cf2bd7cd6d
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.10_ubuntu_arm64.deb 6b2ead047b01a0503dd4ce5b37df9d2b191d124552b068c465fb7cc3c1c41c58
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.8.10

The full list of included changes:

  • Bump react-qr-reader (#7941)
    • Bump react-qr-reader
    • Explicit add webrtc-adapter, non-napa qrcode-generator
  • Fix feature=final (#7914)
  • Fix snap build stable (#7897)
  • Backport core PRs to stable (#7892)
    • Update back-references more aggressively after answering from cache (#7578)
    • Store updater metadata in a single place (#7832)
    • Flush keyfiles. Resolves #7632 (#7868)
    • Fix wallet import (#7873)
  • Backport Master CI PRs to Stable (#7889)
    • Add binary identifiers and sha256sum to builds (#7830)
    • Fix checksums and auto-update push (#7846)
    • Update gitlab-build.sh (#7855)
    • Fix installer binary names for macos and windows (#7881)
    • Update gitlab-test.sh (#7883)
    • Fix snapcraft nightly (#7884)
    • Bump stable to 1.8.10
    • Make track stable

Parity 1.9.2-beta

02 Feb 11:52
0feb0bb
Compare
Choose a tag to compare

Parity 1.9.2 is a bug-fix release to improve performance and stability. It adds additional bootnodes for the Ropsten test network.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.2_installer.exe 8ea7f7c7dc5fe9d2b2e3190e4ddef8881236cf07fa709b2a6c56f77fba04ac81
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.2_macos.pkg 88e769f463e4131fbe21c2e5bbb9c99e982aea79f6ddc4b6b14bba1d8eb11271
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.2_ubuntu.deb afaec079f5a9b83a0e76d4c8b3c2fa84952019154b3faac46b6f69fc60dd2e46
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.2_debian.deb 9f8585602ba4a77637dd257c355ddbacaa5b8265e0280966350fef088b4caddf
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.2_centos.rpm 20966177178707f9c6272336f33d9274d4ddbac64de832c034598c0665a53be1
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.9.2_armhf.deb bbb93efb943762e45fa2a668223883cfabe817ab2f1a2a8f353bd9676917a034
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.9.2_arm64.deb 3bfd89cc4cd6d5f34530fe853ba5780a8c3ec2086389cef2908d12667384e7b7
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.9.2

The full list of included changes:

  • Backports beta (#7780)
    • Bump beta to 1.9.2
    • Update ropsten.json (#7776)
  • Snapcraft push beta

Parity 1.9.1-beta

01 Feb 16:11
Compare
Choose a tag to compare

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.

Parity 1.8.9-stable

02 Feb 11:40
1952d05
Compare
Choose a tag to compare

Parity 1.8.9 is a bug-fix release to improve performance and stability. It restores ERC-20 token balances and adds additional bootnodes for the Ropsten test network.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.9_installer.exe ac86a669eff90e7dc2aee41192d36804684c5f5ca9a193c1abd31ef9d9033f03
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.9_macos.pkg df45361ab5d820bcc19c607010cec695261dbac16d9df04be98d4203194d487b
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.9_ubuntu.deb 62566b94c7caa8d760338a7f5f03158fcb6a35cd21312ba8cb5b43d1de08813f
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.9_debian.deb fe5e54052f517bb6cc7da50e9aad3e486d40d68b246baceb1153519ac2c5766f
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.9_centos.rpm f308dc99e9452a04be5acdf9075cccc58f6b2eceb259573a62b3f2802fbe021b
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.9_armhf.deb 2a172c56fe44fac9a90ea2caaa2c431694d1e7ef844f3e68170f5a2974f70c88
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.9_arm64.deb 937b69fd9eddbecf6ed624cd88c8189f6fad67112eb2d399980c2cde4a9d14d4
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.8.9

The full list of included changes:

  • Update gitlab-build.sh
  • Backports stable (#7779)
    • Bump stable to 1.8.9
    • Update ropsten.json (#7776)
  • Fix tokenAddress reference (#7777)
  • Snapcraft push stable

Parity 1.8.8-stable

01 Feb 16:10
Compare
Choose a tag to compare

Parity 1.8.8 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!

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.8_installer.exe 378e5129edf88985997978acb057d7f2b6f38b989a7e19e03f84fe0998899008
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.8_macos.pkg 89ffd88727ba8d3efa6914669734267c5913cfd2e30e242ff60d34e9f8e0cf7c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.8_amd64.deb eb2a7a1adfe4878461ade706057dc7314007b82b290461afbf06fc27b4ba9523
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.8_debian.deb 58d46e1b903e851f34936d33bbe54e3e9e6d7424c575168290c4fb8fb9070b1c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.8_centos.rpm 5a7b92abf41e2461619b0f11a1a670f2c1934a949997382776d959900f8c15f4
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.8_armhf.deb fb25b65084a82e6efa6bb9d2065b97d2902f2eda32273b1e66c916f0a18c4795
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.8_arm64.deb bfe3fdd2fc5ce89191e4ec59e614bad8f85b7a18482ab31729b20ca63ddc7cb4
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.8.8

The full list of included changes:

The full list of included changes:

  • Gitlab stable (#7768)
    • Fix snapcraft build for stable
    • Initial support push snap packages to snapcraft.io
    • Edge-devel
  • Snapcraft push ans fix build (#7767)
    • Fix snapcraft build for stable
    • Initial support push snap packages to snapcraft.io
    • Edge-devel
  • Remove snapcraft.yml from scripts
  • Resolve conflicts
  • Token filter balances (throttle) (#7755)
  • Fix snapcraft build (stable) (#7763)
    • Fix snapcraft build for stable
    • Fix snapcraft build (stable)
  • [Stable] Backports (#7758)
    • 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 characters
  • Use explicit branch name in push (#7757)
  • Bump stable to 1.8.8 (#7752)
  • Fix js-release in stable (#7682)
  • Update Info.plist
  • Fix conditions in gitlab-test (#7675)
  • Remove cargo cache

Parity 1.9.0-beta "Velocity"

26 Jan 11:41
Compare
Choose a tag to compare

We are happy to announce our newest Parity 1.9 release. Among others, it enables the following features:

  • It integrates the fully reworked Parity Wallet and DApps browser (a.k.a. "UI 2.0", #6819).
  • It enables devp2p snappy compression (#6683).
  • AuRa Proof-of-Authority chains now disable uncles by default (#7006). Existing PoA chains can go through a "maximum uncle count transition" to achieve more stability (#7196).
  • Added Expanse's Byzantium hard-fork (#7463).
  • Added support for Ellaism chain (#7222).

Further, users upgrading from 1.8 should acknowledge the following changes:

  • Fixed DELEGATECALL's from/to field (#7568).
  • Set zero nonce and gas price for calls by default (#6954).
  • Create pending blocks with all transactions from the queue (#6942).
  • Remove RPC parameter leniency now that Mist formats correctly (#6651). Parity stops accepting decimal-formatted block numbers and stops parsing the empty string as empty bytes.
  • Public nodes do not support the user interface anymore. If you are running a public node, please stay on the 1.8 branch of the stable releases.

Additional noteworthy changes:

  • ethstore and ethkey have been significantly improved (#6961):
    • ethstore now supports brute forcing pre-sale wallets given a password list for recovery.
    • ethkey now supports multi-threaded generation of prefix-matching addresses.
    • ethkey now supports prefix-matching brain wallets.
    • ethkey now supports brain-wallets recovery-phrases lookup. This helps to find a correct phrase if you know the address you want to get yet you made a typo backing the phrase up, or forgot a word.

Read more about Parity 1.9 in our blog post.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.0_installer.exe e4e2c8e3ac7a651c3a175644e05df57b0b8ab7519da826fc82351111670fb559
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.0_macos.pkg 2efb0995f3378cdadd22584d559e5dfb1d3822ea99ecd75c64af9791efcffa8a
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.0_amd64.deb 82535c6721669b16f08a1b6a60389f1d25bc013f92555225714a42f38386ba95
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.0_debian.deb 5370f79023e682e0f4515f4e697a5186237ee8da2a2b9c3a4cacbce994076eb0
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.9.0_centos.rpm ebc351896d246afed78effc70b7adc4f647f2694a7f712b5e7ce234e3cc5e11a
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.9.0_armhf.deb 2432d9dd652da7f541149c0fe8784a68b43fc926c5e790726ce65c3ca97c2b4a
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.9.0_arm64.deb 323683a0d5ce2c55107433245f6bb929608b562927a3f5f0f8790eb8087386bf
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.0

The full list of included changes can be found in CHANGELOG.

Parity 1.8.7-stable

24 Jan 12:26
Compare
Choose a tag to compare

Parity 1.8.7 is the first stable release of the 1.8 channel. It includes various bug and stability fixes. Users on Kovan or other Aura-based networks are advised to upgrade as this release fixes an issue introduced with 1.8.6 and 1.7.12 that causes Proof-of-Authority nodes to stop synchronizing the chain.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.7_installer.exe 7ad508e3f3479aac63aadb7d20d95fade7f39238902e2a3d6d69bb5d66668125
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.7_macos.pkg 7325b82184e3c155e3fda8e0de4b1fa78bee3a1712aaca06df87860c3c48de9e
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.7_amd64.deb 8b0a3ef88d7819563e750344d5cb8fc15456b0d7138e71f8c81495c2690b8eff
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.7_debian.deb 0279df3a88df46c13f97ec54155cc0965504feacef0dc48d90cdc7d2f23a7f5c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.7_centos.rpm 899d9b73a715dd7999abdfd3d55bd0abd98b5efee922d992f96b6bbbb1f6dac9
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.7_armhf.deb 2d3ceb047b095e9b185e7b39ae408a8e93143cc5810a93d3ab2de30f2f01ed6c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.7_arm64.deb e80f55ce33785074dd47745e36bd3c9622bbf488d1f1cbe1f933108c684962dc
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.8.7

The full list of included changes:

  • Bump stable version (#7665)
    • Bump stable to 1.8.7
  • Backports to stable (#7661)
    • Fixed delegatecall's from/to (#7568)
      • Fixed delegatecall's from/to, closes #7166
      • Added tests for delegatecall traces, #7167
    • Fix Temporarily Invalid blocks handling (#7613)
      • Handle temporarily invalid blocks in sync.
      • Fix tests.
    • Improve handling of RocksDB corruption (#7630)
      • Kvdb-rocksdb: update rust-rocksdb version
      • Kvdb-rocksdb: mark corruptions and attempt repair on db open
      • Kvdb-rocksdb: better corruption detection on open
      • Kvdb-rocksdb: add corruption_file_name const
      • Kvdb-rocksdb: rename mark_corruption to check_for_corruption
  • Add docker build for stable and cargo cache (#7672)
  • Fix snapcraft build for stable (#7669)
  • Update .gitlab-ci.yml (#7599)
    • Fix cache:key
  • Make 1.8 stable (#7532)
    • Bump 1.8 to stable
    • Make js-precompiled stable

Parity 1.7.13-stable

23 Jan 09:51
Compare
Choose a tag to compare

Parity 1.7.13 is a bug-fix release to improve stability of PoA-networks. Users on Kovan or other Aura-based networks are advised to upgrade as this release fixes an issue introduced with 1.7.12 that causes Proof-of-Authority nodes to stop synchronizing the chain.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe bfbe66ee6d4c233eeb36283b8c4050857358a9363a460d13bf7fe38cdb689fa5
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) 473c5ed658f96066ddc480c409840f0d231557d722e52510bde341326f13969a
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.7.13-macos-installer.pkg 0aa5570a2f1448c1619cc6011872b1c3d412675edd3c559e78e4db728375f624
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) a00ead491c0e47efe4abefeb27ddc6ed8d1ea4daa43683d8e349e1e7459b74ba
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.7.13_amd64.deb 5acb636cc1c2aa40973664faa56b58b4a881cf5170534425cbeae6230dce90be
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 6b6ecaf7af9b499ae6d73ead06a94b4518c461f56c68664686144b2480f4d558
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.7.13_armhf.deb 08b840a4ba7e13af0c48a7e515124168f3a5448ddc72e6ae338da7a3b894614d
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.7.13_arm64.deb 54eedca6e5c0e2c2d35774927af1d095b4d835150c7892eefe1f3e3e54ed5875
OS Alternative Link
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect Homebrew https://github.com/paritytech/homebrew-paritytech/blob/master/README.md
Settings Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect Docker https://hub.docker.com/r/parity/parity

The full list of included changes:

  • AuRa fix for 1.7.x series (#7666)
    • Fix Temporarily Invalid blocks handling (#7613)
      • Handle temporarily invalid blocks in sync.
      • Fix tests.
      • Bump rustc-serialize
      • Bump version.
      • Update .gitlab-ci.yml
      • Fix lint
      • Remove slash from gitlab ci script to fix builds
      • Start build.