Skip to content

console v3.0.0-rc4

Compare
Choose a tag to compare
@cyjseagull cyjseagull released this 11 Jul 03:39
· 218 commits to master since this release
c98af73

v3.0.0-rc4

(2022-7-1)

请阅读控制台文档:

新增

  • 新增Table CRUD的命令:select,update,insert,remove,alter
  • 新增共识节点变更提案、系统配置变更提案、升级计算逻辑提案等的命令
  • 新增冻结、解冻合约功能命令
  • 获取提案命令支持批量获取

更新

  • 升级fisco-bcos-java-sdk3.0.0-rc4
  • 升级evm-static-analysis1.0.0-rc2

修复

  • 修复非交互式控制台的调用问题
  • 重构命令代码,将所有命令抽象成BasicCategoryCommand,实际分类可参考./src/main/java/console/command/category

兼容性说明

  • 不兼容 FISCO BCOS 2.0+ 版本
  • 支持3.0.0-rc4版本

Please read the documentation of console:

Add

  • Added Table CRUD commands: select, update, insert, remove, alter
  • Added commands for consensus node change proposals, system configuration change proposals, upgrade calculation logic proposals, etc.
  • Added contract freeze and unfreeze commands
  • Support batch get proposals

Changed

  • Upgrade fisco-bcos-java-sdk to 3.0.0-rc4
  • Upgrade evm-static-analysis to 1.0.0-rc2

Fixed

  • Fixed invocation of non-interactive consoles
  • Refactor the command code to abstract all commands into BasicCategoryCommand, the actual classification can refer to ./src/main/java/console/command/category

Compatibility Notes

  • Not compatible with FISCO BCOS version 2.0+
  • Support 3.0.0-rc4