ComposableFi / composable-ibc

A trustless, cross-chain bridging protocol.
https://picasso.network
76 stars 50 forks source link

Use hex encoded event attributes for ibc `packet_data` and `packet_ack` #494

Open damiannolan opened 4 months ago

damiannolan commented 4 months ago

The deprecated ibc event attributes have now been removed:

These are superseded by the hex encoded event attributes:

See https://github.com/cosmos/ibc-go/pull/6023

Surfaced from failing e2e tests leveraging hyperspace relayer.