Skip to content

console v1.0.1

Compare
Choose a tag to compare
@fqliao fqliao released this 08 Apr 12:52
· 929 commits to master since this release
b7ecb66

v1.0.1

(2019-04-08)

Please read the console documentation.

CHANGELOG

  • Add
  1. Implemented getDeployLog command to query deployed contract address, and exit command to quit the console.
  2. Implemented download_console.sh for downloading the right version of console binaries.
  3. Implemented Java version in start.sh.
  • Update
  1. Support Solidity library files.
  2. Allow contracts address to omit leading 0s. For example, 0x000ac78 can be simplified to 0xac78.
  3. Revised the help information.

请阅读console文档

变更日志

  • 增加
  1. 提供getDeployLog(查询部署的合约地址),exit(退出控制台)命令。
  2. 提供下载控制台脚本download_console.sh
  3. start.sh脚本中增加对Java版本检测。
  • 更新
  1. 支持合约引入Solidity library库。
  2. 支持合约地址可以省略前缀0。例如,0x000ac78可以简写成0xac78。
  3. 优化命令的帮助信息。