Marcus Brandenburger
Marcus Brandenburger
When a new chaincode enclave spawns it binds itself to a given tlcc enclave using local attestation. Typically, this includes a key exchange to protect the communication between the chaincode...
The integration of the Ledger Enclave is one of the fundamental pillars in the FPC security architecture, however, the implementation is also challenging. This issues continues the discussion based on...
@mbrandenburger @alexandrosfilios , please, can we have this also for the token-sdk? :) _Originally posted by @adecaro in https://github.com/hyperledger-labs/fabric-smart-client/issues/357#issuecomment-1206315854_
The code blocks in the README.md of the fungible samples seems to be inconsistent as reported by @mbwhite. We need to check this and make sure that they are the...
We should create a nightly CI job that upgrades the FSC dep to the latest version. If that build succeeds, this change can be automatically merged. TBD should this just...
A few observations regarding the current code base: - The central piece of the token SDK is the `service registry`. We use providers to create and manage service instances. The...
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...
Many integration tests currently have redundant configurations via `topology.go`. While redundant code is not always bad, some code, in particular, the registration of the views could be reused among those...