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.6-beta

09 Jan 23:10
Compare
Choose a tag to compare

Parity 1.8.6 fixes a critical issue with the database eventually filling up user's disks. Upgrading is highly recommended as it will significantly improve your user experience. As a bonus, this release should enable users with slower hard-disk drives to catch up with the latest block again. Also, warp-sync performance was significantly improved. Please note, that the initial database compaction after upgrading might temporarily reduce the node's performance.

In addition to our gas price histogram, this version now allows you to dynamically set the default gas price as percentile from the last 100 blocks (it defaults to median: 50).

--gas-price-percentile=[PCT]        Set PCT percentile gas price value from
                                    last 100 blocks as default gas price
                                    when sending transactions.

Last but not least, this release also fixes consensus issues with the Expanse chain enabling Byzantium. If you run Parity configured for Expanse, you might have to resync your chain after the upgrade.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe 04b84d625ad4a0437784c778916441fad982b4590c36b0b75b3f1fd2c2822e48
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) ec13dd88d50a9a23935e39e56a5d3a89f4b31b6c471ad3eaa20f8ea54968a068
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.8.6-macos-installer.pkg 87a0bf46026827a186ebc3effde0af6dfacb420cb98f5332ac5b51da88bad9bf
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 2285621c00cdd7b04a9b6641b1feb0764f8c1ca04eff820b16c256839a49c659
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.6_amd64.deb 21913a5e538e6354c9d05fcccf98f0f534a7bb286069dbe906ef885bd0c425be
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 76285f91b80604a881b0a56a77735647f11392d9ceb035bfba47079489e01f3a
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.6_armhf.deb 67ef5465b32c8ace9a8fbdb534412a0a6fa9b3882bd9472d27837943da4709f6
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.6_arm64.deb 350482594fca84fb931eca57afba736808bc90e333ad4a1d2ff785a1a6103daf
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:

  • RocksDB fix (#7508)
    • Kvdb: update rust-rocksdb version
  • Backports to beta (#7434)
    • Wait for future blocks in AuRa (#7368)
      • Mark future blocks as temporarily invalid.
      • Don't check max.
    • Fix tracing failed calls. (#7412)
    • Problem: sending any Whisper message fails (#7421)
    • Strict config parsing (#7433)
    • Problem: AuRa's unsafeties around step duration (#7282)
    • Remove expanse chain (#7437)
      • Remove expanse from available chains
      • Remove all EXP references from old wallet
      • Fix tests
    • Remove expanse chain (#7437)
    • Expanse Byzantium update w/ correct metropolis difficulty increment divisor (#7463)
      • Byzantium Update for Expanse
      • Expip2 changes - update duration limit
      • Fix missing EXPIP-2 fields
      • Format numbers as hex
      • Fix compilation errors
      • Group expanse chain spec fields together
      • Set metropolisDifficultyIncrementDivisor for Expanse
      • Revert #7437
      • Add Expanse block 900_000 hash checkpoint
    • Advance AuRa step as far as we can and prevent invalid blocks. (#7451)
      • Advance AuRa step as far as we can.
      • Wait for future blocks.
    • Fixed panic when io is not available for export block, closes #7486 (#7495)
    • Update Parity Mainnet Bootnodes (#7476)
      • Replace the Azure HDD bootnodes with the new ones :)
    • Expose default gas price percentile configuration in CLI (#7497)
      • Expose gas price percentile.
      • Fix light eth_call.
      • Fix gas_price in light client
  • Backport nonces reservations (#7439)
    • Reserve nonces for signing (#6834)
      • Nonce future - reserve and dispatch
      • Single thread nonce tests
      • Track status of reserved nonces.
      • Initialization of nonce reservations.
      • Prospective Signer
      • Fix cli tests.
    • Fix nonce reservation (#7025)
      • Use nonce reservation per address
      • Create hashmap in RPC Apis
      • Garbage collect hashmap entries.
      • HashMap::retain
  • Bump beta to 1.8.6 (#7442)
  • KVDB backports (#7438)
    • Separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb (#6720)
      • Separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb, ref #6693
        • Fixed kvdb-memorydb && kvdb-rocksdb authors
        • Fixed wrong kvdb import in json_tests
      • Util tests use kvdb_memorydb instead of kvdb_rocksdb, closes #6739
        • Renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create
        • Docs
        • Removed redundant mut from kvdb-memorydb
    • Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348)
      • kvdb-rocksdb: update to RocksDB 5.8.8
      • kvdb-rocksdb: tune RocksDB options
        • Switch to level-style compaction
        • Increase default block size (16K), and use bigger blocks for HDDs (64K)
        • Increase default file size base (64MB SSDs, 256MB HDDs)
        • Create a single block cache shared across all column families
        • Tune compaction settings using RocksDB helper functions, taking into account
        • Memory budget spread across all columns
        • Configure backgrounds jobs based on the number of CPUs
        • Set some default recommended settings
      • ethcore: remove unused config blockchain.db_cache_size
      • parity: increase default value for db_cache_size
      • kvdb-r...
Read more

Parity 1.7.12-stable

09 Jan 12:53
f96d152
Compare
Choose a tag to compare

Parity 1.7.12 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 InstallParity.exe 7f975b6bf381c85dc3626324764d41c215fe2b4adc9e603d2a366c44aba40c73
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) cba259faedd343a092bd4d40c12650968d7c1a126eafc5cc5b041d93ebdf7b74
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.7.12-macos-installer.pkg 2123fab5fafd6a7f2a20ef0cac2c37a718ced18354d0c8a2ad37fedce5478938
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 415b8c26a5924890b1ec05ccd2e65c9b7535be03dfd859913448fabe5501a4fe
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.7.12_amd64.deb 8321e52d9d6ca628c77d3e4bd6611a991f0bc3b16a0a28342dc27deb00d4d52b
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) f3b9d17d17b9c74cfdca3051055c3c7ffba72c32f76ba05ba4d06dea334ba1d6
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.7.12_armhf.deb a4cadf9eb31df3d20b4551a61aa22d2b94fd949fc9cf05cf554439def6d9a76c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.7.12_arm64.deb a002c99239330788bf6732a6053fc253977c85363e22acb9341ea960fcba7fcf
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:

  • Fix stable builds for rustc 1.23.0 (#7504)
  • Missing AuRa backports (#7499
    • Wait for future blocks in AuRa (#7368)
      • Mark future blocks as temporarily invalid.
      • Don't check max.
    • Advance AuRa step as far as we can and prevent invalid blocks. (#7451)
      • Advance AuRa step as far as we can.
      • Wait for future blocks.
    • Problem: AuRa's unsafeties around step duration (#7282)
    • Fix tests.
    • Detect different node, same-key signing in aura (#7245)
      • Detect different node, same-key signing in aura
      • Reduce scope of warning
  • Backports (#7496)
    • Advance AuRa step as far as we can. (#7451)
      • Advance AuRa step as far as we can.
      • Wait for future blocks.
    • Fixed panic when io is not available for export block, closes #7486 (#7495)
    • Update Parity Mainnet Bootnodes (#7476)
      • Replace the Azure HDD bootnodes with the new ones :)
    • Bump version to 1.7.12

Parity 1.8.5-beta

29 Dec 10:06
Compare
Choose a tag to compare

Parity 1.8.5 changes the default behavior of JSON-RPC CORS setting, detects same-key engine signers in Aura networks, and updates bootnodes for the Kovan and Foundation networks.

Note: The default value of --jsonrpc-cors option has been altered to disallow (potentially malicious) websites from accessing the low-sensitivity RPCs (viewing exposed accounts, proposing transactions for signing). Currently domains need to be whitelisted manually. To bring back previous behaviour run with --jsonrpc-cors all or --jsonrpc-cors http://example.com.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe 0934b479249268a1258c54de2df4fcdadea1c36613b01f1b9ba1e66e7c1ab785
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) 1ac0503bc5d594506a2df6c7cf8fefb82f763fa58cd57405f961b2a6d511ee2c
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.8.5-macos-installer.pkg c81c0e60297ab410489bfb9cd27a98205e69dc51e96a579ceec5809619c39729
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 93285a110b4d89986345b0b125e8fb17dfd9d42d849610948e9a51b9d5b77eaa
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.5_amd64.deb 4828ed0ec81840483bfaa13e4f1f658313f251b15071dc00c94d7b5b49391d23
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 64a1db959cc134d69a0add51a2e780e08f575a4205a74408af92be79566b8e92
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.5_armhf.deb 2170f39f42c4fc63128affb644b7b63d01df6eea0b1a2ab10bc21509df200be7
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.5_arm64.deb f46eeb72dd230f8745b0937e69a0de5b4bbb9c0dc73dda76a1c8fbe5e78f49dd
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:

  • Beta Backports (#7297)
    • New warp enodes (#7287)
      • New warp enodes
      • Added one more warp enode; replaced spaces with tabs
      • Bump beta to 1.8.5
      • Update kovan boot nodes
    • Detect different node, same-key signing in aura (#7245)
      • Detect different node, same-key signing in aura
      • Reduce scope of warning
      • Fix Cargo.lock
      • Updating mainnet bootnodes.
    • Update bootnodes (#7363)
      • Updating mainnet bootnodes.
      • Add additional parity-beta bootnodes.
      • Restore old parity bootnodes and update foudation bootnodes
  • Fix default CORS. (#7388)

Parity 1.7.11-stable

29 Dec 10:05
Compare
Choose a tag to compare

Parity 1.7.11 changes the default behavior of JSON-RPC CORS setting, and updates bootnodes for the Kovan and Foundation networks.

Note: The default value of --jsonrpc-cors option has been altered to disallow (potentially malicious) websites from accessing the low-sensitivity RPCs (viewing exposed accounts, proposing transactions for signing). Currently domains need to be whitelisted manually. To bring back previous behaviour run with --jsonrpc-cors all or --jsonrpc-cors http://example.com.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe 363071f5de9f6ae4dbff67b1a4834852541d055f12f4981d2990dfd26f029ee5
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) eb6ff3b3856e973f338e92e7e77ecb031dd226f71ed5daddef555ae2b704e2c4
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.7.11-macos-installer.pkg 95d4d15d4355dc50a214bef244e2a1dffefe46713715bb36da085074e69717af
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) b2d156510cdb2223b4c69910bf41062622da7caeed03429a2e1071907977892e
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.7.11_amd64.deb e8d8d00e000b6e6ca0630a842402710a425c8a288fd3a6d7a11c6260509de63d
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) dec1f6220d48f84d41696061d5fb0317d34ef4f19a0571e8f199963efafa76df
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.7.11_armhf.deb e550ee367ac272149d67672d26e2879a8f8c433e12e13bf5a753b938baaadd31
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.7.11_arm64.deb 4785bce045b8d9a717ea210df6823620884af5630d8aea05fc41963ad02a9d38
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:

  • Stable Bootnodes and Warpnodes (#7298)
    • New warp enodes (#7287)
      • New warp enodes
      • Added one more warp enode; replaced spaces with tabs
      • Bump stable to 1.7.11
    • Update kovan boot nodes (#7296)
    • Fix Cargo.lock
    • Updating mainnet bootnodes.
    • Update bootnodes (#7363)
      • Updating mainnet bootnodes.
      • Add additional parity-beta bootnodes.
      • Restore old parity bootnodes and update foudation bootnodes
  • Ethstore optimizations (#6827) (#6844) (#7347)
  • Fix default CORS. (#7389)

Parity 1.8.4-beta

12 Dec 13:32
Compare
Choose a tag to compare

Parity 1.8.4 applies fixes for Proof-of-Authority networks and schedules the Kovan-Byzantium hard-fork.

  • The Kovan testnet will fork on block 5067000 at Thu Dec 14 2017 05:40:03 UTC.
    • This enables Byzantium features on Kovan.
    • This disables uncles on Kovan for stability reasons.
  • Proof-of-Authority networks are advised to set maximumUncleCount to 0 in a future maximumUncleCountTransition for stability reasons.
    • See the Kovan chain spec for an example.
    • New PoA networks created with Parity will have this feature enabled by default.

Furthermore, this release includes the ECIP-1039 Monetary policy rounding specification for Ethereum Classic, reduces the maximum Ethash-block timestamp drift to 15 seconds, and fixes various bugs for WASM and the RPC APIs.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe baf89c9ed92b4bd79a842923460ff3aac85d58d10024090a0418bc9aa0c18bc3
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) 0a1bf72de0f3788110fea819c4420c13321891ef5df5b8a61fa9ff2858e88644
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.8.4-macos-installer.pkg 2996a2d44868dc43183538c5138736ebd203dc999437724cfb98ff55be95b587
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 95f9f7c84ed2a10e75dcda66f7b03a474d922bd0804f8fb4a12c88caa84f42a4
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.4_amd64.deb 465a9f00131a52d1d076caf0c6f8681353acb086eac89ee0cb3cc9759c61b99c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) fe522a09ac60f015dee0497b764a38b3ca37f39ba43a0852e4a9319a87ca6057
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.4_armhf.deb d7f8169774c55d88dfb79506f51766f031bf26634f2e0dfe4fa0fbc364c374a9
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.4_arm64.deb dadb10a95458db613ed95c153e0754a34879caa50cbf62a6bf321e8a34c678d6
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:

  • Beta Backports and HF block update (#7244)
    • Reduce max block timestamp drift to 15 seconds (#7240)
      • Add test for block timestamp validation within allowed drift
    • Update kovan HF block number.
  • Beta Kovan HF (#7234)
    • Kovan HF.
    • Bump version.
    • Fix aura difficulty race (#7198)
      • Fix test key
      • Extract out score calculation
      • Fix build
    • Update kovan HF block number.
    • Add missing byzantium builtins.
    • Bump installers versions.
    • Increase allowed time drift to 10s. (#7238)
  • Beta Backports (#7197)
    • Maximum uncle count transition (#7196)
      • Enable delayed maximum_uncle_count activation.
      • Fix tests.
      • Defer kovan HF.
    • Disable uncles by default (#7006)
    • Escape inifinite loop in estimte_gas (#7075)
    • ECIP-1039: Monetary policy rounding specification (#7067)
    • WASM Remove blockhash error (#7121)
      • Remove blockhash error
      • Update tests.
    • WASM storage_read and storage_write don't return anything (#7110)
    • WASM parse payload from panics (#7097)
    • Fix no-default-features. (#7096)

Parity 1.7.10-stable

12 Dec 13:31
Compare
Choose a tag to compare

Parity 1.7.10 applies fixes for Proof-of-Authority networks and schedules the Kovan-Byzantium hard-fork.

  • The Kovan testnet will fork on block 5067000 at Thu Dec 14 2017 05:40:03 UTC.
    • This enables Byzantium features on Kovan.
    • This disables uncles on Kovan for stability reasons.
  • Proof-of-Authority networks are advised to set maximumUncleCount to 0 in a future maximumUncleCountTransition for stability reasons. See the Kovan chain spec for an example. New PoA networks created with Parity will have this feature enabled by default.
OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe 54667805ebf34021358a75a092a3ea48a533b9e5f86112385e0525ac204b6049
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) 818d9b0e7ff00274d5920d25636cc391ea55f9dbc49e9fb35c1b5795d11a617f
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.7.10-macos-installer.pkg c4cc2b49c85cde15787c20aef19bda6590fe37dd906ba46540aba2ac1d590724
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 6148c261ea282562246b968db2fbfd96339b6f79d131c9f92fab4048b72deb9b
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.7.10_amd64.deb 9e0f0a5de353f58d0e0d2b70453768c036800bf049967fe23ef9eb9541ba7051
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 04bdf922f4241d3523e060db378357afacafd62873a1dbd470c7b928e83d9d5a
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.7.10_armhf.deb 6f135b0ef3803c937237f41a49e083704beab3160305d02b098c8392ce7dd707
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.7.10_arm64.deb bba1feb3df7d5393e2f420ffe8ee0ef9284aa4a60533eb0c94f2bef06576add7
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:

  • Backports and HF block update (#7243)
    • Reduce max block timestamp drift to 15 seconds (#7240)
    • Add test for block timestamp validation within allowed drift
    • Update kovan HF block number. (#7259)
  • [stable] Backports and Kovan HF (#7235)
    • Escape inifinite loop in estimte_gas (#7075)
    • Disable uncles by default (#7006)
    • Maximum uncle count transition (#7196)
      • Enable delayed maximum_uncle_count activation.
      • Fix tests.
      • Defer kovan HF.
    • Bump version.
    • Kovan HF.
    • Update Kovan HF block.
    • Fix compilation issues.
    • Fix aura test.
    • Add missing byzantium builtins.
    • Fix tests.
    • Bump version for installers.
    • Increase allowed time drift to 10s. (#7238)

Parity 1.8.3-beta

15 Nov 12:38
b49c44a
Compare
Choose a tag to compare

Parity 1.8.3 contains several bug-fixes and removes the ability to deploy built-in multi-signature wallets.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe 23f11dfb4841b7c4841c6e6639464941775ac4e45c5a210f3890ab970811aa1a
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) 2df637949dea6d8436f5abe33653299cd4b514ce1f224304e695d2dc3db70442
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.8.3-macos-installer.pkg 1a31e38c5eee0574ad18b46cbcce062265606d86bf104554e645932e53dd6b70
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 5a8eacff78fa302b5a807f019f1c0e5947a3501264026262bb4116ef7653637c
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.3_amd64.deb 3ed80a4199f64ea8371d209652ec68733d12810f884615600d59687162188429
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) fa796e0c55f9ce14534ea19ca2bdbc36e87aec4e81e3d5117edd689d745ac5d7
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.3_armhf.deb 5e079149450d8e14252f5b104fe8107fec903f4245888ac068f4712ea0de9ee6
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.3_arm64.deb 9ca6df782fdd0df2c7975c8027df21c8d9d4d1a5db41bc477c9aa4524e13e091
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:

  • Backports to beta (#7043)
    • pwasm-std update (#7018)
    • Version 1.8.3
    • Make CLI arguments parsing more backwards compatible (#7004)
    • Skip nonce check for gas estimation (#6997)
    • Events in WASM runtime (#6967)
    • Return decoded seal fields. (#6932)
    • Fix serialization of status in transaction receipts. (#6926)
    • Windows fixes (#6921)
  • Disallow built-in multi-sig deploy (only watch) (#7014)
  • Add hint in ActionParams for splitting code/data (#6968)
    • Action params and embedded params handling
    • Fix name-spaces

Parity 1.7.9-stable

14 Nov 14:39
12940e4
Compare
Choose a tag to compare

Parity 1.7.9 removes the ability to deploy built-in multi-signature wallets.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe 1c2f34ba41ead9891199c6e14a7d1d8251927d8bb04e9468b05579cb0d409adf
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) 9bb01c3d483d6153ffd1ef7270b2744f3d95a2041df66fc6a09d77433b1084af
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.7.9-macos-installer.pkg 8989c723ebe3ba551af751343487300d27bd47e5191db585713416555e364b8b
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 4caaa7abdb32a0f44b20724e46b299948eb0315c81e277a0b18675be9b536350
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.7.9_amd64.deb 40aa37983d767db4ef8b8939797404c23d7599014c5eb04fb5b43246265c36ca
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) e6caed03d2e1513ae73b4dec39affcb6e5b955f9ed96df81829ed63b08863e5f
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.7.9_armhf.deb 87a2eeb9c913a8183a255b5471855e1248270e34cc256e4721cf3db7d20582e9
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.7.9_arm64.deb 7576c1dc5ccbbb8be9b55d16b7764e4700ac0588ac3a94b01cd1dbe1f8daec69
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:

  • Bump to v1.7.9 (#7047)
  • Disallow builtin multi-sig deploy (only watch) (#7017)

Parity 1.8.2-beta

26 Oct 16:16
Compare
Choose a tag to compare

Parity 1.8.2 fixes an important potential consensus issue and a few additional minor issues:

  • blockNumber transaction field is now returned correctly in RPC calls.
  • Possible crash when --force-sealing option is used.
OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe 8c746606a5dad9a510115d97179aa6fa901424050bebc1665e639573bcdd58c1
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity.exe (Binary) dca5895ba5790ffd68c657d12d0d7e0543fac926ef815de054cb19cd78e7b9a0
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.8.2-macos-installer.pkg d98f6471cef7e4d4aeb3d49351b2d437de12ea0c7876596b40e4029e89a6231b
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 3421c78303b5f7c406053a09b27a1e47934cfe34e0207ca1a2657dc82911eaef
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.8.2_amd64.deb 3a765961b544b4091d6a6dab86a1019393d2fcee291eaad7dfce4343e4bb20ce
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity (Binary) 84aa0010a57b9c6056375453d5511b248bcdf1efa58f9ded8d93639b5ebc232e
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.8.2_armhf.deb f5f3e4af0e957ee13784bc56f3f6016a63120b9a7e7145f806a98a97e199c360
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.8.2_arm64.deb dbb2cbd8b91ec5e1d63e5fc388c00cba240bcd76faab09e840055034f271c253
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

Parity 1.7.8-stable

26 Oct 16:15
d5fcf3b
Compare
Choose a tag to compare

Parity 1.7.8 Fixes a critical Byzantium consensus issue. Update is highly recommended.

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 InstallParity.exe 4f3cd4d3cab9bd043675bd833cf1b47f0396e7c544707874fb7f88177ebcfa81
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity-1.7.8-macos-installer.pkg 75335fbfd07fe088161ab36258ddaf842019320f3bcc1f5dfa57befafa2e69b8
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.7.8_amd64.deb fbfdb84089c022cf1cb421135fa44628a7b790e17eaa666b563fcbbc5959aa41
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect armv7 parity_1.7.8_armhf.deb 378af7957d1d3a0ba1305eae35c2e45fab5cf86524dd56b2126ffe1de4c4d6d8
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.7.8_arm64.deb cc8cbd15ad7727a6b1f0b01b6f6e1c441b90661994cac91b5cef8a45bb60a36d
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