Merge pull request #3186 from ethereum/capella-note

Add notes for new state historical accumulators
This commit is contained in:
Danny Ryan 2023-01-06 10:13:32 -05:00 committed by GitHub
commit d5c24dc731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ 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 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
We define the following Python custom types for type hinting and readability: