-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix: add missing msg type when parse from event #1196
Conversation
mmsqe
commented
May 18, 2023
•
edited
Loading
edited
These new events will now be added to the cache, but nothing will be done with them after that.
It's not clear to me why the relayer would need to care about |
I thought these two client events was missing when upgrade from ibc-go v6 to v7 |
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.
These changes look good to me, always nice to remove some duplicated code.
My only nitpick would be can we rename utils.go
to something like parsing.go
, event_parser.go
or something along those lines?