You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting, when implementing #137, I had initially added this event, but then removed in after I realized that it was an "internal event" for SDK chains (used internally to route the event or something). I'm surprised that hermes needs it; let me look into that.
Bug Summary
Each handler should emit also "message" event for IBC relayer according to https://github.com/cosmos/ibc-go/blob/main/docs/ibc/events.md
Details
In Namada testing, after executing sending a token, Hermes wasn't notified because the message event wasn't emitted.
ibc-rs/crates/ibc/src/core/ics04_channel/handler/send_packet.rs
Line 124 in 2d64819
Hermes' monitor subscribes to the IBC-specific events with
message.module
.https://github.com/informalsystems/hermes/blob/a285c015c604819b213c1582d901e5ef140d3f47/crates/relayer/src/event/monitor.rs#L147-L165
Version
0.32.0
The text was updated successfully, but these errors were encountered: