Fabric Contributor Meetings 个人笔记 2021-Oct-13th
作者:互联网
Fabric 当前的工作
- 2.4 Gateway和slim SDK,有希望这个季度release,目前在做案例和release的准备,系统测试和文档。
- 账本troubleshoot工具
- Rest应用案例
- GDPR相关的隐私数据清除RFC
- github上的zenhub面板,计划替换jira
Fabric Strategic Priorities survey results
- BFT
- 清理老旧区块
- 替换goleveldb
- 性能优化
- Smart client(lib的项目)
- 查询支持
- Token
Kubernetes Test Network - Josh Kneubuhl
Objectives:
- Provide a simple, one click activity for running the Fabric test network.
- Provide a reference guide for deploying production-style networks on Kubernetes.
- Provide a cloud ready platform for developing chaincode, Gateway, and blockchain apps.
- Provide a Kube supplement to the Fabric CA Operations and Deployment guides.
- Support a transition to Chaincode as a Service.
- Support a transition from the Internal, Docker daemon to External Chaincode builders.
- Run on any Kube.
The Kubernetes Test Network re-establishes the Hyperledger test-network as a cloud native application.
Test network还是太难用了,所以这个项目旨在能够在本机的k8s上部署fabric而不是用docker-compose,虽然docker-compose可以用,但是不是cloud部署。
当我们把k8s和HLF这两个灵活的软件结合起来。配置对于初学者就会变得很复杂。从实现角度:
- 合约作为服务。
cryptogen
把文件存在本地,但是对于云环境。即便我们有fabric ca client我们也需要有MSP目录。
参考网络:
只调用k8s api来实现与集群的交互。
应用场景和demo
支持debug chaincode,以及向其他k8s环境移植的能力。
local chaincode image支持从而实现本地打包部署
本地chaincode debug - chaincode as a service
- 暴露端口在HLF Chaincode相关设置中
- 通过VScode的debugger和相关配置来启动Chaincode
从而实现在合约通过vscode的debug模式启动,并且相应debug事件。
原文:
https://wiki.hyperledger.org/display/fabric/Contributor+Meetings+2021
标签:Fabric,Provide,chaincode,Meetings,13th,Chaincode,Test,k8s 来源: https://blog.csdn.net/oe1019/article/details/120752243