Skip to content

Add payload present timely store#718

Open
hangleang wants to merge 1 commit into
glamsterdam-devnet-4from
feature/add-payload-deadline
Open

Add payload present timely store#718
hangleang wants to merge 1 commit into
glamsterdam-devnet-4from
feature/add-payload-deadline

Conversation

@hangleang

Copy link
Copy Markdown
Member

Implement ethereum/consensus-specs#5212 and rename PTC payload timely votes predicate function to avoid confusion with the local view.

Close #710

@hangleang hangleang linked an issue Jun 1, 2026 that may be closed by this pull request
@hangleang hangleang requested a review from povi June 1, 2026 10:58
Comment thread fork_choice_store/src/store.rs Outdated
Comment thread fork_choice_store/src/store.rs Outdated
.unwrap_or(u64::MAX);
let tick_index = self.tick.kind as u64;

(tick_index + 1) * BASIS_POINTS <= due_bps * ticks_per_slot

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.

We are now not allowing unchecked arithmetics in the app. Please check commit 0de31c0 where this is changed

@hangleang hangleang force-pushed the feature/add-payload-deadline branch from 8a9e8f1 to 339b5bf Compare June 5, 2026 07:13
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.

[Glamsterdam] Dual deadlines

2 participants