hyperledger / fabric-private-chaincode

FPC enables Confidential Chaincode Execution for Hyperledger Fabric using Intel SGX.
Apache License 2.0
160 stars 91 forks source link

Launch FPC Chaincode via external builder #249

Closed g2flyer closed 3 years ago

g2flyer commented 4 years ago

This will allow a cleaner integration of fpc as a separate chaincode type and remove (mostly) the need of the peer cli wrapper. It should also remove need of the proxy and sgx patch for the peer and the docker-switcheroo hack in the peer cli wrapper.

Aspects on it:

Background:

g2flyer commented 4 years ago

re-open as there are aspects of this feature which do not yet exist (support for CCaaS and docker/kubernetes deployment model). But removed from CC release milestone

mbrandenburger commented 3 years ago

539 covers this one