Skip to content

feat(queries): add slot tagger with block, data-column, attestation, and aggregation metrics#54

Closed
cortze wants to merge 3 commits into
ethp2p:mainfrom
probe-lab:slot-tagger
Closed

feat(queries): add slot tagger with block, data-column, attestation, and aggregation metrics#54
cortze wants to merge 3 commits into
ethp2p:mainfrom
probe-lab:slot-tagger

Conversation

@cortze
Copy link
Copy Markdown
Collaborator

@cortze cortze commented Mar 13, 2026

Description

This PR introduces a slot classification system that tags each slot with a set of descriptive labels derived from on-chain and gossip data.

The PR adds:

  • a slot_tags.py file with all the existing tags for a later filtering of the final slot -> tag mapping dataframe.
  • a slot_tagger.py file with all the unified clickhouse query executors (one for each of the type of tags that we have
  • a new notebook (12-slot-classifier.ipynb) with a summary of all the existing tags to show dependencies between tags

The final dataframe should be easily imported by any other notebook to filter those slots with any specific tag like: block_size_tag" == BLOCK_SIZE_SMALL and block_proposal_tag==EARLY_PROPOSAL

@cortze
Copy link
Copy Markdown
Collaborator Author

cortze commented Mar 16, 2026

Closing this in favor of #55

@cortze cortze closed this Mar 16, 2026
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 this pull request may close these issues.

1 participant