Skip to content

console v1.0.9

Compare
Choose a tag to compare
@cyjseagull cyjseagull released this 31 Mar 06:30
· 614 commits to master since this release
9305dde

v1.0.9

(2020-03-31)

Please read the console documentation.

CHANGELOG

  • Add
  1. Add contract lifecycle management commands
  2. Add commands for contract permission management
  3. Add KVTableTest.sol example contract
  • Update
  1. Upgrade web3sdk version to 2.3.0, refer to web3sdk update
  2. Provide more friendly error message display
  • Fix
  1. Fix bug where field values ​​set by SQL statements cannot contain commas
  2. Fix the issue that the deploymentlog.txt file format was incorrect and the console could not be started

请阅读console文档

变更日志

  • 新增
  1. 新增冻结合约的命令列表
  2. 新增合约权限管理的命令列表
  3. 添加KVTableTest.sol示例合约
  • 更新
  1. 升级web3sdk版本为2.3.0, 参考web3sdk的更新内容
  2. 提供更友好的错误信息展示
  • 修复
  1. 修复SQL语句设置的字段值无法包含逗号的bug的问题
  2. 修复deploylog.txt文件格式不正确,控制台无法启动的问题