ibc-go
ibc-go copied to clipboard
Fix grandpa e2e tests
I suspect removing the non-hex encoded event attributes in https://github.com/cosmos/ibc-go/pull/6023 has something to do with this. Assuming that this test users hyperspace relayer its possible that they do not use the hex encoded event attributes.
Hex encoded event attirbutes are not used.
https://github.com/ComposableFi/composable-ibc/blob/master/hyperspace/cosmos/src/events.rs#L526-L531 https://github.com/ComposableFi/composable-ibc/blob/master/ibc/modules/src/core/ics04_channel/events.rs#L43
opened: https://github.com/ComposableFi/composable-ibc/issues/494
yay, nice find, @damiannolan! Thank you also for opening the issue in composable-ibc.
look nice
ah yes, we use yet another relayer here. I'll see if this is an easy lift to fix in hyperspace.
Fixed by disabling them 😓 We will go with https://github.com/cosmos/ibc-go/issues/6835 instead.