mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 16:14:58 -05:00
Update specs/capella/beacon-chain.md
This commit is contained in:
@@ -53,9 +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.
|
||||
Another new feature is the new independent state and block historical accumulators
|
||||
that replace the original singular historical roots. With these accumulators, it becomes possible to validate
|
||||
the entire block history that led up to that particular state without any additional information
|
||||
beyond the state and the blocks.
|
||||
|
||||
## Custom types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user