Skip to content
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

Use sync locks for stake table state #2404

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Use sync locks for stake table state #2404

merged 2 commits into from
Dec 16, 2024

Conversation

sveitser
Copy link
Collaborator

We can't take out async locks on the stake table state at the moment. This PR moves this state out of L1 state and uses primitives from std::sync for it instead.

@sveitser sveitser merged commit 5c32108 into ab/st Dec 16, 2024
19 of 22 checks passed
@sveitser sveitser deleted the ma/sync-locks branch December 16, 2024 15:19
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.

1 participant