Wu Yiyang

Results 3 comments of Wu Yiyang

> > @denyeart Do we have an example for "chaincode as external service" in fabric-samples? > > Yes, we do. Check asset-transfer-basic/chaincode-external I cannot find **Java** external chaincode example in...

@jkneubuh Thanks for your reply. I found the reason why `the invoke of contract method from peer always be timeout`, and I try to fix it in https://github.com/hyperledger/fabric-chaincode-java/pull/207 By the...

@jkneubuh Here is my experiences: - run chaincode with shim 2.3.1 or 2.2.3 on Java8, exception occurs - run chaincode with shim 2.2.3 on Java9, it works well - run...