Marcus Brandenburger
Marcus Brandenburger
I am very interested in this. I would like to demonstrate the deployment of [Fabric Private Chaincode (FPC)](https://github.com/hyperledger-labs/fabric-private-chaincode) with BAF. FPC deployment relies on Fabric External Chaincode feature. I've already...
@munapower this PR allows me to run FPC go chaincode WITHOUT SGX on Mac M1. Can you please have a look?
Need PR #681 to be merged first
Found this [article](https://research.nccgroup.com/2020/03/24/smart-contracts-inside-sgx-enclaves-common-security-bug-patterns/)
starting the dev container without `--net=host` the integration tests fail. In particular, in the deployment test, when the marble chaincode is built using the docker build container of fabric cannot...
PR #539 demonstrates FPC deployment using K8s.
Interesting observation. Indeed the design of the auction implementation addresses those read/write conflicts by write each new bid to it's own key and thereby don't create conflicts. The normal Fabric-way...
This is related to #250. For the concept release 2.0 we should make it the current validation code working with current Fabric 2.0 release code. The work on [FAB-12221](https://jira.hyperledger.org/browse/FAB-12221) Validator/Committer...
Adding [ego](https://github.com/edgelesssys/ego) to the list
I suggest to bring this to the next FPC community meeting.