Skip to content

feat: track sequencer state time#22800

Merged
alexghr merged 1 commit into
merge-train/spartanfrom
ag/track-seq-state-time
Apr 27, 2026
Merged

feat: track sequencer state time#22800
alexghr merged 1 commit into
merge-train/spartanfrom
ag/track-seq-state-time

Conversation

@alexghr

@alexghr alexghr commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

.

@alexghr alexghr changed the base branch from next to merge-train/spartan April 27, 2026 12:51
@alexghr alexghr enabled auto-merge April 27, 2026 12:51
slot: slotNumber,
});
if (proposedState !== this.state) {
this.metrics.recordStateDuration(performance.now() - this.stateEnteredAtMs, this.state);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Minor nit, but we could just call performance.now() once.

@alexghr alexghr merged commit 41d5b94 into merge-train/spartan Apr 27, 2026
23 checks passed
@alexghr alexghr deleted the ag/track-seq-state-time branch April 27, 2026 17:29
ElusAegis pushed a commit to ElusAegis/aztec-packages that referenced this pull request Apr 30, 2026
BEGIN_COMMIT_OVERRIDE
chore: pass through p2p tx pool size (AztecProtocol#22804)
feat: track sequencer state time (AztecProtocol#22800)
feat(rpc)!: updated rpc api for blocks and checkpoints (AztecProtocol#22781)
feat(pipelining): complete attestations by build-slot end (AztecProtocol#22735)
feat(archiver): handle multiple proposed checkpoints (AztecProtocol#22784)
feat: scrape bench-10tps (AztecProtocol#22803)
feat!: make proposals EIP-712 (AztecProtocol#22531)
chore: remove default env (AztecProtocol#22837)
chore: remove default env (AztecProtocol#22839)
chore: grafana provisioning (AztecProtocol#22843)
feat: add extra getters (AztecProtocol#22563)
fix: use number config helper for NaN protection (AztecProtocol#22598)
test(e2e): relax blocks per checkpoint in high tps e2e (AztecProtocol#22846)
test(e2e): equivocation recovery under proposer pipelining (AztecProtocol#22831)
feat: scrape metrics data (AztecProtocol#22840)
END_COMMIT_OVERRIDE
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