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

Async pruning #39

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Async pruning #39

merged 2 commits into from
Aug 23, 2024

Conversation

pr0n00gler
Copy link
Collaborator

Backport of osmosis-labs#593

Copy link

github-actions bot commented Jun 7, 2024

@pr0n00gler your pull request is missing a changelog!

Comment on lines +515 to +517
for _, store := range rs.stores {
store.SetCommitting()
}

Check warning

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism
Comment on lines +522 to +524
for _, store := range rs.stores {
store.UnsetCommitting()
}

Check warning

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism
Copy link

github-actions bot commented Jul 8, 2024

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.

@github-actions github-actions bot added the Stale label Jul 8, 2024
@github-actions github-actions bot closed this Jul 13, 2024
@pr0n00gler pr0n00gler reopened this Jul 14, 2024
@github-actions github-actions bot removed the Stale label Jul 15, 2024
@swelf19 swelf19 changed the base branch from release/v0.50.x-neutron to neutron July 24, 2024 16:51
@github-actions github-actions bot removed the C:x/auth label Jul 24, 2024
@pr0n00gler pr0n00gler merged commit c17df37 into neutron Aug 23, 2024
41 of 44 checks passed
@pr0n00gler pr0n00gler mentioned this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants