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

Replace polling with subscriptions where possible (in @iov/ethereum) #824

Open
ethanfrey opened this issue Mar 6, 2019 · 0 comments
Open

Comments

@ethanfrey
Copy link
Contributor

ethanfrey commented Mar 6, 2019

Once we fully understand the subscription system and the logs/topics, we should use that to:

  1. listen for block headers (basically done)
  2. listen for transactions that change certain state
  3. use those transaction subscriptions to trigger a query to implement watch like functionality without polling.

If there are important items that are impossible to subscribe to, make another issue delimiting them and consider if there is a scrapper we could use to provide that info, eg. vulcanize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant