Update specs/capella/beacon-chain.md

This commit is contained in:
Danny Ryan 2023-01-06 08:06:39 -07:00 committed by GitHub
parent 118daae6d9
commit d679b2e80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -53,9 +53,10 @@ to validator withdrawals. Including:
* Operation to change from `BLS_WITHDRAWAL_PREFIX` to * Operation to change from `BLS_WITHDRAWAL_PREFIX` to
`ETH1_ADDRESS_WITHDRAWAL_PREFIX` versioned withdrawal credentials to enable withdrawals for a validator. `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 Another new feature is the new independent state and block historical accumulators
the entire block history that led up to that particular state without executing the transitions that replace the original singular historical roots. With these accumulators, it becomes possible to validate
and checking them one by one in backward order using a parent chain. the entire block history that led up to that particular state without any additional information
beyond the state and the blocks.
## Custom types ## Custom types