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

The current code is rather weak on error handling: return codes are often ignored, errors are logged but not handled or might lead right away to a panic. related issues...

sgxcclib is used in the respective enclaves (in ecc_enclave and tlcc_enclave) with a common part in `common/sgxcclib`. A better name would probably include an `fpc_` and/or an `enclave` prefix, and...

enhancement
good first issue
documentation

it's common for C programmer to define state in static variable. With the current single peer-reuse-enclave version this actually works "nicely" -- i (MST) accidentally tested it :-) -- but...

**What this PR does / why we need it**: Create a new demo application ~ Secret Keeper Secret Keeper has 5 functions. InitSecretKeeper: - This function will initialize the key...

**Describe the bug** 1. pull access denied for fpc/fpc-simple-asset-go-hw Create a Makefile (i.e., touch $FPC_PATH/samples/chaincode/simple-asset-go/Makefile) with the following content: TOP = ../../.. include $(TOP)/ecc_go/build.mk CC_NAME ?= simple-asset-go This Makefile would...

bug

The current CI build could be improved to leverage caching. In particular, installing software dependencies (mostly in go) is time consuming and may benefit from caching. - [x] go caching...

help wanted
feature

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.4+incompatible to 24.0.7+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.7 24.0.7 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.4+incompatible to 24.0.7+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.7 24.0.7 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.2+incompatible to 23.0.3+incompatible. Release notes Sourced from github.com/docker/docker's releases. v23.0.3 23.0.3 Note Due to an issue with CentOS 9 Stream's package repositories, packages for CentOS 9 are...

dependencies