Michael Steiner

Results 76 comments of Michael Steiner

@mbrandenburger @bvavala See above my analysis. In particular, note my observation regarding serializability which contradicts our conclusion on the call that we can ignore the read-sets. PS: i also took...

> (The inputs in theory should include the "transient" fields as well, but they don't.) Ah, interesting. So this could be another source of spurious non-matching responses, similar to non-determinism....

Given that it seems we do seem to agree there are some issues which require further investigation (and imho almost certainly adding stuff to R/W set in tlcc), nothing of...

btw: looking now at key mgmt protocol, it seems we have a few more tlcc cc2scc calls: e.g., can_endorse (from both ercc and ecc) and check_committed_data (from ecc). Not sure...

Mea culpa: i missread code (twice, actually): i mistakenly thought `stub.GetChannelID()` was the name used for the lookup and then also (again mistakenly) read it as the the function to...

btw: to securely get the caller CC's identity/namespace [this fabric-ml article](https://lists.hyperledger.org/g/fabric/message/8404) might be helpful ...

> I think that that's not the caller, but rather the **_callee_** of a chaincode invocation. For instance, if you invoke the FPC auction chaincode to submit a bid, the...

Intel just released v2.12. The main noteworthy feature is that now Ubuntu 20.04 is also supported. Nothing else noteworthy which should push to upgrade. In some quick tests, `make` for...

fyi: [SGX SDK&PSW 2.13](https://01.org/intel-softwareguard-extensions/downloads/intel-sgx-linux-2.13-release) got released. From release notes perspective there should be only bug-fixes as far as FPC use is concerned. As we haven't noticed any issue i guess...

Note: according to https://hyperledger.github.io/fabric-sdk-node/master/tutorial-migration.html: - the fabric-client apis we use in demo and in utils/docker-compose/node-sdk are now depricated and one should use fabric-network in turns, and - "SDK no longer...