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

feat(db): Soft-remove storage table #982

Merged
merged 13 commits into from
Feb 6, 2024
2 changes: 1 addition & 1 deletion core/bin/snapshots_creator/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async fn prepare_postgres(
create_miniblock(conn, MiniblockNumber(block_number), logs.clone()).await;

let factory_deps = gen_factory_deps(rng, 10);
conn.storage_dal()
conn.factory_deps_dal()
.insert_factory_deps(MiniblockNumber(block_number), &factory_deps)
.await
.unwrap();
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

83 changes: 0 additions & 83 deletions core/lib/dal/src/accounts_dal.rs

This file was deleted.

Loading
Loading