fabric-private-chaincode icon indicating copy to clipboard operation
fabric-private-chaincode copied to clipboard

FPC enables Confidential Chaincode Execution for Hyperledger Fabric using Intel SGX.

Results 153 fabric-private-chaincode issues
Sort by recently updated
recently updated
newest added

Sibling features: #298, #300, #301

feature

Sibling features: #298, #299, #301

feature

Sibling features: #298, #299, #300

feature

**Is your feature request related to a problem? Please describe.** Allow FPC chaincodes to be upgraded (using the normal FPC lifeycle commands) **Additional context** See issue #313 for sibling feature

feature

**Is your feature request related to a problem? Please describe.** Support for `init' functionality (e.g., `init-required` in new lifecycle commands) **Describe alternatives you've considered** See sibling issue #329 (also with...

feature

Currently, `ecc_enclave` and `tlcc_enclave` use a script to generate `mrenclave.go`. However, this script is a) duplicated and b) not robust. As suggested by @g2flyer ... ... bigger problem seems that...

enhancement

**Description** This work item summaries the new TLCC API exposed to a chaincode enclave based on the recent design diagrams. New APIs - get/validate creator - can_endorse (not, though, while...

comp/shim

**Description** TLCC FPC transaction validation logic needs to be aligned with recent changes in ecc-vscc as introduced with PR #371. Another issue is that the current tlcc code requires a...

comp/validation