Skip to content

Add polling progress logging for large-range reconciliation (#629) - #672

Merged
Abd-Standard merged 1 commit into
Core-Foundry:mainfrom
Jessepriase:issue-629-add-polling-progress-logging
Sep 1, 2026
Merged

Add polling progress logging for large-range reconciliation (#629)#672
Abd-Standard merged 1 commit into
Core-Foundry:mainfrom
Jessepriase:issue-629-add-polling-progress-logging

Conversation

@Jessepriase

Copy link
Copy Markdown
Contributor

Log the reconciled ledger window at the start of each run and report per-contract synchronization progress (on-chain vs indexed counts and missing events) only when data is present, so large synchronization operations are observable without log noise or exposing secrets.

Overview

Related Issue

Closes #

Changes

Verification

# e.g.
cd dashboard && npm test
cd listener && npm run typecheck && npm test
cd contract/contracts/hello-world && cargo test

How to Test

Checklist

  • Branch is up to date with main
  • Tests added/updated and all pass locally
  • cargo fmt --all run (if Rust changes)
  • npm run lint passes (if TypeScript changes)
  • Documentation updated if behavior changed
    closes Add Polling Progress Logging #629

…ndry#629)

Log the reconciled ledger window at the start of each run and report
per-contract synchronization progress (on-chain vs indexed counts and
missing events) only when data is present, so large synchronization
operations are observable without log noise or exposing secrets.
@drips-wave

drips-wave Bot commented Aug 28, 2026

Copy link
Copy Markdown

@Jessepriase Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Abd-Standard
Abd-Standard merged commit a37fe13 into Core-Foundry:main Sep 1, 2026
1 of 9 checks 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.

Add Polling Progress Logging

2 participants