Open davidkhala opened 2 years ago
Even I've faced this issue, Are there any workarounds for this? I need to set endorsement on a key. The documentation regarding this is also not sufficient, this is not clear that the endorsements we set for a chaincode should always be of lesser degree than the chaincode level endorsements or that this is not the case.
fabric 2.4
The scenario
SetStateValidationParameter
with keya
and policyBytes. I also did a double check hereGetStateValidationParameter
.GetStateValidationParameter
is surprisingly empty.In my first round test I submit and query via new fabric-gateway endpoint. So I suspect if it is issue from new gateway. But in second round test, even in tranditional way (specifying endorsing peers, eventing peers, orderer), this issue can be reproduced.