storable blobs

This commit is contained in:
Daniel Knopik
2022-09-17 15:58:52 +02:00
parent 36a0add0cd
commit d4d40be870
3 changed files with 36 additions and 0 deletions

View File

@@ -171,6 +171,8 @@ pub enum DBColumn {
BeaconMeta,
#[strum(serialize = "blk")]
BeaconBlock,
#[strum(serialize = "blo")]
BeaconBlob,
/// For full `BeaconState`s in the hot database (finalized or fork-boundary states).
#[strum(serialize = "ste")]
BeaconState,