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

Deprecate Database::flush() function #577

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

notmandatory
Copy link
Member

Description

The Database::flush() function is only needed for the sled database on mobile, instead for mobile use the sqlite database.

Notes to the reviewers

This PR is in preparation for removing the Database::flush() function. See #575 (comment).

After the release/0.18.0 feature freeze branch is created then #575 should be merged.

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

New Features:

  • I've added tests for the new feature
  • I've added docs for the new feature
  • I've updated CHANGELOG.md

@notmandatory notmandatory self-assigned this Apr 2, 2022
@notmandatory notmandatory mentioned this pull request Apr 2, 2022
9 tasks
@notmandatory notmandatory force-pushed the deprecate/db_flush branch 3 times, most recently from f07abb6 to b61a61f Compare April 2, 2022 18:41
The Database::flush() function is only needed for the sled database on mobile, instead for mobile use the sqlite database.
@notmandatory
Copy link
Member Author

Rebased and ready to review.

@notmandatory notmandatory requested a review from afilini April 12, 2022 23:30
Copy link
Member

@afilini afilini left a comment

Choose a reason for hiding this comment

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

ACK a111d25

@afilini afilini merged commit c307bac into bitcoindevkit:master Apr 13, 2022
@notmandatory notmandatory deleted the deprecate/db_flush branch October 24, 2022 22:18
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.

2 participants