Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 6, 2023
1 parent f9f3fd9 commit 2c70d31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/beacon-node/src/db/buckets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export enum Bucket {
allForks_blobSidecars = 27, // DENEB BeaconBlockRoot -> BlobSidecars
allForks_blobSidecarsArchive = 28, // DENEB BeaconBlockSlot -> BlobSidecars

phase0_preGenesisState = 30, // Single = phase0.BeaconState
phase0_preGenesisStateLastProcessedBlock = 31, // Single = Uint8

// Lightclient server
// altair_bestUpdatePerCommitteePeriod = 30, // DEPRECATED on v0.32.0
// altair_latestFinalizedUpdate = 31, // DEPRECATED on v0.32.0
Expand Down

0 comments on commit 2c70d31

Please sign in to comment.