fabric-private-chaincode
fabric-private-chaincode copied to clipboard
FPC enables Confidential Chaincode Execution for Hyperledger Fabric using Intel SGX.
In the submit bid view and before editing, the Total commitment shows as 0 even in later rounds when a bidder is actually already committed for some amount from prior...
**Description** - [ ] get documentation on IBM Cloud - operational guide - in general - how to get access to a sgx-enabled VM and/or container and, for containers, what...
**Description** Upgrade the SGX SDK and SSL used in FPC. Currently, FPC uses the Intel SGX SDK v2.6 for linux and SSL for SGX SDK v2.4.1. Most recent available version...
A lot of code has to be refactored both in Go and in the enclave. List of tasks: - [ ] go pdo crypto in separate module (and cleanup of...
**Description** Encryption/decryption, encoding/decoding and validation of client requests and responses - [ ] client-sdk - [x] protobuf - [X] basic messages - [ ] response object - [ ] crypto...
**Is your feature request related to a problem? Please describe.** Standing issue to follow and keep in pace with fabric releases **Describe the solution you'd like** n/a **Describe alternatives you've...
Although reads and writes of composite keys are handled just like regular keys, the `get_public_state_by_partial_composite_key` fetches a json blob with a set of kv pairs, which are unmarshalled and passed...
**Description** PR #501 assumes -- as experiments with fabric seemed surprisingly to have shown .. -- that fabric always returns only the commit value, even if the chaincode in the...
IAS credentials should be checked (for existence) upfront * in in the `integration` folder (once PR #79 is merged) * in the `fabric/sgxconfig/ias` folder