Fabric 当前的工作
- 2.4 Gateway和slim SDK,有希望这个季度release,目前在做案例和release的准备,系统测试和文档。
- 账本troubleshoot工具
- Rest应用案例
- GDPR相关的隐私数据清除RFC
- github上的zenhub面板,计划替换jira
Fabric Strategic Priorities survey results
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部署。
- 合约作为服务。
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
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。