Skip to content

feat(beacon): include gas used, gas limit, and block size in BlockBodyIndex#573

Merged
barnabasbusa merged 1 commit intomasterfrom
bbusa/fix-filters
Feb 10, 2026
Merged

feat(beacon): include gas used, gas limit, and block size in BlockBodyIndex#573
barnabasbusa merged 1 commit intomasterfrom
bbusa/fix-filters

Conversation

@barnabasbusa
Copy link
Copy Markdown
Collaborator

@barnabasbusa barnabasbusa commented Feb 10, 2026

Adds GasUsed, GasLimit, and BlockSize fields to BlockBodyIndex in the beacon block indexer. This change populates these values from the execution payload during block processing to enrich the indexed block data.

The existing GetDbBlocksByFilter function is updated to apply filters based on these new fields, enabling querying blocks using gas metrics directly when fetching indexed data.

…yIndex

Adds GasUsed, GasLimit, and BlockSize fields to BlockBodyIndex in the beacon block indexer. This change populates these values from the execution payload during block processing to enrich the indexed block data.

The existing `GetDbBlocksByFilter` function is updated to apply filters based on these new fields, enabling querying blocks using gas metrics directly when fetching indexed data.
@barnabasbusa barnabasbusa changed the title feat(beacon): include gas used, gas limit, and block size in BlockBod… feat(beacon): include gas used, gas limit, and block size in BlockBodyIndex Feb 10, 2026
@barnabasbusa barnabasbusa merged commit 2d33510 into master Feb 10, 2026
2 checks passed
@barnabasbusa barnabasbusa deleted the bbusa/fix-filters branch February 10, 2026 16:10
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.

2 participants