Marcus Brandenburger
Marcus Brandenburger
**Is your feature request related to a problem? Please describe.** Fabric Private Chaincode is a new type of Fabric Chaincode which allows to execute smart contracts with the help of...
**What this PR does / why we need it**: This PR introduces an alternative simulation support for non-sgx platforms, such as Mac M1. To make this work, both, the FPC...
This PR get the go-support-preview up-to-date with main
**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...
Currently, `ecc_enclave` and `tlcc_enclave` use a script to generate `mrenclave.go`. However, this script is a) duplicated and b) not robust. As suggested by @g2flyer ... ... bigger problem seems that...
**Description** This work item summaries the new TLCC API exposed to a chaincode enclave based on the recent design diagrams. New APIs - get/validate creator - can_endorse (not, though, while...
**Description** TLCC FPC transaction validation logic needs to be aligned with recent changes in ecc-vscc as introduced with PR #371. Another issue is that the current tlcc code requires a...
**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...
The current code for creating range query readsets inside `shim.cpp` collects the result of a range query and add them. In case the result of the query is empty, nothing...
Current TLCC test is not very robust and in many cases errors are only logged but no failure is thrown. Also, the current test relies on pre-create static test blocks...