Skip to content

Commit

Permalink
Add notes for new state historical accumulators
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Jan 4, 2023
1 parent 0f07cdc commit 118daae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specs/capella/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ to validator withdrawals. Including:
* Operation to change from `BLS_WITHDRAWAL_PREFIX` to
`ETH1_ADDRESS_WITHDRAWAL_PREFIX` versioned withdrawal credentials to enable withdrawals for a validator.

Another new feature is the new state/block historical accumulators. It becomes possible to validate
the entire block history that led up to that particular state without executing the transitions
and checking them one by one in backward order using a parent chain.

## Custom types

We define the following Python custom types for type hinting and readability:
Expand Down

0 comments on commit 118daae

Please sign in to comment.