Skip to content

v1.2.0

Compare
Choose a tag to compare
@jolestar jolestar released this 07 Jun 11:21
· 776 commits to master since this release
525d016

Released the Move CLI tool and refactored the authentication key verification mechanism.

Note: This release contains hard fork features that will be activated after stdlib is upgraded to v5 version. Please upgrade to the latest version and wait for the upgrade proposal to be initiated before conducting an on-chain vote. Detailed instructions on voting will be given after the upgrade proposal is submitted.

  • [move cli] Release of the Move CLI tool and integration of the Move CLI and Starcoin chains, supported dependent third-party modules when developing Move contracts. (#2535) (#2535)
  • [stdlib] Released stdlib v5, contains the following features: 1. Refactor the authentication key verification mechanism of the account to simplify the way the account is initialized (#2562) 2. Add limit for treasury withdrawal proposals up to the proposal's voting threshold (#2566)
  • [documentation] Contract development-related documentation updates

中文说明

发布 Move CLI 工具以及重构账号的 authentication key 校验机制,简化账号的初始化方式。

注:本版本包含硬分叉特性,将在 stdlib 升级到 v5 版本后激活。请升级到最新版本,等待升级提案发起后,进行链上投票。关于投票的详细说明会在升级提案提交后给出。

  • [move cli] 发布 Move CLI 工具,以及集成 Move CLI 和 Starcoin 链,开发 Move 合约时可以依赖链上的状态或者第三方模块。 (#2535) (#2535)
  • [stdlib] 发布 stdlib v5 版本主要包含以下特性:1. 重构账号的 authentication key 校验机制,简化账号的初始化方式 (#2562) 2. 国库提款提案增加额度限制,最高不能超过提案的投票阈值 (#2566)
  • [document] 合约开发相关的文档更新