Skip to content

add client stateful tracking, use ring timestamps#7

Merged
0xflashboy merged 4 commits intomainfrom
jake/client-events
Dec 11, 2025
Merged

add client stateful tracking, use ring timestamps#7
0xflashboy merged 4 commits intomainfrom
jake/client-events

Conversation

@0xflashboy
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Dec 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
execution-events-example Ready Ready Preview Comment Dec 10, 2025 11:55pm

if !seen_block_starts.insert(block_number) {
warn!("Duplicate BlockStart event for block {}", block_number);
}
match event.event_name {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we still need it? Was it just used for debugging?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

mostly for debugging + wanted to confirm my assumption that receiving duplicate proposals and voted blocks is uncommon, which it is

this client bin is more of an ideating space for the frontend part, not essential to the core functionality

@0xflashboy 0xflashboy merged commit af4e678 into main Dec 11, 2025
6 checks passed
@0xflashboy 0xflashboy deleted the jake/client-events branch December 11, 2025 20:29
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