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: turn static file field generic on StorageWriter #9980

Merged
merged 4 commits into from
Aug 1, 2024
Merged

Conversation

joshieDo
Copy link
Collaborator

@joshieDo joshieDo commented Aug 1, 2024

Allows more flexiblity. eg. StorageWriter<TX, StaticFileProvider> which can use multiple writers in its impl. This will be used to port PersistenceAction::SaveBlocks into StorageWriter

@joshieDo joshieDo added A-db Related to the database A-static-files Related to static files labels Aug 1, 2024
@joshieDo joshieDo requested a review from mattsse August 1, 2024 11:54
crates/storage/errors/src/writer.rs Outdated Show resolved Hide resolved
crates/storage/provider/src/writer/mod.rs Outdated Show resolved Hide resolved
joshieDo and others added 2 commits August 1, 2024 13:56
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
@joshieDo joshieDo added this pull request to the merge queue Aug 1, 2024
Merged via the queue into main with commit 1ba8eb8 Aug 1, 2024
32 checks passed
@joshieDo joshieDo deleted the joshie/gens branch August 1, 2024 13:34
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.

3 participants