-
Notifications
You must be signed in to change notification settings - Fork 1
feat: reapplied async pruning #NTRN-545 #117
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
base: neutron
Are you sure you want to change the base?
Conversation
@joldie777 your pull request is missing a changelog! |
for _, store := range rs.stores { | ||
store.SetCommitting() | ||
} |
Check warning
Code scanning / CodeQL
Iteration over map Warning
for _, store := range rs.stores { | ||
store.UnsetCommitting() | ||
} |
Check warning
Code scanning / CodeQL
Iteration over map Warning
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Task: https://hadronlabs.atlassian.net/browse/NTRN-545
Related PRs:
neutron-org/neutron#966