console v1.0.3
v1.0.3
(2019-06-18)
Please read the console documentation.
CHANGELOG
- Add
- add SQL commands to user tables, including
create
,insert
,update
,delete
,select
,desc
commands. - add account generation script
get_accounts.sh
, support to load account file login console. - support
call
callByCNS
getTransactionReceipt
parsing output of the event log. - the transaction is sent, the prefix
transaction hash:
is added before the transaction hash value.
请阅读console文档。
变更日志
- 添加
- 增加操作用户表的sql命令,包括
create
,insert
,update
,delete
,select
,desc
命令。 - 增加账户生成脚本
get_accounts.sh
,支持加载账户文件登陆控制台。 - 支持
call
callByCNS
getTransactionReceipt
对event log进行解析输出。 - 发送交易后,交易哈希值前添加
transaction hash:
的前缀显示。