docs/CHANGELOG-1.10.md
Note: Parity 1.10 reached End-of-Life on 2018-07-18 (EOL).
Parity 1.10.9 is a bug-fix release to improve performance and stability.
The full list of included changes:
Parity 1.10.8 is a bug-fix release to improve performance and stability.
The full list of included changes:
Parity 1.10.7 is a bug-fix release to improve performance and stability.
The full list of included changes:
Parity 1.10.6 is a security-relevant release. Please upgrade your nodes as soon as possible.
If you can not upgrade to 1.10+ yet, please use the following branches and build your own binaries from source:
v1.9.8 (EOL)v1.8.12 (EOL)v1.7.14 (EOL)The full list of included changes:
0x with alternate flagParity 1.10.4 is a bug-fix release to improve performance and stability.
The full list of included changes:
Parity 1.10.3 marks the first stable release on the 1.10 track. Among others, it improves performance and stability.
The full list of included changes:
to_pod_diff builds both touched_addresses merge and storage keys merge.Parity 1.10.2 is a bug-fix release to improve performance and stability.
The full list of included changes:
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.
The full list of included changes:
This is the Parity 1.10.0-beta release! Cool!
The Parity Wallet (a.k.a. "UI") is now disabled by default. We are preparing to split the wallet from the core client.
To reactivate the parity wallet, you have to run Parity either with parity --force-ui (not recommended) or parity ui (deprecated) from the command line. Or, if you feel super fancy and want to test our pre-releases of the stand-alone electron wallet, head over to the Parity-JS repositories and check the releases.
Further reading:
We are excited to announce support for Wasm Smart Contracts on Kovan network. The hard-fork to activate the Wasm-VM will take place on block 6_600_000.
To enable Wasm contracts on your custom network, just schedule a wasmActivationTransition at your favorite block number (e.g., 42, 666, or 0xbada55). To hack your first Wasm smart contracts in Rust, have a look at the Parity Wasm Tutorials.
Further reading:
To reduce blockchain bloat, proof-of-authority networks can now enable empty step messages which replace empty blocks. Each step message will be signed and broadcasted by the issuing authorities, and included and rewarded in the next non-empty block.
To enable empty step messages, set the emptyStepsTransition to your favorite block number. You can also specify a maximum number of empty steps with maximumEmptySteps in your chain spec.
We removed the old database migrations from 2016. In case you upgrade Parity from a really, really old version, you will have to reset your database manually first with parity <options> db kill.
We fixed DELEGATECALL from and to fields, see #7166.
We reduced the default USD per transaction value to 0.0001. Thanks, @MysticRyuujin!
The Musicoin chain is now enabled with Byzantium features starting at block 2_222_222.
The full list of included changes:
subtle::slices_equal for constant time comparison.ethcrypto from 0.1 to 0.5