Skip to content

Improved scanner modes part3 - check-block mode#499

Open
syntrust wants to merge 18 commits intomainfrom
scanner/mode4
Open

Improved scanner modes part3 - check-block mode#499
syntrust wants to merge 18 commits intomainfrom
scanner/mode4

Conversation

@syntrust
Copy link
Collaborator

Based on the hybrid scan framework setup in the last part, this PR adds a new mode check-block to scan the latest updated blobs.

Tests done with mode check-block to verify that

  • on the first scan batch, all the last n blocks (configured by --scanner.interval.block) before the latest finalized blocks are searched for new/updated blobs, and
  • All of the new finalized blocks since the last batch are covered during the batches that follow.
  • Blobs are checked with check-blob mode if there are any.

@syntrust syntrust changed the base branch from scanner/hybrid to main February 12, 2026 03:40
- `3` = `1 + 2` = meta + blob
- `5` = `1 + 4` = meta + block
- `6` = `2 + 4` = blob + block
- `7` = meta + blob + block
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is your recommended mode for our mainnet miner nodes?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we don't have many blobs yet, I'd rather use mode 6 to check both all and the most recent ones. Should we update the shells to make it the default?

@syntrust syntrust requested a review from qzhodl February 14, 2026 06:33
@syntrust syntrust mentioned this pull request Feb 14, 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.

2 participants

Comments