union icon indicating copy to clipboard operation
union copied to clipboard

Add logging for Movement events

Open crStiv opened this issue 8 months ago • 5 comments

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 avatar Apr 01 '25 15:04 crStiv

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

A member of the Team first needs to authorize it.

vercel[bot] avatar Apr 01 '25 15:04 vercel[bot]

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 avatar Apr 02 '25 15:04 benluelo

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

crStiv avatar Apr 04 '25 18:04 crStiv

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

crStiv avatar Apr 06 '25 14:04 crStiv

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

benluelo avatar Apr 06 '25 16:04 benluelo

changes included in https://github.com/unionlabs/union/pull/4568

benluelo avatar May 19 '25 10:05 benluelo