Skip to content

Commit

Permalink
Add block_gossip SSE event
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored Jan 9, 2024
1 parent 4882aa0 commit 3272bdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apis/eventstream/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ get:
enum:
- head
- block
- block_gossip
- attestation
- voluntary_exit
- bls_to_execution_change
Expand Down Expand Up @@ -55,6 +56,11 @@ get:
value: |
event: block
data: {"slot":"10", "block":"0x9a2fefd2fdb57f74993c7780ea5b9030d2897b615b89f808011ca5aebed54eaf", "execution_optimistic": false}
block_gossip:
description: The node has received a block (from P2P or API) that passes validation rules of the `beacon_block` topic
value: |
event: block
data: {"slot":"10", "block":"0x9a2fefd2fdb57f74993c7780ea5b9030d2897b615b89f808011ca5aebed54eaf"}
attestation:
description: The node has received a valid attestation (from P2P or API)
value: |
Expand Down

0 comments on commit 3272bdf

Please sign in to comment.