Skip to content

Releases: FISCO-BCOS/FISCO-BCOS

FISCO-BCOS v2.11.0

20 May 01:34
bee4dda
Compare
Choose a tag to compare
FISCO-BCOS v2.11.0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.10.3...v2.11.0

FISCO-BCOS v3.8.0

15 May 06:27
73e385f
Compare
Choose a tag to compare
FISCO-BCOS v3.8.0 Pre-release
Pre-release

获取更多信息,请阅读FISCO BCOS 3.x文档

新增

  • 新增流水线执行(实验功能),详见文档

修复

  • 解决对EOA账户getCode的返回值问题:bugfix_eoa_as_contract
  • 解决DMC模式下部署合约时gas消耗与串行模式不同的问题:bugfix_dmc_deploy_gas_used
  • 解决EVM执行status_code非0和revert时未扣除gas的问题:bugfix_evm_exception_gas_used
  • 解决StateStorage和KeyPageStorage的setRow接口写入未修改Entry时不计算DBHash的问题:bugfix_set_row_with_dirty_flag

升级描述

  • 升级节点可执行程序

    效果:修复bug,并带来稳定性、性能的提升

    操作:停止节点服务,升级节点可执行程序为当前版本,重启节点服务

    注意事项:推荐逐步替换可执行程序进行灰度升级

    支持升级的版本:v3.0.0+

  • 升级链数据版本

    效果:可使用当前版本的最新特性

    操作:先完成升级所有节点可执行程序,再参考文档发送交易升级链数据版本至 v3.8.0

    注意事项:务必备份原节点的所有账本数据,若操作失误造成升级失败,可通过原数据回滚到升级前的状态
    支持升级的版本:v3.0.0+

组件兼容性

请查阅完整描述

推荐版本 最低版本 说明
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.7.0 3.0.0
Java SDK 3.7.0 3.0.0
CPP SDK 3.7.0 3.0.0
Solidity 0.8.11 最低 0.4.25,最高 0.8.11 需根据合约版本下载编译器(控制台)
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

What's Changed

Full Changelog: v3.7.1...v3.8.0

FISCO-BCOS v3.7.2

21 May 02:36
d8ba0f9
Compare
Choose a tag to compare
FISCO-BCOS v3.7.2 Pre-release
Pre-release

What's Changed

  • revert log change to avoid compatibility problems for 3.7.2 by @wenlinlee in #4436

Full Changelog: v3.7.1...v3.7.2

FISCO-BCOS v3.2.7

18 Apr 04:19
2393dd9
Compare
Choose a tag to compare

What's Changed

Read more

FISCO-BCOS v3.7.1

12 Apr 08:17
57b7a00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.7.1

FISCO-BCOS v3.7.0

25 Mar 09:10
5627584
Compare
Choose a tag to compare

获取更多信息,请阅读FISCO BCOS 3.x文档

新增

修复

升级描述

  • 升级节点可执行程序

    效果:修复bug,并带来稳定性、性能的提升

    操作:停止节点服务,升级节点可执行程序为当前版本,重启节点服务

    注意事项:推荐逐步替换可执行程序进行灰度升级

    支持升级的版本:v3.0.0+

  • 升级链数据版本

    效果:可使用当前版本的最新特性

    操作:先完成升级所有节点可执行程序,再参考文档发送交易升级链数据版本至 v3.7.0

    注意事项:务必备份原节点的所有账本数据,若操作失误造成升级失败,可通过原数据回滚到升级前的状态
    支持升级的版本:v3.0.0+

组件兼容性

请查阅完整描述

推荐版本 最低版本 说明
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.7.0 3.0.0
Java SDK 3.7.0 3.0.0
CPP SDK 3.7.0 3.0.0
Solidity 0.8.11 最低 0.4.25,最高 0.8.11 需根据合约版本下载编译器(控制台)
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

**Please read our [FISCO BCOS 3.x documentation](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/).**

Fix

