Michael Steiner

Results 76 comments of Michael Steiner

I also see this more or less each time i'm offline, in particular after a resume, on Win8.1 and chrome 67. Curiously, though, while i use gmail notifier for at...

Depends on/related to #281

See also [Fabric RFC on ledger checkpointing](https://github.com/hyperledger/fabric-rfcs/pull/27)

Some initial thoughts/proposal ***Challenges*** The challenge of key-distribution with FPC Lite is that an exporting enclave cannot asses whether an export is appropriate or not by consulting ercc (or alike)...

btw: With externalized validation we have to be quite careful when going to support more than one enclave: Our `__invoke` query also has from a fabric perspective a valid R/W...

Hmm, seems almost as if --net=host on mac does the opposite than on linux. On linux it was needed such that the dev container got access to the services exposed...

Some discussion around --net=host and mac can be found in https://forums.docker.com/t/should-docker-run-net-host-work/14215 including some workarounds like port-forwarding and alike to the vm running docker host. I wonder, though, in the normal...

FYI: from HL mailing list some work on (general) fabric and k8s [Hyperledger Fabric] Hyperledger Fabric Operator We just released the first version of a project to deploy Hyperledger Fabric...

> FPC should not solve this problem, but indeed make sure that we don't leak any sensitive information. I think the issue here is that our return value check functions...

Do we really want to do this as part of MVP mileston? We don’t support composite keys in FPC lite security model? And even if we would decide to implement...