Skip to content

chore(prover-client): demote empty addTxs log from warn to verbose - #24593

Merged
spalladino merged 1 commit into
merge-train/spartan-v5from
cb/demote-addtxs-warn-spartan-v5
Jul 7, 2026
Merged

spalladino merged 1 commit into
merge-train/spartan-v5from
cb/demote-addtxs-warn-spartan-v5

Conversation

@AztecBot

@AztecBot AztecBot commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

CheckpointSubTreeOrchestrator.addTxs logs Provided no txs to addTxs. at warn level, but this path is expected control flow, not an anomaly: checkpoint-prover.ts calls this.subTree.addTxs(processed) unconditionally for every block in the checkpoint, so every empty block hits this early return (the empty block is then finalized via setBlockCompleted). On low-traffic networks this fires constantly — ~100 times in 4h on staging-internal — polluting warn-level log reviews with noise.

Demote it to verbose. No behavior change; no tests assert on this message.

Replaces #24591 and #24592 (closed), per request to land this as a single PR via the spartan-v5 merge train.

Spotted during a staging-internal log review requested by @spalladino in Slack.


Created by claudebox · group: slackbot

@spalladino
spalladino marked this pull request as ready for review July 7, 2026 20:08
@spalladino
spalladino enabled auto-merge (squash) July 7, 2026 20:08
@spalladino
spalladino merged commit 8934804 into merge-train/spartan-v5 Jul 7, 2026
18 checks passed
@spalladino
spalladino deleted the cb/demote-addtxs-warn-spartan-v5 branch July 7, 2026 20:27
rangozd pushed a commit to rangozd/aztec-packages that referenced this pull request Aug 5, 2026
Clean forward-port of AztecProtocol#24596 (merge-train
spartan-v5, merge d2f4c4d, parents 42eea48..1737dfb) onto
cb/private-port-next-7. Source base 42eea48 is AztecProtocol#24576's merge (block 4),
so it stacks directly on block 4.

Zero conflicts; tree touches exactly the 5 source-diff files: one code change
(prover-client checkpoint-sub-tree-orchestrator empty-addTxs log demoted
warn -> verbose, AztecProtocol#24593) + 4 docs (new yarn-project/THREAT_MODEL.md and
p2p/reqresp/slasher READMEs, AztecProtocol#24465). No noir/circuit/pinned surfaces.

Bundles sub-PRs AztecProtocol#24593 AztecProtocol#24465.

Tracker: AztecProtocol/aztec-packages-private#588
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