Sachiko Yoshihama
Sachiko Yoshihama
## Description If chaincode includes an infinite loop, it keeps running and there is no mechanism to abort chaincode. This happens both in invoke and query transactions. If an infinite...
## Description Chaincode container crashes when querying tables twice, and the first table has many rows (more than 100 rows). ## Describe How to Reproduce 1. Create a table with...
## Description REST API call to /registrar returns an error which says "Identity or token does not match" even if a correct enrolment ID/secret is used. ## Describe How to...
# Description Is there a way to migrate the world state recorded by a chaincode with another chain code? It seems there is no means for a chaincode to access...