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

Empty entries in event stream #2681

Closed
mcdee opened this issue Oct 6, 2021 · 1 comment
Closed

Empty entries in event stream #2681

mcdee opened this issue Oct 6, 2021 · 1 comment

Comments

@mcdee
Copy link
Contributor

mcdee commented Oct 6, 2021

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:

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"}

Expected Behaviour

Either the data should be presented or the empty event not sent.

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

Successfully merging a pull request may close this issue.

2 participants