Remove dependency on "message"
events
#3190
Labels
A: critical
Admin: critical or important
E: non-cosmos
External: related to non-Cosmos chains
E: wasm
External: related to WASM and CosmWasm support
I: logic
Internal: related to the relaying logic
I: protocol
Internal: related to IBC protocol changes (eg. v2 update)
I: rpc
Internal: related to (g)RPC
Milestone
Summary
Hermes currently uses events of type
"message"
, which are SDK-specific. In my current understanding, since they are not technically IBC-specific, hermes should not rely on them to relay datagrams.Problem Definition
ibc-rs is now forced to emit these events too for hermes to be able to relay messages coming from an ibc-rs chain.
Related: cosmos/ibc-rs#563
Acceptance Criteria
ibc-rs doesn't need to emit these events anymore for
hermes
to successfully relay datagrams.For Admin Use
The text was updated successfully, but these errors were encountered: