Releases: chainx-org/ChainX
Releases · chainx-org/ChainX
Release v2.0.0-pre.1
WASM runtime built with srtool using rustc 1.48.0-nightly (381b445ff 2020-09-29)
.
chainx runtime proposal hash: 0x96b73ba298a845bbed644e95aec9db14403cb349280f835feb96c7e74ec0b2bd
.
Changes
Release v2.0.0-pre.0
WASM runtime built with srtool using rustc 1.48.0-nightly (381b445ff 2020-09-29)
.
chainx runtime proposal hash: 0x3dae5eb5c8b18daac46a192be0de95eb498b8eb0a01d39719806c41c36b4e554
.
Changes
Release v2.0.0-beta.2
- Fix genesis mismatches. #336
Release v2.0.0-beta.1
Release v2.0.0-beta.0
refs/tags/v2.0.0-beta.0
v2.0.0-alpha.4
Release v2.0.0-alpha.4
Release v1.1.2
This release fixes a potential security issue about storage Option<()>
(#281), please upgrade your node ASAP.
Release v1.1.1
Runtime Changes:
- Implement ChainX Proposal 11 and 12, refer to https://scan.chainx.org/referendum/finished for the details. (#148, #172)
- Prepare for the ChainX 2.0 migration. (#156)
And also the other improvements.
v1.1.0
v1.1.0-alpha
Breaking changes about the version number: There will be no offcial version v1.0.7, the new released version will start from v1.1.0 following the semver style:
- MAJOR version when the fundamental substrate version of ChainX changes.
- MINOR version when ChainX's (on-chain) Runtime logic changes.
- PATCH version when the other thing changes, e.g., add a new PRC API.
Changes since v1.0.7-beta1:
- Upgrade to ink2.0 and update ChainX contracts module accordingly.