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

Parity 1.10.1-beta

Compare
Choose a tag to compare
@5chdn 5chdn released this 16 Apr 14:42
· 1459 commits to master since this release
45c29a2

Parity 1.10.1 is a bug-fix release to improve performance and stability. Among other changes, you can now use --warp-barrier [BLOCK] to specify a minimum block number to --warp to. This is useful in cases where clients restore to outdated snapshots far behind the latest chain head.

Downloads

OS Arch Download SHA256 Checksum
Windows Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 please, use 1.10.0 n/a
Apple Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.10.1_macos_macos.pkg 565be586f477880f7677cd25f148cf6ca34c70b572578f2274688bd21eb17c69
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.10.1_ubuntu_amd64.deb cc137080569b6a00af4fca9e65dfcda788fdf50033a76b11fb161266b461551e
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.10.1_debian_amd64.deb 6845dfeb1318feb62b09bf0b82d438040de90637ac7df6be9cc863ff696cf4b9
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect x86_64 parity_1.10.1_centos_x86_64.rpm 4f1f5b2906a3ee791fcf2e160c27de84933a56b5e35ae06208c12efc210f3053
Linux Icon by Pixel Perfect from https://www.flaticon.com/authors/pixel-perfect aarch64 parity_1.10.1_ubuntu_arm64.deb 77a7f142576875d30b62fa0ed76fa4058529bcd171e1bbb0cf8030fc7795c69b

Note, we temporarily disabled 32-bit releases. If you require binaries for 32-bit targets such as i686 or armv7, please stay tuned for further patch-releases.

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.1

The full list of included changes:

  • Bump beta to 1.10.1 (#8350)
    • Bump beta to 1.10.1
    • Unflag critical release
  • Backports (#8346)
    • Warp-only sync with warp-barrier [blocknumber] flag. (#8228)
      • Warp-only sync with warp-after [blocknumber] flag.
      • Fix tests.
      • Fix configuration tests.
      • Rename to warp barrier.
    • Allow unsafe js eval on Parity Wallet. (#8204)
    • Update musicoin spec in line with gmc v2.6.2 (#8242)
    • Supress TemporaryInvalid verification failures. (#8256)
    • Include suicided accounts in state diff (#8297)
      • Include suicided accounts in state diff
      • Shorten form match -> if let
      • Test suicide trace diff in State
    • Replace_home for password_files, reserved_peers and log_file (#8324)
      • Replace_home for password_files, reserved_peers and log_file
      • Typo: arg_log_file is Option
      • Enable UI by default, but only display info page.
      • Fix test.
      • Fix naming and remove old todo.
      • Change "wallet" with "browser UI"
  • Change name Wallet -> UI (#8164) (#8205)
    • Change name Wallet -> UI
    • Make warning bold
  • Backport #8099 (#8132)
  • WASM libs (#8220)
    • Bump wasm libs (#8171)
    • Bump wasmi version (#8209)
  • Update hyper to 0.11.24 (#8203)
  • Updated jsonrpc to include latest backports (beta) (#8181)
    • Updated jsonrpc to include latest backports
    • Update dependencies.