From b280a2f2b2ffe586162beaeb47e2831e98397c74 Mon Sep 17 00:00:00 2001 From: ShahakShama <70578257+ShahakShama@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:58:07 +0200 Subject: [PATCH] chore(storage): bump storage version after state_diff_length and receipts_commitment PR (#1827) --- crates/papyrus_storage/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/papyrus_storage/src/lib.rs b/crates/papyrus_storage/src/lib.rs index 8c55a63475..549e8f08d7 100644 --- a/crates/papyrus_storage/src/lib.rs +++ b/crates/papyrus_storage/src/lib.rs @@ -141,7 +141,7 @@ pub const STORAGE_VERSION_STATE: Version = Version { major: 0, minor: 13 }; /// Major change requires a re-sync, minor change means a versioned value changed an re-sync is not /// required. /// This version is only checked for storages that store transactions (StorageScope::FullArchive). -pub const STORAGE_VERSION_BLOCKS: Version = Version { major: 1, minor: 0 }; +pub const STORAGE_VERSION_BLOCKS: Version = Version { major: 1, minor: 1 }; /// Opens a storage and returns a [`StorageReader`] and a [`StorageWriter`]. pub fn open_storage(