-
Couldn't load subscription status.
- Fork 283
feat(data): add semaphore event listeners #1054
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
feat(data): add semaphore event listeners #1054
Conversation
add listeners for groups and members re semaphore-protocol#326
add listeners for ProoValidated and GroupAdminUpdated events re semaphore-protocol#326
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Lauman! Thank you very much for creating this PR. Great work! I added some comments.
the onMember method is separated and some names are adjusted BREAKING CHANGE: N re semaphore-protocol#326
the onMember method is separated and some names are adjusted BREAKING CHANGE: N re semaphore-protocol#326
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the updates. Just a few small changes and the PR is ready to be merged.
add missing merkleTreeRoot element in onMember events re semaphore-protocol#326
fix name listener of GroupAdminUpdated event re semaphore-protocol#326
add groupId param to listener onGroupAdminUpdated re semaphore-protocol#326
Update method description re semaphore-protocol#326
fix descriptions re semaphore-protocol#326
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind adding short descriptions (as code comments before the function declarations similar to the other functions) for the functions that remove listeners? That way all the functions will have consistent documentation.
Add short descriptions to off listeners methods re semaphore-protocol#326
No problem. Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @Lauman! Thank you very much! 🚀
|
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2025 Semaphore Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |

Description
The following listeners have been added to the SemaphoreEthers class:
Related Issue(s)
#326
Checklist
yarn formatandyarn lintwithout getting any errors