console v1.2.0
v1.2.0
(2020-09-30)
Please read the console documentation.
CHANGELOG
- Add
- Add private key manager command:
newAccount
switchAccount
listAccount
loadAccount
- Add
listAbi
command to display the function and event lists of the contract - Add
registerCNS
command - Support non interactive commands
- Update
call
command support address and function completion- Upgrate web3sdk to support JDK 14
sol2java.sh
support absolute and relative paths, contract file paths and contract directory paths, and sets up to generate 'Java' file directories- Modify 'get_gm_account.sh' to put the private key file into the 'accounts' directory and add the' _gm ' tag
- 'call' 'deploy' 'deployByCNS' supports both relative and absolute paths
请阅读console文档。
变更日志
- 新增
- 添加私钥管理工具命令:
newAccount
switchAccount
listAccount
loadAccount
- 添加
listAbi
命令查看合约接口以及Event列表 - 添加
registerCNS
命令,将合约信息注册CNS - 支持非交互式命令行
- 更新
call
命令支持合约地址,接口补全- 升级web3sdk版本为2.6.2, 支持JDK14
sol2java.sh
支持绝对路径与相对路径,支持合约文件路径以及合约目录路径,支持设置生成Java
文件目录- 修改
get_gm_account.sh
,生成的国密私钥放入accounts
目录,并且添加_gm
标记 call
deploy
deployByCNS
支持相对路径与绝对路径的方式