Skip to content

v1.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@liuchengxu liuchengxu released this 01 Apr 03:27
· 747 commits to develop since this release
0b093c7

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.