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

Add Go chaincode for asset-transfer-events #1189

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

bestbeforetoday
Copy link
Member

@bestbeforetoday bestbeforetoday commented Apr 2, 2024

There were recently questions on how to emit chaincode events from Go smart contracts: hyperledger/fabric-gateway#698

This implementation is based on the asset-transfer-basic chaincode (as the README already suggests) and does not include the private data used by the other language implementations. I don't know why private data is necessary to demonstrate chaincode eventing.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner April 2, 2024 19:03
@denyeart
Copy link
Contributor

denyeart commented Apr 3, 2024

Cool, thanks.

I'll merge with the failing SBE test since it is not related.

I've opened #1190 for the failing SBE test. I didn't see an obvious reason for the failure since the other Java chaincodes are still working...

@denyeart denyeart merged commit 66c9992 into hyperledger:main Apr 3, 2024
40 of 41 checks passed
@bestbeforetoday bestbeforetoday deleted the events-chaincode-go branch April 4, 2024 11:30
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

Successfully merging this pull request may close these issues.

2 participants