Fix IbcEventType
#623
Labels
A: breaking
Admin: breaking change that may impact operators
O: usability
Objective: aims to enhance user experience (UX) and streamline product usability
Milestone
The current assumption in our events is that each variant of
IbcEvent
has one and only one "event type" (which eventually makes it to theabci::Event::kind
field). This is not true forIbcEvent::AppModule
. For example, only in the token transfer app, it can have typesibc_transfer
,fungible_token_packet
, etc.In order to fix this, we should
IbcEventType
(since not all event types are known by ibc-core)The text was updated successfully, but these errors were encountered: