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
hermes registers and gets all Tx events for all blocks. Instead hermes should register for IBC events only.
See more context in #1524
Problem Definition
Currently hermes gets all Tx events although it only processes the IBC events. When a block includes > 100 messages the client subscription may be closed if the events are not retrieved fast enough.
Proposal
To mitigate this problem hermes should register for IBC events only.
Acceptance Criteria
Significantly reduce the RPC error related to websocket client disconnects.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
relayer
Summary
hermes registers and gets all Tx events for all blocks. Instead hermes should register for IBC events only.
See more context in #1524
Problem Definition
Currently hermes gets all Tx events although it only processes the IBC events. When a block includes > 100 messages the client subscription may be closed if the events are not retrieved fast enough.
Proposal
To mitigate this problem hermes should register for IBC events only.
Acceptance Criteria
Significantly reduce the RPC error related to websocket client disconnects.
For Admin Use
The text was updated successfully, but these errors were encountered: