-
Notifications
You must be signed in to change notification settings - Fork 11
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 tx hash to mintCompleted event #885
Add tx hash to mintCompleted event #885
Conversation
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.
Just one question! would this require migration since it changes the event type ? Also have the go/tc client also updated to handle this modified type ?
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.
I think you need to do the same changes in all clients
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.
LGTM!
- Never seen migration for event type changes, this is only for storage items afaik
- Go client was updated
- Other clients seem outdated (I never worked on it) not sure they are really used (?)
Description
This PR add the tx hash to the MintCompleted event for better observbility and event correlation in the bridge.
Related Issues:
Checklist: