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

Stream new blocks #163

Closed
Tracked by #126
devbugging opened this issue Mar 18, 2024 · 0 comments · Fixed by #170
Closed
Tracked by #126

Stream new blocks #163

devbugging opened this issue Mar 18, 2024 · 0 comments · Fixed by #170
Assignees

Comments

@devbugging
Copy link
Contributor

devbugging commented Mar 18, 2024

Implement streaming of new blocks, which handles the subscribe method request:

{"id":1,"jsonrpc":"2.0","method":"eth_subscribe","params":["newHeads"]}

The events should be streamed back to the client and the stream would be identified by a generated uuid.

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

Successfully merging a pull request may close this issue.

1 participant