console v2.7.1
v2.7.1
(2020-12-24)
Please read the console documentation.
CHANGELOG
- Update
- Upgrade Java SDK version to
2.7.1
- Do not clear historical commands when switching groups, and support completion based on historical commands
- Fix
- Fix the problem of garbled output on the console when the return value of the contract is
bytes
andbytesN
- Fix the problem that the console cannot input the
bytes
type parameter normally
请阅读console文档。
变更日志
- 更新
- 升级Java SDK版本为
2.7.1
- 切换群组时不清除历史命令,支持基于历史命令的补全
- 修复
- 修复合约返回值为
bytes
和bytesN
类型时,控制台输出乱码的问题 - 修复控制台无法正常输入
bytes
类型参数的问题