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

fix(drive): update grovedb after just in time fix #1426

Merged
merged 30 commits into from
Sep 28, 2023

Conversation

QuantumExplorer
Copy link
Member

Issue being fixed or feature implemented

There was an issue before with just in time updates that would lead to corrupted states.

What was done?

In GroveDb, just in time updates are now done at insertion/update time and not at commit time.

How Has This Been Tested?

Ran all platform tests, and re-enabled previously breaking tests.

Breaking Changes

There was a breaking change in grovedb

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@shumkov shumkov changed the title fix: update grovedb after just in time fix fix(drive): update grovedb after just in time fix Sep 27, 2023
strophy
strophy previously approved these changes Sep 28, 2023
@QuantumExplorer QuantumExplorer merged commit 0e59eaf into v0.25-dev Sep 28, 2023
11 of 12 checks passed
@QuantumExplorer QuantumExplorer deleted the fix/updateGroveDBForJustInTimeFix branch September 28, 2023 06:18
@thephez thephez added this to the v0.25.0 milestone Oct 11, 2023
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.

3 participants