Skip to content

Commit

Permalink
Try BeaconStates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Dec 17, 2024
1 parent 4a3bf70 commit 4762c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/advanced_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ more detail below).
The full states upon which blocks are replayed are referred to as _snapshots_ in the case of the
freezer DB, and _epoch boundary states_ in the case of the hot DB.

The frequency at which the hot database stores full `BeaconState` is fixed to one-state-per-epoch
The frequency at which the hot database stores full `BeaconState`s is fixed to one-state-per-epoch
in order to keep loads of recent states performant. For the freezer DB, the frequency is
configurable via the `--hierarchy-exponents` CLI flag, which is the topic of the next section.

Expand Down

0 comments on commit 4762c04

Please sign in to comment.