Skip to content

Commit

Permalink
chore(db): Remove storage logs dedup migration artifacts (matter-labs…
Browse files Browse the repository at this point in the history
…#1391)

## What ❔

- Removes artifacts associated with the storage logs dedup migration.
- Does some other minor chores regarding DAL (more error propagation,
guaranteeing lossless conversions, etc.).

## Why ❔

The storage logs dedup migration was completed on all environments.
Artifacts supporting it are now obsolete and can be removed from the
codebase.

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `zk spellcheck`.
- [x] Linkcheck has been run via `zk linkcheck`.
  • Loading branch information
slowli authored Mar 13, 2024
1 parent 702e739 commit 1422481
Show file tree
Hide file tree
Showing 49 changed files with 431 additions and 872 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
"core/bin/external_node",
"core/bin/merkle_tree_consistency_checker",
"core/bin/snapshots_creator",
"core/bin/storage_logs_dedup_migration",
"core/bin/system-constants-generator",
"core/bin/verified_sources_fetcher",
"core/bin/zksync_server",
Expand Down
21 changes: 0 additions & 21 deletions core/bin/storage_logs_dedup_migration/Cargo.toml

This file was deleted.

66 changes: 0 additions & 66 deletions core/bin/storage_logs_dedup_migration/src/consistency.rs

This file was deleted.

172 changes: 0 additions & 172 deletions core/bin/storage_logs_dedup_migration/src/main.rs

This file was deleted.

This file was deleted.

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.

Loading

0 comments on commit 1422481

Please sign in to comment.