Add logging for Movement events
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 is attempting to deploy a commit to the unionbuild Team on Vercel.
A member of the Team first needs to authorize it.
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.
@benluelo made changes as you asked and solved some ci errors
@benluelo made changes, btw you want me to change all the commit names or just the last one that I've changed already?
yes, you will either need to squash or rename all of your commits (i recommend just squashing)
changes included in https://github.com/unionlabs/union/pull/4568