Use schema v20 for tree-states

This commit is contained in:
Michael Sproul
2022-05-24 10:37:39 +10:00
parent 3d295b4eb3
commit b774a1c3f1
3 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ use ssz::{Decode, Encode};
use ssz_derive::{Decode, Encode};
use types::{Checkpoint, Hash256, Slot};
pub const CURRENT_SCHEMA_VERSION: SchemaVersion = SchemaVersion(10);
pub const CURRENT_SCHEMA_VERSION: SchemaVersion = SchemaVersion(20);
// All the keys that get stored under the `BeaconMeta` column.
//