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 logging for Movement events #4147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

crStiv
Copy link

@crStiv crStiv commented Apr 1, 2025

Added some useful logging for Movement IBC events so we can better track what's happening. Includes basic info like event type, block height, and tx hash, plus the key fields for each event type.

Fixes #3953.

@crStiv crStiv requested a review from benluelo as a code owner April 1, 2025 15:53
Copy link

vercel bot commented Apr 1, 2025

@crStiv is attempting to deploy a commit to the unionbuild Team on Vercel.

A member of the Team first needs to authorize it.

@benluelo
Copy link
Contributor

benluelo commented Apr 2, 2025

thanks for the pr! please use ibc_union_spec::log_event to log events, as this is what is used in the other event source plugins.

@crStiv
Copy link
Author

crStiv commented Apr 4, 2025

@benluelo made changes as you asked and solved some ci errors

Copy link
Contributor

@benluelo benluelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a few small comments. additionally, please refer to our CONTRIBUTING.md (we use conventional commits).

@crStiv
Copy link
Author

crStiv commented Apr 6, 2025

@benluelo made changes, btw you want me to change all the commit names or just the last one that I've changed already?

@benluelo
Copy link
Contributor

benluelo commented Apr 6, 2025

yes, you will either need to squash or rename all of your commits (i recommend just squashing)

Update main.rs

Update main.rs

Update main.rs
@crStiv crStiv requested a review from benluelo April 6, 2025 19:24
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.

voyager: log events for movement
2 participants