Upgrade Notice

  • Upgrade node executable

    Effect: Fix bugs, and bring stability and performance improvements

    Operation: Stop the node service, upgrade the node executable to the current version, and restart the node service

    Notice: It is recommended to gradually replace the executable for a phased upgrade

    Versions supported before upgration: v3.0.0+

  • Upgrade chain data version

    Effect: Can use the latest features of the current version

    Operation: First complete the upgrade of all node executables, then refer to the documentation to send a transaction to upgrade the chain data version to v3.7.0

    Notice: Be sure to back up all ledger data of the original node. If the operation is incorrect and the upgrade fails, you can roll back to the state before the upgrade using the original data.

    Versions supported before upgration: v3.0.0+

Compatibility

Please refer to document for more details.

Recommended version Minimum version Description
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.7.0 3.0.0
Java SDK 3.7.0 3.0.0
CPP SDK 3.7.0 3.0.0
Solidity 0.8.11 0.4.25 to 0.8.11 Please download console according with solidity version if you need to compile your smart contract.
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

FISCO-BCOS v3.6.1

04 Mar 09:55
4044452
Compare
Choose a tag to compare

获取更多信息,请阅读FISCO BCOS 3.x文档

修复

升级描述

  • 升级节点可执行程序

    效果:修复bug,并带来稳定性、性能的提升

    操作:停止节点服务,升级节点可执行程序为当前版本,重启节点服务

    注意事项:推荐逐步替换可执行程序进行灰度升级

    支持升级的版本:v3.0.0+

  • 升级链数据版本

    效果:可使用当前版本的最新特性

    操作:先完成升级所有节点可执行程序,再参考文档发送交易升级链数据版本至 v3.6.0

    注意事项:务必备份原节点的所有账本数据,若操作失误造成升级失败,可通过原数据回滚到升级前的状态
    支持升级的版本:v3.0.0+

组件兼容性

请查阅完整描述

推荐版本 最低版本 说明
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.6.0 3.0.0
Java SDK 3.6.0 3.0.0
CPP SDK 3.6.0 3.0.0
Solidity 0.8.11 最低 0.4.25,最高 0.8.11 需根据合约版本下载编译器(控制台)
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

**Please read our [FISCO BCOS 3.x documentation](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/).**

Fix

Upgrade Notice

  • Upgrade node executable

    Effect: Fix bugs, and bring stability and performance improvements

    Operation: Stop the node service, upgrade the node executable to the current version, and restart the node service

    Notice: It is recommended to gradually replace the executable for a phased upgrade

    Versions supported before upgration: v3.0.0+

  • Upgrade chain data version

    Effect: Can use the latest features of the current version

    Operation: First complete the upgrade of all node executables, then refer to the documentation to send a transaction to upgrade the chain data version to v3.6.0

    Notice: Be sure to back up all ledger data of the original node. If the operation is incorrect and the upgrade fails, you can roll back to the state before the upgrade using the original data.

    Versions supported before upgration: v3.0.0+

Compatibility

Please refer to document for more details.

Recommended version Minimum version Description
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.6.0 3.0.0
Java SDK 3.6.0 3.0.0
CPP SDK 3.6.0 3.0.0
Solidity 0.8.11 0.4.25 to 0.8.11 Please download console according with solidity version if you need to compile your smart contract.
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

FISCO-BCOS v3.6.0

08 Feb 13:37
e443e60
Compare
Choose a tag to compare

获取更多信息,请阅读FISCO BCOS 3.x文档

新增

修复

升级描述

  • 升级节点可执行程序

    效果:修复bug,并带来稳定性、性能的提升

    操作:停止节点服务,升级节点可执行程序为当前版本,重启节点服务

    注意事项:推荐逐步替换可执行程序进行灰度升级

    支持升级的版本:v3.0.0+

  • 升级链数据版本

    效果:可使用当前版本的最新特性

    操作:先完成升级所有节点可执行程序,再参考文档发送交易升级链数据版本至 v3.6.0

    注意事项:务必备份原节点的所有账本数据,若操作失误造成升级失败,可通过原数据回滚到升级前的状态
    支持升级的版本:v3.0.0+

组件兼容性

请查阅完整描述

推荐版本 最低版本 说明
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.6.0 3.0.0
Java SDK 3.6.0 3.0.0
CPP SDK 3.6.0 3.0.0
Solidity 0.8.11 最低 0.4.25,最高 0.8.11 需根据合约版本下载编译器(控制台)
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

Please read our FISCO BCOS 3.x documentation.

Add

Fix

Upgrade Notice

  • Upgrade node executable

    Effect: Fix bugs, and bring stability and performance improvements

    Operation: Stop the node service, upgrade the node executable to the current version, and restart the node service

    Notice: It is recommended to gradually replace the executable for a phased upgrade

    Versions supported before upgration: v3.0.0+

  • Upgrade chain data version

    Effect: Can use the latest features of the current version

    Operation: First complete the upgrade of all node executables, then refer to the documentation to send a transaction to upgrade the chain data version to v3.6.0

    Notice: Be sure to back up all ledger data of the original node. If the operation is incorrect and the upgrade fails, you can roll back to the state before the upgrade using the original data.

    Versions supported before upgration: v3.0.0+

Compatibility

Please refer to document for more details.

Recommended version Minimum version Description
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.6.0 3.0.0
Java SDK 3.6.0 3.0.0
CPP SDK 3.6.0 3.0.0
Solidity 0.8.11 0.4.25 to 0.8.11 Please download console according with solidity version if you need to compile your smart contract.
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

FISCO BCOS v3.2.6

20 Feb 03:05
c586cb9
Compare
Choose a tag to compare

获取更多信息,请阅读FISCO BCOS 3.x文档

修改

升级描述

  • 升级节点可执行程序

    效果:修复bug,并带来稳定性、性能的提升

    操作:停止节点服务,升级节点可执行程序为当前版本,重启节点服务

    注意事项:推荐逐步替换可执行程序进行灰度升级

    支持升级的版本:v3.0.0+

  • 升级链数据版本

    效果:可使用当前版本的最新特性

    操作:先完成升级所有节点可执行程序,再参考文档发送交易升级链数据版本至 v3.2.0

    注意事项:务必备份原节点的所有账本数据,若操作失误造成升级失败,可通过原数据回滚到升级前的状态
    支持升级的版本:v3.0.0+

组件兼容性

请查阅完整描述

推荐版本 最低版本 说明
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.2.0 3.0.0
Java SDK 3.2.2 3.0.0
CPP SDK 3.2.2 3.0.0
Solidity 0.8.11 最低 0.4.25,最高 0.8.11 需根据合约版本下载编译器(控制台)
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

Please read our FISCO BCOS 3.x documentation.

** Modified**

Upgrade Notice

  • Upgrade node executable

    Effect: Fix bugs, and bring stability and performance improvements

    Operation: Stop the node service, upgrade the node executable to the current version, and restart the node service

    Notice: It is recommended to gradually replace the executable for a phased upgrade

    Versions supported before upgration: v3.0.0+

  • Upgrade chain data version

    Effect: Can use the latest features of the current version

    Operation: First complete the upgrade of all node executables, then refer to the documentation to send a transaction to upgrade the chain data version to v3.2.0

    Notice: Be sure to back up all ledger data of the original node. If the operation is incorrect and the upgrade fails, you can roll back to the state before the upgrade using the original data.

    Versions supported before upgration: v3.0.0+

Compatibility

Please refer to document for more details.

Recommended version Minimum version Description
WeBASE 3.0.2 3.0.2
WeIdentity v3.0.0-rc.1 v3.0.0-rc.1
Console 3.2.0 3.0.0
Java SDK 3.2.2 3.0.0
CPP SDK 3.2.2 3.0.0
Solidity 0.8.11 0.4.25 to 0.8.11 Please download console according with solidity version if you need to compile your smart contract.
WBC-Liquid 1.0.0-rc3 1.0.0-rc3

FISCO-BCOS v2.10.3

22 Apr 06:32
acabaaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.2...v2.10.3