Skip to content

Releases: FISCO-BCOS/console

console v1.0.1

08 Apr 12:52
b7ecb66
Compare
Choose a tag to compare

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. 优化命令的帮助信息。

console v1.0.0

19 Mar 07:18
0e616da
Compare
Choose a tag to compare

v1.0.0

(2019-03-18)

Please read the console documentation.

CHANGELOG

  • Add
  1. Implemented commands for querying blockchain status.
  2. Implemented commands for mananging blockchain nodes.
  3. Implemented commands for deploying and invoking contracts.
  4. Implemented a contract compilation tool for compiling solidity contract files into Java contract files.

请阅读console文档

变更日志

  • 增加
  1. 提供区块链状态查询命令。
  2. 提供管理区块链节点的命令。
  3. 提供简单易用的部署和调用合约命令。
  4. 提供合约编译工具将solidity合约文件编译为java合约文件。