Skip to content

console v1.0.3

Compare
Choose a tag to compare
@ywy2090 ywy2090 released this 18 Jun 02:52
· 719 commits to master since this release
96a7133

v1.0.3

(2019-06-18)

Please read the console documentation.

CHANGELOG

  • Add
  1. add SQL commands to user tables, including create, insert, update, delete, select, desc commands.
  2. add account generation script get_accounts.sh, support to load account file login console.
  3. support call callByCNS getTransactionReceipt parsing output of the event log.
  4. the transaction is sent, the prefix transaction hash: is added before the transaction hash value.

请阅读console文档

变更日志

  • 添加
  1. 增加操作用户表的sql命令,包括createinsertupdatedeleteselectdesc命令。
  2. 增加账户生成脚本get_accounts.sh,支持加载账户文件登陆控制台。
  3. 支持call callByCNS getTransactionReceipt对event log进行解析输出。
  4. 发送交易后,交易哈希值前添加transaction hash:的前缀显示。