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

**Describe the bug** Currently we start the FPC docker dev container with `--net host` as set in `utils/docker/Makefile` to allow easy access to services (e.g. demo mock server and other...

bug

Given our multi-party settings, no single entity can be trusted to build the enclaves which are attested to. Assuming open source, the easiest approach is reproducible build. SGX SDK 2.6,...

comp/validation

**Is your feature request related to a problem? Please describe.** Our current protocols (in `docs/design/fabric-v2+`) currently support multiple per-chaincode enclaves only, either via single enclave endorsers (#274) or multi-enclave endorsers...

enhancement
feature

**Is your feature request related to a problem? Please describe.** To harden the enclaves, it would be good to protect them against LVI attacks. **Describe the solution you'd like** Follow...

feature

- precondition for #15 to really be useful - simplifies install procedure as there is now a debian repo which automatically updates the base packages and includes a driver which...

enhancement
documentation
feature

clients are not part of any org in the fabric network and do not try any peer. Hence they will have to do all verification including attestation verification to bootstrap,...

feature

Options - GoTee: code (https://github.com/epfl-dcsl/gotee), paper ( https://www.usenix.org/conference/atc19/presentation/ghosn). No development since before paper got published. Also seems missing aspects like attestation or alike - Graphene based: Status 2020-03-10: Michael talked...

feature

See also sibling features #288 and #289

feature

Sibling features #293 and #295 Potentially via WASM. See also #279

feature

Sibling features #293 and #294

feature