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 tx hash to mintCompleted event #885

Merged

Conversation

sameh-farouk
Copy link
Member

@sameh-farouk sameh-farouk commented Nov 5, 2023

Description

This PR add the tx hash to the MintCompleted event for better observbility and event correlation in the bridge.

Related Issues:

Checklist:

Copy link
Member

@muhamadazmy muhamadazmy left a 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 ?

Copy link
Member

@muhamadazmy muhamadazmy left a 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

Copy link
Collaborator

@renauter renauter left a 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 (?)

@renauter renauter merged commit f9d31aa into development Nov 28, 2023
2 checks passed
@renauter renauter deleted the development-feat-update-pallet-tft-bridge-events branch November 28, 2023 12:51
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.

Include the stellar deposit tx hash in mintComlete event
3 participants