-
Notifications
You must be signed in to change notification settings - Fork 149
feat(rawdb): introduce batchToBlock
mapping
#447
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
Conversation
batchToBlock
mapping
Claude finished @davidtaikocha's task —— View job Pull Request ReviewReviewing PR #447: Todo List:
Code Review SummaryThis PR introduces a database mapping from batch ID to block ID to track the last block in each batch/proposal for the Shasta fork. The implementation is well-structured and follows existing patterns in the codebase. Code Quality AssessmentStrengths:
Areas for improvement:
Detailed File Analysis1.
|
In Shasta fork, we can't know the last block ID in a batch / proposal anymore, so the node has to record it by itself.