Skip to content

console v3.0.0-rc1

Compare
Choose a tag to compare
@ywy2090 ywy2090 released this 10 Dec 07:18
· 311 commits to master since this release
4898dd6

v3.0.0-rc1

(2021-12-10)

请阅读控制台文档:

新特性

Console包含如下几个新特性:

  • 完全支持 FISCO BCOS 3.0+,不兼容 FISCO BCOS 2.0+ 版本。FISCO BCOS 2.0+ 版本请使用对应版本的Console。
  • 基于FISCO BCOS Java SDK v3.0.0-rc1实现。
  • 支持Liquid合约使用,包含部署Liquid合约,发起Liquid合约交易。
  • 新增Liquid编译后的WASM和ABI文件转换成Java合约文件的脚本。

功能

  • 沿用2.0+版本的大部分功能。
  • 支持Liquid部署和调用。
  • 支持控制台上的BFS操作,权限管理。

Please read the documentation of console:

New Features

Java SDK includes the following new features:

  • Support FISCO BCOS 3.0+. No longer support for FISCO BCOS 2.0+, if you want to use console to operate FISCO BCOS 2.0+, please use console in 2.0+ versions.
  • Implement based on the FISCO BCOS Java SDK v3.0.0-rc1.
  • Support Liquid usage, including deploy contracts, sending transactions.
  • Liquid contract support, including deploy contracts, sending transactions, transfer WASM and ABI to Java contract files.

Functions

  • Adopt a majority of functions of Console 2.0+.
  • Liquid contract support, including deploy contracts, sending transactions.
  • BFS opration and authority Management in console.