Skip to content

Conversation

@Centril
Copy link
Contributor

@Centril Centril commented Jan 16, 2026

Description of Changes

This moves replaying logic out of Locking and CommittedState and into its own module.
The special fields that were only used in CommittedState are also removed, so that we don't pay that cost forever after replay has finished. This removes 96 bytes from the size of CommittedState.

API and ABI breaking changes

None

Expected complexity level and risk

2? Replay is fairly sensitive code. However, this is mostly code motion. Care has been taken to prevent deadlocks.

Testing

Covered by existing tests since this is code motion.

@Centril Centril requested a review from Shubham8287 January 16, 2026 12:40
@Centril Centril added this pull request to the merge queue Jan 19, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 19, 2026
@Centril Centril added this pull request to the merge queue Jan 19, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 19, 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