Dave Enyeart
Dave Enyeart
Thanks for providing the peer log snippet. The couchdb roundtrips are taking 30ms to 40ms when it slows down. The reason I had requested the couchdb logs as well, is...
Did not hear back from originator, closing.
Thank you for the contribution! Could you check the "go vet" errors in the failed check? Since the shift to fabric-protos-go-apiv2 is a significant change, we'll want to prove that...
I commented in the main [fabric APIv2 issue](https://github.com/hyperledger/fabric/issues/3650). > I would be in favor of updating all fabric repositories to APIv2 before Fabric v3 gets released (including Go chaincode repositories),...
It looks like fabric-chaincode-go called Invoke on your custom chaincode successfully, and then your chaincode caused a panic. Here's the call into your chaincode and the line that failed: main.(*Customs).Invoke(0xc0004ac758?,...
Can you post the peer logs? Use `docker logs ` command to get the peer logs.
I replied to @SamYuan1990 in the mailing list, copying here as well... The work item that removed BCCSP plugin support explains the rationale and points to a Go issue about...
@deeptiraom In the typescript sample for gateway, we decided to simply re-use the test-network credentials instead of Enroll/Register new credentials. We could do the same for Java. See https://github.com/hyperledger/fabric-samples/blob/main/asset-transfer-basic/application-gateway-typescript/src/app.ts
@bestbeforetoday To respond to your earlier Sept 22 points, I think this is where we landed: - Remove the existing samples from fabric-gateway repo (these were used during initial alpha/beta...
Having separate release branches for fabric-samples sounds good in theory, but it comes with additional maintenance burden, sometimes much more. It explodes the number of assets that have to be...