Skip to content

Releases: FISCO-BCOS/console

console v3.0.0-rc2

25 Feb 04:21
85b4f1f
Compare
Choose a tag to compare

v3.0.0-rc2

(2022-02-25)

请阅读控制台文档:

更新

修复

  • 修复权限初始化失败的问题
  • 修复BFS和KVTable相关的部分命令补全的问题

兼容性说明

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

Please read the documentation of console:

Changed

Fixed

  • Fix the problem of permission initialization failure
  • Fixed some command completion issues related to BFS and KVTable

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
  • Only supports 3.0.0-rc2 version of FISCO BCOS blockchain

console v3.0.0-rc1

10 Dec 07:18
4898dd6
Compare
Choose a tag to compare

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.

console v2.8.0

25 Aug 13:15
742f0ad
Compare
Choose a tag to compare

v2.8.0

(2021-03-24)

Please read the console documentation.

CHANGELOG

  • Update
  1. Upgrade Java SDK version to 2.8.0-GMT0018

请阅读console文档

变更日志

  • 更新
  1. 升级Java SDK版本为2.8.0-GMT0018

console v2.7.2

25 Mar 09:45
7a584ec
Compare
Choose a tag to compare

v2.7.2

(2021-03-24)

Please read the console documentation.

CHANGELOG

  • Update
  1. Upgrade Java SDK version to 2.7.2
  • Fix
  1. Fix the problem that the account address output by getCurrentAccount is inconsistent with the account address that sent the transaction

请阅读console文档

变更日志

  • 更新
  1. 升级Java SDK版本为2.7.2
  • 修复
  1. 修复getCurrentAccount输出的账户地址与发送交易的账户地址不一致的问题

console v2.7.1

28 Dec 03:24
Compare
Choose a tag to compare

v2.7.1

(2020-12-24)

Please read the console documentation.

CHANGELOG

  • Update
  1. Upgrade Java SDK version to 2.7.1
  2. Do not clear historical commands when switching groups, and support completion based on historical commands
  • Fix
  1. Fix the problem of garbled output on the console when the return value of the contract is bytes and bytesN
  2. Fix the problem that the console cannot input the bytes type parameter normally

请阅读console文档

变更日志

  • 更新
  1. 升级Java SDK版本为2.7.1
  2. 切换群组时不清除历史命令,支持基于历史命令的补全
  • 修复
  1. 修复合约返回值为bytesbytesN类型时,控制台输出乱码的问题
  2. 修复控制台无法正常输入bytes类型参数的问题

console v2.7.0

25 Nov 15:07
Compare
Choose a tag to compare

v2.7.0

(2020-11-25)

Please read the console documentation.

CHANGELOG

  • Add
  1. Added getBatchReceiptsByBlockHashAndRange and getBatchReceiptsByBlockNumberAndRange commands to support batch pull transaction receipts
  2. Add the getNodeInfo command to support pulling the topic information subscribed by the node
  3. Added revokeContractStatusManager command to support revoke contract life cycle management authority
  4. Added queryVotesOfMember and queryVotesOfThreshold commands to support voting status query
  • Update
  1. callByCNS pulls ABI description information from the node
  2. Upgrade the Java SDK version to 2.7.0

请阅读console文档

变更日志

  • 新增
  1. 添加getBatchReceiptsByBlockHashAndRangegetBatchReceiptsByBlockNumberAndRange命令,支持批量拉取交易回执
  2. 添加getNodeInfo命令,支持拉取节点订阅的topics信息
  3. 添加revokeContractStatusManager命令,支持撤销合约生命周期管理权限
  4. 添加queryVotesOfMemberqueryVotesOfThreshold命令,支持委员权限管理投票情况查询
  • 更新
  1. callByCNS从节点拉取ABI描述信息
  2. 升级Java SDK版本为2.7.0

console v2.6.1

30 Oct 11:28
Compare
Choose a tag to compare

v2.6.1

(2020-10-30)

Please read the console documentation.

