Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/db/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export enum Bucket {
// TODO: May be redundant to block stores
lightClient_checkpointHeader = 53, // BlockRoot -> phase0.BeaconBlockHeader
// 54 was for bestPartialLightClientUpdate, allocate a fresh one
lightClient_bestLightClientUpdate = 55, // SyncPeriod -> LightClientUpdate
// lightClient_bestLightClientUpdate = 55, // SyncPeriod -> LightClientUpdate // DEPRECATED on v1.5.0
lightClient_bestLightClientUpdate = 56, // SyncPeriod -> [Slot, LightClientUpdate]

validator_metaData = 41,

Expand Down