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

Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.26.4 to 0.27.8. Release notes Sourced from github.com/libp2p/go-libp2p's releases. v0.27.8 This patch release contains backports of: updating the qtls dependencies (qtls is quic-go's fork of crypto/tls). The...

dependencies

Helps us to keep track up of updates.

dependencies

- Ubuntu 22.04 - SGX SDK 2.22 - SGX SSL 3.0_Rev1 - OpenSSL 3.0.12 - Ego 1.5.0 - Python 3

dependencies

Currently, the FPC repo has a scorecard of 4.3 (see https://scorecard.dev/viewer/?uri=github.com/hyperledger/fabric-private-chaincode) This issue is about improving our scorecard value by applying best practices as suggested by [OpenSSF](https://github.com/ossf/scorecard) TODOS: - [x]...

help wanted

Bumps the go_modules group with 1 update in the /integration/go_chaincode directory: [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go). Updates `github.com/quic-go/quic-go` from 0.38.2 to 0.42.0 Release notes Sourced from github.com/quic-go/quic-go's releases. v0.42.0 New Features added a qlog...

dependencies

**What this PR does / why we need it**: Implement a Rollback attack protection solution for FPC: SKVS. Single Key-Value Storage (SKVS) is a naive approach for rollback attacks. All...

**What this PR does / why we need it**: This PR is a continuation to #779 on how to integrate with the [cc-tools](https://github.com/hyperledger-labs/cc-tools) project, especially using the [cc-tools-demo](https://github.com/hyperledger-labs/cc-tools-demo) project Here,...

**What this PR does / why we need it**: This PR adds a tutorial on how to integrate with [cc-tools](https://github.com/hyperledger-labs/cc-tools) project, specially using the [cc-tools-demo](https://github.com/hyperledger-labs/cc-tools-demo) project **Which issue(s) this PR...

The current repo contains three references to the Fabric Samples repository. - `go.mod`: which is via the sample of the [asset-transfer-basic](https://github.com/hyperledger/fabric-private-chaincode/tree/main/samples/chaincode/fabric-samples/asset-transfer-basic). It refers to commit `84f9ba1dc4ec`. - `samples/deployment/test-network`: which contains...

dependencies

This PR re-enables the IBR tests and fixes existing issues.

bug