Skip to content

console v2.7.1

Compare
Choose a tag to compare
@cyjseagull cyjseagull released this 28 Dec 03:24
· 421 commits to master since this release

v2.7.1

(2020-12-24)

Please read the console documentation.

CHANGELOG

  • Update
  1. Upgrade Java SDK version to 2.7.1
  2. Do not clear historical commands when switching groups, and support completion based on historical commands
  • Fix
  1. Fix the problem of garbled output on the console when the return value of the contract is bytes and bytesN
  2. Fix the problem that the console cannot input the bytes type parameter normally

请阅读console文档

变更日志

  • 更新
  1. 升级Java SDK版本为2.7.1
  2. 切换群组时不清除历史命令,支持基于历史命令的补全
  • 修复
  1. 修复合约返回值为bytesbytesN类型时,控制台输出乱码的问题
  2. 修复控制台无法正常输入bytes类型参数的问题