Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetEvent can only be called by chaincode invoked by a client doc is difficult to find #2958

Closed
davidkel opened this issue Sep 29, 2021 · 1 comment

Comments

@davidkel
Copy link
Contributor

davidkel commented Sep 29, 2021

In the fabric documentation I can only find a single reference to this limitation buried at https://hlf.readthedocs.io/en/latest/developapps/transactioncontext.html#stub
This information is not in the fabric 2.2 documentation so needs to be backported

However, application developers try to set events on chaincode called by chaincode and are not aware that this is a limitation and are unable to find any reference to say that it is which means that this information is not being found (I tried and couldn't find it using obvious searches myself), therefore they raise questions about why their application is not working.

This information should also be made available in the language reference guides for developing chaincode Java, Node)

denyeart pushed a commit that referenced this issue Sep 29, 2021
closes #2958
Signed-off-by: D <d_kelsey@uk.ibm.com>
@davidkel
Copy link
Contributor Author

Raised issues against chaincode-java and chaincode-node to add this information. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant