Hyperledger Fabric v1.4(LTS) 系列(1) - Fabric 的第一个LTS版本

Hyperledger Fabric 的第一个LTS版本 v1.4


Hyperledger Fabric v1.4(LTS) 系列译文总目录

 

分章节目录:
Hyperledger Fabric v1.4(LTS) 系列(2) - 简介

Hyperledger Fabric v1.4(LTS) 系列(3.1) -关键概念

Hyperledger Fabric v1.4(LTS) 系列(3.2):关键概念-功能性

Hyperledger Fabric v1.4(LTS) 系列(3.3):关键概念-模型

Hyperledger Fabric v1.4(LTS) 系列(3.4):关键概念-区块链网络

Hyperledger Fabric v1.4(LTS) 系列(3.5):关键概念-身份

Hyperledger Fabric v1.4(LTS) 系列(3.6):关键概念-成员

 

 


Fabric的官方文档主要内容包括:

  • Introduction
  • What's new in v1.4
  • Release notes
  • Key Concepts
  • Getting Started
  • Developing Applications
  • Tutorials
  • Operation Guides
  • Commands Reference
  • Architecture Reference
  • FAQ

 

我们先从v1.4 LTS版本的新特性说起,看看哪些特性使其担当得起第一个LTS版本的重任。

1.4版本关键词:

  • LTS
  • Production State
  • Raft Ordering Service

下边是官方发布文档内容,即What's new in v1.4的内容。


 

Hyperledger Fabric has matured since the initial v1.0 release, and so has the community of Fabric operators. The Fabric developers have been working with network operators to deliver v1.4 with a focus on stability and production operations. As such, v1.4 will be our first long term support release.

自从最初的v1.0发布以来,Hyperledger Fabric逐渐成熟,Fabric运营社区也是如此。Fabric开发人员一直在与区块链网络运营者通力协作,以稳定和生产运营为v1.4的交付重点。基于此,v1.4将是第一个长期支持LTS版本。

Our policy to date has been to provide bug fix (patch) releases for our most recent major or minor release until the next major or minor release has been published. We plan to continue this policy for subsequent releases. However, for Hyperledger Fabric v1.4, the Fabric maintainers are pledging to provide bug fixes for a period of one year from the date of release. This will likely result in a series of patch releases (v1.4.1, v1.4.2, and so on), where multiple fixes are bundled into a patch release.

到目前为止,我们的策略是为我们最近的主要或次要版本提供bug修复版本,直到下一个主要或次要版本发布为止。我们计划在后续版本中继续执行此策略。但是,对于HyperledgeFabric1.4版,Fabric维护人员承诺在发布之日起的一年内提供错误修复。这可能会导致一系列补丁发布(v1.4.1、v1.4.2等),其中多个补丁捆绑到一个补丁发布中。

If you are running with Hyperledger Fabric v1.4, you can be assured that you will be able to safely upgrade to any of the subsequent patch releases. In the advent that there is need of some upgrade process to remedy a defect, we will provide that process with the patch release.

如果您正在使用Hyperledger Fabric v1.4,那么可以确保您能够安全地升级到任何后续补丁版本。在需要一些升级过程来修复缺陷的时候,我们将为该过程提供补丁版本。

 

Raft ordering service

Introduced in v1.4.1, Raft is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol in etcd. Raft follows a “leader and follower” model, where a leader node is elected (per channel) and its decisions are replicated to the followers. Raft ordering services should be easier to set up and manage than Kafka-based ordering services, and their design allows organizations spread out across the world to contribute nodes to a decentralized ordering service.

在v1.4.1中引入的Raft是按照etcd中Raft协议实现的崩溃容错(CFT)排序服务。Raft遵循leader和follower模型,在这个模型中每个通道共同选择leader节点,leader节点的决定会复制到follower。Raft排序服务比基于kafka的排序服务更易建立和管理,这样的设计允许分布在世界各地的组织为分散的排序服务贡献节点。

  • • The Ordering Service: Describes the role of an ordering service in Fabric and an overview of the three ordering service implementations currently available: Solo, Kafka, and Raft.
  • •排序服务:描述排序服务在Fabirc中的职责,并概述当前可用的三种排序服务实现:Solo、Kafka和Raft。
  • • Configuring and operating a Raft ordering service: Shows the configuration parameters and considerations when deploying a Raft ordering service.
  • •配置操作Raft排序服务:显示配置参数和部署Raft排序服务时的注意事项。
  • • Setting up an ordering node: Describes the process for deploying an ordering node, independent of what the ordering service implementation will be.
  • •部署排序节点:描述部署排序节点的过程,与排序服务具体实现无关。
  • • Building Your First Network: The ability to stand up a sample network using a Raft ordering service has been added to this tutorial.
  • •建立您的第一个Fabric网络:本教程中增加了使用Raft排序服务建立示例网络的能力。

 

Serviceability and operations improvements

可用性和操作提升

As more Hyperledger Fabric networks enter a production state, serviceability and operational aspects are critical. Fabric v1.4 takes a giant leap forward with logging improvements, health checks, and operational metrics. As such, Fabric v1.4 is the recommended release for production operations.

随着越来越多的超账本结构网络进入生产状态,可用性和可操作性变得重要。Fabricv1.4在日志改善、健康检查和操作指标方面都有巨大进步。因此,推荐将Fabricv1.4用于生产。

