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

chore: move save_blocks to StorageWriter #9991

Merged
merged 7 commits into from
Aug 1, 2024
Merged

chore: move save_blocks to StorageWriter #9991

merged 7 commits into from
Aug 1, 2024

Conversation

joshieDo
Copy link
Collaborator

@joshieDo joshieDo commented Aug 1, 2024

Also adds StorageWriter::commit & StorageWriter::commit_unwind

@joshieDo joshieDo added A-db Related to the database A-static-files Related to static files labels Aug 1, 2024
@@ -44,6 +51,11 @@ impl<'a, TX, SF> StorageWriter<'a, TX, SF> {
Self { database, static_file }
}

/// Creates a new instance of [`StorageWriter`] a database provider and a static file instance
pub const fn from(database: &'a DatabaseProvider<TX>, static_file: SF) -> Self {
Self::new(Some(database), Some(static_file))
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we even need the options if we now have generics for the writer fields?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

probably not, i was already thinking of deleting them in a follow-up

@joshieDo joshieDo enabled auto-merge August 1, 2024 16:00
@joshieDo joshieDo added this pull request to the merge queue Aug 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Aug 1, 2024
@joshieDo joshieDo enabled auto-merge August 1, 2024 16:16
@joshieDo joshieDo added this pull request to the merge queue Aug 1, 2024
Merged via the queue into main with commit f3fac56 Aug 1, 2024
33 checks passed
@joshieDo joshieDo deleted the joshie/svbsw branch August 1, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Related to the database A-static-files Related to static files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants