发布时间:2020-05-08 来源:本站
4月25日,由国家信息中心进行顶层设计的区块链服务网络BSN正式启动商用,同期,FISCO BCOS正式完成BSN适配工作,成为目前BSN中首个完成适配集成的国产联盟链底层框架。
为提供更友好易用的接入方式,FISCO BCOS针对BSN适配需求进行了一系列特性和功能优化,最新版v2.4.0已在日前发布。该版本新增动态群组管理、网络统计等功能,具体功能实现如下:
新特性
提供群组的生命周期动态管理功能,支持动态创建、停止、重启、回收群组,实现如管理聊天群一样便利的区块链群组管理。
提供网络流量和Gas统计功能,能够从日志获取精细化的流量消耗统计和Gas消耗统计。
【网络流量和Gas统计功能】请参考:
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/design/features/stat.html
为CRUD接口调用增加Gas计费功能,能够更准确计算采用CRUD接口的合约Gas开销。
详情请参考:
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/design/virtual_machine/gas.html#precompiledgas
提供发送交易并且同时获取证明的接口,添加新接口sendRawTransactionAndGetProof推送交易回执、交易Merkle证明和交易回执Merkle证明,方便客户端(包括轻客户端)快速验证交易上链。
详情请参考:
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html#sendrawtransactionandgetproof
更新
CMake最低要求修改为3.7,支持依赖库多源下载
修复
修复国密模式下ecRecover接口不可用问题
修复国密模式、非国密模式下sha256接口返回值不一致的问题
上述功能特性和修复的最新代码和技术文档已在github和readthedoc上同步更新,欢迎体验和star支持。
代码仓库:
https://github.com/FISCO-BCOS/FISCO-BCOS
技术文档:
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/
《兼容性描述》文档:
用户如需体验v2.4.0,在升级已有版本或首次搭建节点前,可参考:
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/change_log/2_4_0.html
《安装》文档:
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/installation.html
在开源社区的协力推动下,FISCO BCOS 保持高频迭代,在功能、性能、操作体验上不断取得突破。感谢FISCO BCOS开源社区所有成员的参与、支持,我们将继续推出更好用的版本,欢迎大家持续反馈意见与建议,一起建设更好的开源联盟链社区。
参考文档
generateGroup
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html#generategroup
startGroup
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html#startgroup
stopGroup
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html#stopgroup
removeGroup
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html#removegroup
recoverGroup
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html#recovergroup
queryGroupStatus
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html#querygroupstatus
EVM Gas衡量标准插件化配置
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/design/virtual_machine/gas.html#evm-gas