微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

  1. BFT
  2. 清理老旧区块
  3. 替换goleveldb
  4. 性能优化
  5. Smart client(lib的项目)
  6. 查询支持
  7. 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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