Add notes for new state historical accumulators

This commit is contained in:
Hsiao-Wei Wang 2023-01-04 17:54:59 +08:00
parent 0f07cdcf72
commit 118daae6d9
No known key found for this signature in database
GPG Key ID: AE3D6B174F971DE4

View File

@ -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: