Skip to content

go-sdk v0.9.0

Compare
Choose a tag to compare
@bxq2011hust bxq2011hust released this 10 Jul 11:51
· 146 commits to master since this release
98a2043

特性

  1. FISCO BCOS国密版本支持
  2. 网络连接支持基于http的JsonRPC协议
  3. 网络连接支持基于TLS的channel协议
  4. 提供命令行工具console
  5. 使用toml作为配置文件格式
  6. 支持加载PEM格式私钥
  7. 提供预编译合约调用接口
  8. 使用GitHub Actions
  9. 提供单元测试覆盖率统计

Features

  1. Supports FISCO BCOS OSCCA-approved (Office of State Commercial Cryptography Administration) cryptography algorithms
  2. Network connection supports HTTP-based JsonRPC protocol
  3. Network connection supports channel protocol over TLS
  4. Provide command-line tool: console
  5. Use toml as the configuration file format
  6. Support loading PEM format private key
  7. Provide pre-compiled contract call interface
  8. Use GitHub Actions
  9. Provide unit test coverage statistics