We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The event stream will occasionally send out events without topic or data.
2.0.0
Listening to /eth/v1/events?topics=block:
/eth/v1/events?topics=block
event:block data:{"slot":"1417190","block":"0xfa3bf6e0c57fb065952bcf42b6e6b24904e74c9f107cf23a9175b92a673cdcb7"} event:block data:{"slot":"1417191","block":"0xb54c0f009f72fb27703fc28ad9969a5c10f9c7146dc9fd5a3ade05c38157d224"} : event:block data:{"slot":"1417193","block":"0xa43f60da2b72469642f53184980eefdc4ccef74647ab5bb3bf5350b6867233ed"} event:block data:{"slot":"1417194","block":"0x5f5f639c2ba647573cd38941e59f894272c7dd9dfab0d79264e3a8ed3147e5ff"} event:block data:{"slot":"1417195","block":"0x295cf99b8041cf1fad024989947dbef490c07113da13b75d1e9275e85e14cd3c"} : event:block data:{"slot":"1417197","block":"0x9d151be89d11281e33618131052898afa939036e98f94d79e7d3304424d2a693"}
Either the data should be presented or the empty event not sent.
The text was updated successfully, but these errors were encountered:
Thanks for reporting
Closed by ethereum/beacon-APIs#172
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
The event stream will occasionally send out events without topic or data.
Version
2.0.0
Present Behaviour
Listening to
/eth/v1/events?topics=block
:Expected Behaviour
Either the data should be presented or the empty event not sent.
The text was updated successfully, but these errors were encountered: