Parity 1.8.1-beta
Parity 1.8.1 fixes several bugs with token balances, tweaks snapshot-sync, improves the performance of nodes with huge amounts of accounts and changes the Trezor account derivation path ... wait, what?!? Read on, if you use a Trezor hardware wallet!
Important Note: The Trezor account derivation path was changed in this release (#6815) to always use the first account (m/44'/60'/0'/0/0
instead of m/44'/60'/0'/0
). This way we enable compatibility with other Ethereum wallets supporting Trezor hardware-wallets. However, action is required before upgrading, if you have funds on your Parity Trezor wallet. If you already upgraded to 1.8.1, please downgrade to 1.8.0 first to recover the funds with the following steps:
- Make sure you have 1.8.0-beta and your Trezor plugged in.
- Create a new standard Parity account. Make sure you have backups of the recovery phrase and don't forget the password.
- Move your funds from the Trezor hardware-wallet account to the freshly generated Parity account.
- Upgrade to 1.8.1-beta and plug in your Trezor.
- Move your funds from your Parity account to the new Trezor account.
- Keep using Parity as normal.
If you don't want to downgrade or move your funds off your Trezor-device, you can also use the official Trezor application or other wallets allowing to select the derivation path to access the funds.
OS | Arch | Download | SHA256 Checksum |
---|---|---|---|
x86_64 | InstallParity.exe | 8b8b3ce4795e3f5a6977d0cf4b0aeb5327a971a475b8e073b79475772bae483a |
|
x86_64 | parity.exe (Binary) | 3f95de41af381b53ccb89f6b0134edc9804461d0a79faa05be0b8ca733afa3e3 |
|
x86_64 | parity-1.8.1-macos-installer.pkg | 8c8b49f1eac1b88d1e3dbb769d59e57b1fcbba7de1688525134108501f76463a |
|
x86_64 | parity (Binary) | ce24b04f16fd6136c6e47649cc1d84b3498812ac9e3342545d99fb7443a4313a |
|
x86_64 | parity_1.8.1_amd64.deb | e137eafbcebd387c98d50b55157ba9abeeea8caa8165f4fcf336e8b0e6104690 |
|
x86_64 | parity (Binary) | 720f487f76a79284895d88179b25d1daa7a825ab840c727de54885bae2d5a07e |
|
armv7 | parity_1.8.1_armhf.deb | 1e905ae28d01882e4e896ff3c8a65020a3d3a18d2dde06ab95a425fffa61fb14 |
|
aarch64 | parity_1.8.1_arm64.deb | e14817fb4a023cae65e1e0a53bad5f8f1e538a52dcf3f32a8156b78adfa4e0c0 |
OS | Alternative | Link |
---|---|---|
Homebrew | https://github.com/paritytech/homebrew-paritytech/blob/master/README.md | |
Docker | https://hub.docker.com/r/parity/parity |
Full list of included changes: