Skip to content

chore: HA setup metrics#20400

Open
spypsy wants to merge 3 commits intomerge-train/spartanfrom
spy/ha-metrics
Open

chore: HA setup metrics#20400
spypsy wants to merge 3 commits intomerge-train/spartanfrom
spy/ha-metrics

Conversation

@spypsy
Copy link
Member

@spypsy spypsy commented Feb 11, 2026

Fixes A-355

Also moves a bunch of types / interfaces from validator-ha-signer to stdlib to remove cyclic dependencies in yarn-project.
It does make sense to not have stdlib import validator-ha-signer

@spypsy spypsy marked this pull request as ready for review February 11, 2026 16:24
context: HAProtectedSigningContext,
signFn: (messageHash: Buffer32) => Promise<Signature>,
): Promise<Signature> {
const startTime = Date.now();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we not have a DateProvider?

Copy link
Member Author

Choose a reason for hiding this comment

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

ah, hadn't used it in validator-ha-signer until now actually. will update

Copy link
Member Author

Choose a reason for hiding this comment

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

I think better to add DateProvider after #20398 has gone in as it involves changes in timings that will conflict

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