Skip to content

console v1.0.5

Compare
Choose a tag to compare
@JimmyShi22 JimmyShi22 released this 24 Sep 07:53
· 652 commits to master since this release

v1.0.5

(2019-09-17)

Please read the console documentation.

CHANGELOG

  • Update
  1. Update dependency web3sdk to 2.1.0
  2. deployByCNS command will now save ABI in CNS table
  3. Support relative path and absolute path parameter for start.sh -p12/-pem
  • Fix
  1. getTotalTransactionCount command returns null
  2. Contract parameter type parsing errors between bytes and bytesN
  3. Unclosed file streams
  4. Other minor bugs

请阅读console文档

变更日志

  • 更新
  1. web3sdk版本更新为2.1.0
  2. deployByCNS将合约的ABI保存入CNS
  3. start.sh -p12/-pem参数执行的文件支持相对路径,绝对路径
  • 修复
  1. getTotalTransactionCount显示结果为null
  2. 控制台调用合约,无法区分合约bytes bytesN类型导致输入被截断
  3. 多处读取文件没有关闭输入流
  4. 其他修复