You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add BatchProcessor to replace BlockTagService
Introduce a new BatchProcessor that sequentially walks every committed
batch, verifies via BatchVerifier, and updates safe/finalized block tags.
This replaces BlockTagService which skipped intermediate batches.
0 commit comments