Skip to content

Commit

Permalink
chore(storage): bump storage version after state_diff_length and rece…
Browse files Browse the repository at this point in the history
…ipts_commitment PR (#1827)
  • Loading branch information
ShahakShama authored Mar 25, 2024
1 parent 3519176 commit b280a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/papyrus_storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b280a2f

Please sign in to comment.