console v3.0.0-rc3
v3.0.0-rc3
(2022-03-31)
请阅读控制台文档:
新增
- 默认使用Solidity 0.8
- 支持编译合约进行Solidity并行字段冲突分析
- 添加
listABI
命令 - BFS支持软链操作
- 支持 call link操作,控制台支持调用所有链上部署的合约
更新
- 适配FISCO BCOS v3.0.0-rc3
- 适配FISCO BCOS Java SDK v3.0.0-rc3
- 使用BFS软链取代CNS
修复
- 修复BFS
cd
、pwd
命令的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
- Adaptation FISCO BCOS v3.0.0-rc3
- Adaptation FISCO BCOS Java SDK v3.0.0-rc3
- Replacing CNS with BFS link
Fixed
- Fixed bugs of BFS
cd
,pwd
commands