Hyperledger Fabric contributor meeting personal notes2022-03-30

schedule

insert image description here
New features in Fabric 2.5

  • Clean up historical private data
  • Dependency update (golang package)
  • As the next LTS release

Gateway release 1.1

  • checkpoint chaincode event, block event listening
  • protocol buffer publishing

Samples & Documentation

  • k8s improvement
  • chaincode as a service improvement
  • certificate management guide

New RFCs

  • SmartBFT part 1
  • SmartBFT part 2
  • Gossip block dissemination re-architecture

Fabric Gateway SDK protocol buffer publishing – Mark Lewis

insert image description here
insert image description here
insert image description here
insert image description here
Related links: https://go.dev/blog/protobuf-apiv2
is still under intense discussion at the end

There is no difference on the wire and no compatibility issue with Go protobuf APIv1 and APIv2. It is purely a Go API change. The messages on the wire are identical. v1 doesn't even exist anymore. The implementation uses v2

Kubernetes and chaincode-as-a-service update – Josh Kneubuhl

insert image description here
Example of java chaincode service
Fabric and ingress combined example
This is a preview of the next biweekly meeting.

Guess you like

Origin blog.csdn.net/oe1019/article/details/123856382