console v2.6.0
v2.6.0
(2020-10-16)
Please read the console documentation.
CHANGELOG
- Add
-
Add
getCurrentAccount
command to show the current account information -
Add the
getCryptoType
command to show the current blockchain ledger type and the type of SSL connection between the console and nodes -
Add
generateGroup
,generateGroupFromFile
,startGroup
,stopGroup
,removeGroup
,recoverGroup
commands to support dynamic group management
- Update
-
Replace the console's dependency on
Web3SDK
with dependency onJava SDK
-
deploy
,deployByCNS
,call
,callByCNS
,listAbi
,listDeployContractAddress
,queryCNS
,registerCNS
commandcontractNameOrPath
parameter supports both contract name and contract path, and supports contract completion of name and contract path -
Modify the
get_gm_account.sh
script and put the generated private key information of account in the ʻaccounts_gm` directory
请阅读console文档。
变更日志
- 新增
-
添加
getCurrentAccount
命令,查看当前账户信息 -
添加
getCryptoType
命令,查看当前区块链账本类型(目前支持国密和非国密)、控制台与节点之间的SSL连接类型(目前支持OpenSSL和国密SSL) -
添加
generateGroup
、generateGroupFromFile
、startGroup
、stopGroup
、removeGroup
、recoverGroup
命令支持动态群组管理
- 更新
-
将控制台对
Web3SDK
的依赖替换为依赖Java SDK
-
deploy
、deployByCNS
、call
、callByCNS
、listAbi
、listDeployContractAddress
、queryCNS
、registerCNS
命令中的contractNameOrPath
>参数同时支持合约名与合约路径,且支持合约名、合约路径的补全 -
修改
get_gm_account.sh
脚本,将生成的国密账户私钥信息放到accounts_gm
目录下