Convert block handlers and periodic operations to event listening #93
Labels
Cat: performance
Related to the overall performances
Type: Enhancement
Improvement to an existing feature
Milestone
Currently, we're using block handlers and periodic operations to listen to things that are updated on a periodic base, and not with messages. These include:
I think we should convert this to use an event-based listening, where we use the Tendermint websocket to listen to those events and deal them properly where possible.
The text was updated successfully, but these errors were encountered: