Releases: FISCO-BCOS/console
Releases · FISCO-BCOS/console
console v1.0.1
v1.0.1
(2019-04-08)
Please read the console documentation.
CHANGELOG
- Add
- Implemented
getDeployLog
command to query deployed contract address, andexit
command to quit the console. - Implemented
download_console.sh
for downloading the right version of console binaries. - Implemented Java version in
start.sh
.
- Update
- Support Solidity library files.
- Allow contracts address to omit leading 0s. For example,
0x000ac78
can be simplified to0xac78
. - Revised the help information.
请阅读console文档。
变更日志
- 增加
- 提供getDeployLog(查询部署的合约地址),exit(退出控制台)命令。
- 提供下载控制台脚本
download_console.sh
。 start.sh
脚本中增加对Java版本检测。
- 更新
- 支持合约引入Solidity library库。
- 支持合约地址可以省略前缀0。例如,0x000ac78可以简写成0xac78。
- 优化命令的帮助信息。
console v1.0.0
v1.0.0
(2019-03-18)
Please read the console documentation.
CHANGELOG
- Add
- Implemented commands for querying blockchain status.
- Implemented commands for mananging blockchain nodes.
- Implemented commands for deploying and invoking contracts.
- Implemented a contract compilation tool for compiling solidity contract files into Java contract files.
请阅读console文档。
变更日志
- 增加
- 提供区块链状态查询命令。
- 提供管理区块链节点的命令。
- 提供简单易用的部署和调用合约命令。
- 提供合约编译工具将solidity合约文件编译为java合约文件。