Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert block handlers and periodic operations to event listening #93

Open
RiccardoM opened this issue Jan 29, 2021 · 0 comments
Open
Assignees
Labels
Cat: performance Related to the overall performances Type: Enhancement Improvement to an existing feature
Milestone

Comments

@RiccardoM
Copy link
Contributor

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:

  • delegators commissions amounts
  • validator rewards amounts
  • community pool updates
  • inflation
  • ... and many more

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.

@RiccardoM RiccardoM self-assigned this Jan 29, 2021
@RiccardoM RiccardoM added Type: Enhancement Improvement to an existing feature Cat: performance Related to the overall performances labels Feb 1, 2021
@RiccardoM RiccardoM added this to the v0.1.0 milestone Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cat: performance Related to the overall performances Type: Enhancement Improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant