Parse packet from events instead of manually constructing in endpoint.MsgSendPacket #7856
Labels
feat: ibc-eureka
good first issue
Good for newcomers
nice-to-have
testing
Testing package and unit/integration tests
Create a test utilities for Eureka packet parsing, similar to what we have here:
ibc-go/testing/events.go
Line 84 in c845b05
I would imagine we would need to rename and refactor a bit to make a clear distinction between the type of packet your expecting. So either parsing for an IBC Classic packet (the current functions) or an IBC Eureka packet.
Replace any places where we manually find the packet data or sequence today with the new test utilities method(s).
This functionality should target the
feat/ibc-eureka
branch (unless it has already been merged intomain
when this work is started).Ref: cosmos/ibc#1165
The text was updated successfully, but these errors were encountered: