console v1.0.5
v1.0.5
(2019-09-17)
Please read the console documentation.
CHANGELOG
- Update
- Update dependency web3sdk to 2.1.0
- deployByCNS command will now save ABI in CNS table
- Support relative path and absolute path parameter for start.sh -p12/-pem
- Fix
- getTotalTransactionCount command returns null
- Contract parameter type parsing errors between bytes and bytesN
- Unclosed file streams
- Other minor bugs
请阅读console文档。
变更日志
- 更新
web3sdk
版本更新为2.1.0
deployByCNS
将合约的ABI
保存入CNS
表start.sh -p12/-pem
参数执行的文件支持相对路径,绝对路径
- 修复
getTotalTransactionCount
显示结果为null
- 控制台调用合约,无法区分合约
bytes
bytesN
类型导致输入被截断 - 多处读取文件没有关闭输入流
- 其他修复