Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix race condition in unchecked_map #4093

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

clemahieu
Copy link
Contributor

Fix race condition in unchecked_map where a block may be asynchronously inserted and a dependency satisfied while a block is waiting to be placed in the unchecked table.

This change checks if the dependency has been satisfied before placing it in the unchecked map.

…ly inserted and a dependency satisfied while a block is waiting to be placed in the unchecked table.

This change checks if the dependency has been satisfied before placing it in the unchecked map.
@clemahieu clemahieu added this to the V25.0 milestone Jan 31, 2023
@clemahieu clemahieu added the bug label Jan 31, 2023
@clemahieu clemahieu merged commit a1e359b into nanocurrency:develop Feb 1, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants