Marcus Brandenburger

Results 49 issues of 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...

feature

Signed-off-by: Marcus Brandenburger

documentation

@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_

cleanup

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...

bug
documentation
good first issue

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...

enhancement

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...

help wanted
feature

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...

Helps us to keep track up of updates.

dependencies