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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully supporting Event stream standards #13730

Open
james-prysm opened this issue Mar 12, 2024 · 0 comments
Open

Fully supporting Event stream standards #13730

james-prysm opened this issue Mar 12, 2024 · 0 comments
Labels
API Api related tasks

Comments

@james-prysm
Copy link
Contributor

馃拵 Issue

This issue is to track a TODO item from PR: #13563

in the PR we use a simple scanner to process event stream data which can handle /n/r or /n but not /r alone therefore not adhering to the standards defined in https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface on the beacon api https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Events
This simple implementation can be used for now as our events endpoint is not fully mainnet ready at the time of this issue. Further improvements and full use of the events endpoint may be needed and can be re-evaluated then.

@james-prysm james-prysm added the API Api related tasks label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks
Projects
None yet
Development

No branches or pull requests

1 participant