xvkong

Results 2 issues of xvkong

As [github.com/hyperledger/fabric-protos-go](https://github.com/hyperledger/fabric-protos-go) has been deprecated,which uses the [deprecated v1 Go protobuf APIs](https://go.dev/blog/protobuf-apiv2). [github.com/hyperledger/fabric-protos-go-apiv2](https://github.com/hyperledger/fabric-protos-go-apiv2) is recommend, which uses the current v2 Go protobuf APIs. time to release a new version to...

For an exist channel , when a new org need to be added to channel: the channel's configBlock is updated first, then the org's peers join the channel code may...