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

Parity 1.9.3-beta

Compare
Choose a tag to compare
@5chdn 5chdn released this 19 Feb 22:24
· 1641 commits to master since this release

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)