Skip to content

Releases: chainx-org/ChainX

Release v2.0.0-pre.1

19 Nov 03:18
Compare
Choose a tag to compare
Release v2.0.0-pre.1 Pre-release
Pre-release

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

18 Nov 10:24
Compare
Choose a tag to compare
Release v2.0.0-pre.0 Pre-release
Pre-release

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

07 Nov 11:10
4fa3d9b
Compare
Choose a tag to compare
Release v2.0.0-beta.2 Pre-release
Pre-release
  • Fix genesis mismatches. #336

Release v2.0.0-beta.1

06 Nov 08:52
5ac3457
Compare
Choose a tag to compare
Release v2.0.0-beta.1 Pre-release
Pre-release
  • Fix Burn config in treasury, there is no burn in ChainX. #332
  • Fix cli error when *-port is used. #329
  • Report to polkadot telemetry. #333
  • Fix TotalIssuance in balances module and make the various period settings in democracy much faster for the testnet. #334

Release v2.0.0-beta.0

05 Nov 02:32
cb59dea
Compare
Choose a tag to compare
Release v2.0.0-beta.0 Pre-release
Pre-release

refs/tags/v2.0.0-beta.0

v2.0.0-alpha.4

03 Nov 06:45
ed9ffc6
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release
Release v2.0.0-alpha.4

Release v1.1.2

10 Oct 06:07
70f710f
Compare
Choose a tag to compare

This release fixes a potential security issue about storage Option<()>(#281), please upgrade your node ASAP.

Release v1.1.1

17 Aug 03:39
256d7c0
Compare
Choose a tag to compare

Runtime Changes:

And also the other improvements.

v1.1.0

07 Apr 03:30
0b093c7
Compare
Choose a tag to compare

v1.1.0-alpha

01 Apr 03:27
0b093c7
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release

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.