Skip to content

console v1.2.0

Compare
Choose a tag to compare
@ywy2090 ywy2090 released this 30 Sep 11:34
· 552 commits to master since this release
f5f9e48

v1.2.0

(2020-09-30)

Please read the console documentation.

CHANGELOG

  • Add
  1. Add private key manager command: newAccount switchAccount listAccount loadAccount
  2. Add listAbi command to display the function and event lists of the contract
  3. Add registerCNS command
  4. Support non interactive commands
  • Update
  1. call command support address and function completion
  2. Upgrate web3sdk to support JDK 14
  3. sol2java.sh support absolute and relative paths, contract file paths and contract directory paths, and sets up to generate 'Java' file directories
  4. Modify 'get_gm_account.sh' to put the private key file into the 'accounts' directory and add the' _gm ' tag
  5. 'call' 'deploy' 'deployByCNS' supports both relative and absolute paths

请阅读console文档

变更日志

  • 新增
  1. 添加私钥管理工具命令:newAccount switchAccount listAccount loadAccount
  2. 添加listAbi命令查看合约接口以及Event列表
  3. 添加registerCNS命令,将合约信息注册CNS
  4. 支持非交互式命令行
  • 更新
  1. call命令支持合约地址,接口补全
  2. 升级web3sdk版本为2.6.2, 支持JDK14
  3. sol2java.sh支持绝对路径与相对路径,支持合约文件路径以及合约目录路径,支持设置生成Java文件目录
  4. 修改get_gm_account.sh,生成的国密私钥放入accounts目录,并且添加_gm标记
  5. call deploy deployByCNS支持相对路径与绝对路径的方式