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(platform)!: fix reference of items between epochs #2064

Merged
merged 23 commits into from
Aug 20, 2024

Conversation

QuantumExplorer
Copy link
Member

@QuantumExplorer QuantumExplorer commented Aug 20, 2024

Issue being fixed or feature implemented

In GroveDB we had an issue that is described here: dashpay/grovedb#329

In essence references that pointed to items being updated between epochs would cause the database to become inconsistent.

What was done?

Fixed the issue in GroveDB, added a lot of tests in Platform

How Has This Been Tested?

Unit tests and Strategy tests

Breaking Changes

The fix in GroveDB is breaking, so this is breaking.

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 added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • I have made corresponding changes to the documentation if needed

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@QuantumExplorer QuantumExplorer changed the title Fix/refresh ref identity key enable 2 fix(platform)!: fix reference of items between epochs Aug 20, 2024
Copy link
Contributor

@ogabrielides ogabrielides left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some comments

@QuantumExplorer QuantumExplorer merged commit d0fe6dd into v1.1-dev Aug 20, 2024
75 checks passed
@QuantumExplorer QuantumExplorer deleted the fix/refresh_ref_identity_key_enable_2 branch August 20, 2024 13:42
@thephez thephez added this to the v1.1.0 milestone Sep 18, 2024
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