Skip to content

console v2.6.0

Compare
Choose a tag to compare
@cyjseagull cyjseagull released this 16 Oct 03:42
· 488 commits to master since this release

v2.6.0

(2020-10-16)

Please read the console documentation.

CHANGELOG

  • Add
  1. Add getCurrentAccount command to show the current account information

  2. Add the getCryptoType command to show the current blockchain ledger type and the type of SSL connection between the console and nodes

  3. Add generateGroup, generateGroupFromFile, startGroup, stopGroup, removeGroup, recoverGroup commands to support dynamic group management

  • Update
  1. Replace the console's dependency on Web3SDK with dependency on Java SDK

  2. deploy, deployByCNS, call, callByCNS, listAbi, listDeployContractAddress, queryCNS, registerCNS command contractNameOrPath parameter supports both contract name and contract path, and supports contract completion of name and contract path

  3. Modify the get_gm_account.sh script and put the generated private key information of account in the ʻaccounts_gm` directory


请阅读console文档

变更日志

  • 新增
  1. 添加getCurrentAccount命令,查看当前账户信息

  2. 添加getCryptoType命令,查看当前区块链账本类型(目前支持国密和非国密)、控制台与节点之间的SSL连接类型(目前支持OpenSSL和国密SSL)

  3. 添加generateGroupgenerateGroupFromFilestartGroupstopGroupremoveGrouprecoverGroup命令支持动态群组管理

  • 更新
  1. 将控制台对Web3SDK的依赖替换为依赖Java SDK

  2. deploydeployByCNScallcallByCNSlistAbilistDeployContractAddressqueryCNSregisterCNS命令中的contractNameOrPath>参数同时支持合约名与合约路径,且支持合约名、合约路径的补全

  3. 修改get_gm_account.sh脚本,将生成的国密账户私钥信息放到accounts_gm目录下