Skip to content

console v3.0.0-rc3

Compare
Choose a tag to compare
@cyjseagull cyjseagull released this 01 Apr 14:42
· 260 commits to master since this release
3301cc1

v3.0.0-rc3

(2022-03-31)

请阅读控制台文档:

新增

  • 默认使用Solidity 0.8
  • 支持编译合约进行Solidity并行字段冲突分析
  • 添加listABI命令
  • BFS支持软链操作
  • 支持 call link操作,控制台支持调用所有链上部署的合约

更新

修复

  • 修复BFS cdpwd命令的bug

兼容性说明

  • 沿用2.0+版本的大部分功能, 不兼容 FISCO BCOS 2.0+ 版本。FISCO BCOS 2.0+ 版本请使用对应版本的Console
  • 不兼容3.0.0-rc1版本的FISCO BCOS区块链
  • 支持3.0.0-rc3版本

Please read the documentation of console:

Add

  • Use Solidity 0.8 by default
  • Support compiling contracts for Solidity parallel field conflict analysis
  • Add listABI command
  • BFS supports link
  • Support call link, the console supports calling all contracts deployed on the chain

Changed

Fixed

  • Fixed bugs of BFS cd, pwd commands

Compatibility Notes

  • Support most of the functions of version 2.0+, not compatible with FISCO BCOS version 2.0+. Please use the corresponding version of Console for FISCO BCOS 2.0+
  • Not compatible with 3.0.0-rc1 version of FISCO BCOS blockchain
  • Support 3.0.0-rc3 version