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

Feature: expand blob sidecars events table #149

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
document new columns added
santi1234567 committed Jan 22, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit 6bbec773a449d8475dcb6a6721b54e4b7846630f
5 changes: 4 additions & 1 deletion docs/tables.md
Original file line number Diff line number Diff line change
@@ -239,13 +239,16 @@ Table that stores the data from `t_validator_rewards_summary` but aggregated by
| f_kzg_proof | string | kzg proof of the blob |
| f_ending_0s | integer | amount of consecutive 0s at the end of the blob bytes |

# Blob Sidecars Events
# Blob Sidecars Events (`t_blob_sidecars_events`)

| Column Name | Type of Data | Description | | |
| ---------------------- | ------------ | ------------------------------------------------- | --- | --- |
| f_arrival_timestamp_ms | integer | timestamp at which goteth received the blob event |
| f_blob_hash | string | hash of the blob |
| f_slot | integer | slot at which the blob was sent |
| f_block_root | string | block root hash |
| f_index | integer | index of the blob |
| f_kzg_commitment | string | kzg commitment of the blob |

# Block Rewards