天天看點

Hyperledger Fabric contributor meeting 個人筆記 2022-03-30日程

日程

Hyperledger Fabric contributor meeting 個人筆記 2022-03-30日程

Fabric 2.5的新功能

  • 清理曆史上的私有資料
  • 依賴更新(golang package)
  • 作為下一個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

Hyperledger Fabric contributor meeting 個人筆記 2022-03-30日程
Hyperledger Fabric contributor meeting 個人筆記 2022-03-30日程
Hyperledger Fabric contributor meeting 個人筆記 2022-03-30日程
Hyperledger Fabric contributor meeting 個人筆記 2022-03-30日程

相關連結:https://go.dev/blog/protobuf-apiv2

最後還是在激烈的讨論

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

Hyperledger Fabric contributor meeting 個人筆記 2022-03-30日程

java chaincode service的例子

fabric和ingress結合的例子

作為下次雙周會的預告了。

繼續閱讀