CHANGELOG

  • Add
  1. The call command supports using the latest keyword to call the latest contract
  • Update
  1. Depend on Java SDK of v2.6.1 version

请阅读console文档

变更日志

  • 新增
  1. call命令支持使用latest关键字调用最新合约
  • 更新
  1. 依赖v2.6.1版本的Java SDK

console v2.6.0

16 Oct 03:42
Compare
Choose a tag to compare

v2.6.0

(2020-10-16)

Please read the console documentation.

CHANGELOG

  • Add
  1. Add getCurrentAccount command to show the current account information

  2. Add the getCryptoType command to show the current blockchain ledger type and the type of SSL connection between the console and nodes

  3. Add generateGroup, generateGroupFromFile, startGroup, stopGroup, removeGroup, recoverGroup commands to support dynamic group management

  • Update
  1. Replace the console's dependency on Web3SDK with dependency on Java SDK

  2. deploy, deployByCNS, call, callByCNS, listAbi, listDeployContractAddress, queryCNS, registerCNS command contractNameOrPath parameter supports both contract name and contract path, and supports contract completion of name and contract path

  3. Modify the get_gm_account.sh script and put the generated private key information of account in the ʻaccounts_gm` directory


请阅读console文档

变更日志

  • 新增
  1. 添加getCurrentAccount命令,查看当前账户信息

  2. 添加getCryptoType命令,查看当前区块链账本类型(目前支持国密和非国密)、控制台与节点之间的SSL连接类型(目前支持OpenSSL和国密SSL)

  3. 添加generateGroupgenerateGroupFromFilestartGroupstopGroupremoveGrouprecoverGroup命令支持动态群组管理

  • 更新
  1. 将控制台对Web3SDK的依赖替换为依赖Java SDK

  2. deploydeployByCNScallcallByCNSlistAbilistDeployContractAddressqueryCNSregisterCNS命令中的contractNameOrPath>参数同时支持合约名与合约路径,且支持合约名、合约路径的补全

  3. 修改get_gm_account.sh脚本,将生成的国密账户私钥信息放到accounts_gm目录下

console v1.2.0

30 Sep 11:34
f5f9e48
Compare
Choose a tag to compare

v1.2.0

(2020-09-30)

Please read the console documentation.

CHANGELOG

  • Add
  1. Add private key manager command: newAccount switchAccount listAccount loadAccount
  2. Add listAbi command to display the function and event lists of the contract
  3. Add registerCNS command
  4. Support non interactive commands
  • Update
  1. call command support address and function completion
  2. Upgrate web3sdk to support JDK 14
  3. sol2java.sh support absolute and relative paths, contract file paths and contract directory paths, and sets up to generate 'Java' file directories
  4. Modify 'get_gm_account.sh' to put the private key file into the 'accounts' directory and add the' _gm ' tag
  5. 'call' 'deploy' 'deployByCNS' supports both relative and absolute paths

请阅读console文档

变更日志

  • 新增
  1. 添加私钥管理工具命令:newAccount switchAccount listAccount loadAccount
  2. 添加listAbi命令查看合约接口以及Event列表
  3. 添加registerCNS命令,将合约信息注册CNS
  4. 支持非交互式命令行
  • 更新
  1. call命令支持合约地址,接口补全
  2. 升级web3sdk版本为2.6.2, 支持JDK14
  3. sol2java.sh支持绝对路径与相对路径,支持合约文件路径以及合约目录路径,支持设置生成Java文件目录
  4. 修改get_gm_account.sh,生成的国密私钥放入accounts目录,并且添加_gm标记
  5. call deploy deployByCNS支持相对路径与绝对路径的方式

console v1.1.1

08 Sep 08:16
6fb2ad8
Compare
Choose a tag to compare

v1.1.1

(2020-09-08)

Please read the console documentation.

CHANGELOG

  • Fix
  1. The solcJ compiler failed to dynamically link on the aarch64 platform causing an unusable problem

请阅读console文档

变更日志

  • 修复
  1. solcJ编译器在aarch64平台动态链接失败导致无法使用的问题