-
Notifications
You must be signed in to change notification settings - Fork 274
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
feat: deferred pruning #925
Conversation
I plan on testing this either this weekend, or this coming week. Thanks so much for making this! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked with @cool-develope and tested against Osmosis mainnet, no issues thus far!
before we tag id like to test on dydx. Ill aim to do it this week, but we can go ahead with the merge with one more approval |
does this need to be backported? |
Co-authored-by: Marko <[email protected]>
Closes: #885
Added the
AsyncPruning
option, it needs to callSetCommitting
andUnsetCommitting
when committing in the store module in the async pruning mode.It doesn't break the original APIs.