Skip to content

feat: alpenglow clock checks#597

Merged
ksn6 merged 5 commits intoanza-xyz:masterfrom
ksn6:alpenglow-clock-checks
Nov 13, 2025
Merged

feat: alpenglow clock checks#597
ksn6 merged 5 commits intoanza-xyz:masterfrom
ksn6:alpenglow-clock-checks

Conversation

@ksn6
Copy link
Copy Markdown
Contributor

@ksn6 ksn6 commented Nov 11, 2025

Problem and Summary of Changes

We enforce Alpenglow clock checks, outlined in detail here: solana-foundation/solana-improvement-documents#363.

@ksn6 ksn6 force-pushed the alpenglow-clock-checks branch 2 times, most recently from 310473c to 53574b6 Compare November 12, 2025 02:16
@ksn6 ksn6 enabled auto-merge (squash) November 12, 2025 02:41
@ksn6 ksn6 force-pushed the alpenglow-clock-checks branch from fb24e0b to 029c973 Compare November 12, 2025 02:57
@ksn6 ksn6 force-pushed the alpenglow-clock-checks branch from 029c973 to e781f0d Compare November 12, 2025 16:20
Copy link
Copy Markdown
Contributor

@AshwinSekar AshwinSekar left a comment

Choose a reason for hiding this comment

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

nice work just a small nit

@ksn6 ksn6 merged commit 0c50aa5 into anza-xyz:master Nov 13, 2025
7 checks passed
// Produce the footer with the current timestamp
let working_bank = w_poh_recorder.working_bank().unwrap();
let footer = produce_block_footer(working_bank);
let footer = produce_block_footer(working_bank.bank.clone_without_scheduler());
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

oh i meant you already have bank above, so we don't need to grab the working_bank() anymore since they are the same thing, so you could use bank here and below in update_bank_with_footer

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

oh true - will fix in a separate pr

AshwinSekar pushed a commit to AshwinSekar/alpenglow that referenced this pull request Feb 23, 2026
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.

3 participants