The Operations Service: The new RESTful operations service provides operators with three services to monitor and manage peer and orderer node operations:

运营服务:新的RESTful运营服务为运营者提供三种服务用于监控和管理普通节点和排序节点:

  • The logging /logspec endpoint allows operators to dynamically get and set logging levels for the peer and orderer nodes.
  • 日志方面, /logspec允许运营者动态获取和设置普通节点和排序节点的日志级别。
  • The /healthz endpoint allows operators and container orchestration services to check peer and orderer node liveness and health.
  • /healthz 允许运营者和容器编排服务检查普通节点和排序节点的存活和健康状况。
  • The /metrics endpoint allows operators to utilize Prometheus to pull operational metrics from peer and orderer nodes. Metrics can also be pushed to StatsD.
  • /metrics 允许运营者通过Prometheus从普通节点和排序节点中获取操作度量指标。也可以将这些推送到statsd。

Improved programming model for developing applications

改进应用开发编程模型

Writing decentralized applications has just gotten easier. Programming model improvements in the Node.js SDK and Node.js chaincode makes the development of decentralized applications more intuitive, allowing you to focus on your application logic. The existing npm packages are still available for use, while the new npm packages provide a layer of abstraction to improve developer productivity and ease of use.

编写去中心的应用更简单了。Node.js SDK和Node.js chaincode中的编程模型改进使去中心化应用的开发更加直观,使开发者专注于应用逻辑。新的NPM包提供了一个抽象层,以提高开发人员的生产力和易用性,同时现有的NPM包还可以继续使用。

New documentation helps you understand the various aspects of creating a decentralized application for Hyperledger Fabric, using a commercial paper business network scenario.

新文档以商业票据网络场景为例,帮您了解为Hyperledger Fabric创建去中心化应用的多个方面问题。

  • The scenario: Describes a hypothetical business network involving six organizations who want to build an application to transact together that will serve as a use case to describe the programming model.  场景:假设有一个业务网络,该网络涉及六个组织,这些组织希望构建一个要协同工作的应用程序。后边将用该用例来描述编程模型。
  • Analysis: Describes the structure of a commercial paper and how transactions affect it over time. Demonstrates that modeling using states and transactions provides a precise way to understand and model the decentralized business process.  分析:描述商业票据的结构以及交易如何在过程中影响它。演示了使用状态和事务进行建模来提供对去中心化业务流程理解和建模的准确方法。
  • Process and Data Design: Shows how to design the commercial paper processes and their related data structures.  流程和数据设计:展示如何设计商业票据流程及其相关数据结构。
  • Smart Contract Processing: Shows how a smart contract governing the decentralized business process of issuing, buying and redeeming commercial paper should be designed.  智能合约处理:显示智能合约如何处理发行、购买和赎回商业票据的去中心化业务流程。
  • Application Conceptually describes a client application that would leverage the smart contract described in Smart Contract Processing. 应用程序在概念层次上描述一个客户端应用如何利用上一节“智能合约处理”中描述的智能合约。
  • Application design elements: Describes the details around contract namespaces, transaction context, transaction handlers, connection profiles, connection options, wallets, and gateways.  应用设计元素:描述关于合约命名空间、事务上下文、事务处理程序、连接配置、连接选项、钱包和网关的详细信息。
  • And finally, a tutorial and sample that brings the commercial paper scenario to life: 最后通过一个教程和示例将商业票据场景带到现实中。
  • Commercial paper tutorial  商业票据教程

New tutorials

新教程

  • Writing Your First Application: This tutorial has been updated to leverage the improved Node.js SDK and chaincode programming model. The tutorial has both JavaScript and Typescript examples of the client application and chaincode.
    编写第一个应用:本教程已更新以使用改进的Node.js SDK和chaincode编程模型。教程提供了Javascript和Typescript的客户端应用和chaincode示例。
  • Commercial paper tutorial As mentioned above, this is the tutorial that accompanies the new Developing Applications documentation.
    上述的商业票据教程,是新的应用开发文档附带的教程。
  • Upgrading to the Newest Version of Fabric: Leverages the network from Building Your First Network to demonstrate an upgrade from v1.3 to v1.4.x. Includes both a script (which can serve as a template for upgrades), as well as the individual commands so that you can understand every step of an upgrade.
    升级到最新版本:利用网络构建第一个网络,演示从v1.3到v1.4.x的升级。包括脚本(可作为升级模板)和单个命令,以了解升级步骤。

Private data enhancements

私有数据改进

Private Data: The Private data feature has been a part of Fabric since v1.2, and this release debuts two new enhancements:
私有数据:私有数据功能自v1.2以来一直是Fabric的一部分,这次推出了两项改进:

  • Reconciliation, which allows peers for organizations that are added to private data collections to retrieve the private data for prior transactions to which they now are entitled.
    对帐。允许在私有数据集中的组织节点检索他们现在有权进行的旧事务中的私有数据。
    (这个地方有点拗口,其实简单讲,就是节点可以检索之前已经完成的事务中的私有数据,但是前提条件是节点现在还可以访问这些事务)
  • Client access control to automatically enforce access control within chaincode based on the client organization collection membership without having to write specific chaincode logic.
    客户端访问控制可以根据客户端组织集成员身份在chaincode内自动进行访问控制,而无需专门编写链码。

 

 

Release notes

The release notes provide more details for users moving to the new release, along with a link to the full release change log.

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值