-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove blocks as CSM input #657
base: main
Are you sure you want to change the base?
Conversation
…oved new tip messages CSM input
Commit: 5090a4d SP1 Performance Test Results
|
…ed block assembly to reflect that
Since there's some loose ends in the bookkeeping without the CSM being aware of the chain tip, I'm extending this refactor to change some things about how checkpoints are tracked in the CSM and how it works more generally.
In the short term, I need some eyes on this to make sure I'm not missing anything important. There's a LOT of The plan (in a future PR) is to eventually (1) move the |
Description
The goal of this PR (which is related to the big STF refactors I'm slowly merging in) is to remove the CSM tracking of the chain tip and center the FCM as the source of truth on that. The CSM will only have L1 messages as inputs and will be mainly concerned about checkpoints and L1 finalization.
Type of Change
Checklist
Related Issues
These are all sorta related.