声名
本文为个人笔记和部分翻译
原文参考:
https://wiki.hyperledger.org/display/fabric/Fabric+Strategic+Priorities±+2021+discussion
https://wiki.hyperledger.org/display/fabric/Contributor+Meetings
进行中的项目
- Fabric Gateway
- Purging private data stores for GDPR scenarios
- Improved Kubernetes support
- Improved application samples
调查中的项目
-
BFT support in ordering service. This has been long discussed and there have been investments in SmartBFT (https://github.com/SmartBFT-Go/consensus/) and MirBFT (https://github.com/hyperledger-labs/mirbft) that could be leveraged to bring BFT support to Fabric.
BFT共识支持 -
Fabric Smart Client - Released as a lab last year, this is a new pattern for multi-party applications backed by Fabric that provides flexibility and privacy beyond existing chaincode and private data capabilities. We could further invest in this pattern and work towards full project status - https://github.com/hyperledger-labs/fabric-smart-client
客户端项目 -
Replace goleveldb with a more modern key/value embedded database with better performance characteristics.
替换golevel db -
Queryability (embedded in peer) - query language support in peer on top of the embedded key/value state store
查询支持(peer 内部) -
Queryability (external database) - queryable external database (CouchDB or otherwise).
查询支持(外部数据库) -
Pruning old blocks from peer and orderer to alleviate concerns around long term storage growth
删除老数据,从而解决数据不停增长的问题 -
Performance improvements - refactor peer validation/commit logic and private data handling to alleviate known performance bottlenecks
性能优化,重点在于改造现有的校验/提交逻辑 -
Token support - Fabric token SDK (https://github.com/hyperledger-labs/fabric-token-sdk) and/or post-order execution for fungible tokens
Token
本文记录了2021年9月29日的Hyperledger Fabric贡献者会议的重点,包括正在进行的项目如Fabric Gateway、隐私数据清理以符合GDPR、Kubernetes支持的改进等。同时探讨了BFT共识支持的可能性,以及可能替代goleveldb的现代键值数据库。此外,还提到了性能优化、查询能力增强、旧区块修剪和Token支持等未来发展方向。

431

被折叠的 条评论
为什么被折叠?



