hyperledger / fabric-chaincode-go

Hyperledger Fabric Packages for Go Chaincode
https://pkg.go.dev/github.com/hyperledger/fabric-chaincode-go
Apache License 2.0
137 stars 133 forks source link

Redo TLS Config for chaincode-as-server #19

Closed muralisrini closed 4 years ago

muralisrini commented 4 years ago

The previous fix block chaincode-as-client scenarios. This fix correctly sets Client CAs for the server scenario without breaking client.

Fabric integration tests (via make integration-test) locally with this change to ensure vendoring this change is safe.

FABCG-11

Signed-off-by: muralisr srinivasan.muralidharan99@gmail.com

sykesm commented 4 years ago

Pulling into fabric/master to verify...

muralisrini commented 4 years ago

@sykesm @denyeart https://github.com/muralisrini/fabric/tree/ccserver_integ_tet contains the integration test tested with changes from this PR.

sykesm commented 4 years ago

The fabric-chaincode-go changes have been merged. Please submit your integration test against master for review. Once it's merged, we'll cherry-pick to release-2.0.

Thanks.

muralisrini commented 4 years ago

Will take care of it by Monday.