Skip to content

docs: clarify QuickNodeWebhookService checkpoint-advance comment - #260

Merged
ifsantana merged 2 commits into
mainfrom
docs/quicknode-checkpoint-comment-257
Aug 14, 2026
Merged

docs: clarify QuickNodeWebhookService checkpoint-advance comment#260
ifsantana merged 2 commits into
mainfrom
docs/quicknode-checkpoint-comment-257

Conversation

@ifsantana

Copy link
Copy Markdown
Collaborator

Summary

  • One-line comment clarification in QuickNodeWebhookService.kt — the "always advance checkpoint" comment didn't call out that it's scoped to the case where a SolanaChainReader is available. No production logic change.

Closes #257

Test plan

  • ./mvnw test -pl infrastructure -Dtest=QuickNodeWebhookServiceTest — 26/26 passing, unchanged

The "always advance checkpoint" comment didn't mention the one case where
that's not true: when no SolanaChainReader is configured, processPayload()
returns early and the checkpoint stays put — intentional (lets a
later-configured reader recover the slot instead of skipping past it),
and already covered by QuickNodeWebhookServiceTest. No behavior change.

Signed-off-by: ifsantana <flaubert165@gmail.com>
@qodo-code-review

Copy link
Copy Markdown

ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing

@ifsantana
ifsantana merged commit e2046dd into main Aug 14, 2026
1 check passed
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.

docs: clarify QuickNodeWebhookService checkpoint-advance comment

1 participant