mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-10 17:46:54 +00:00
Add notes for new state historical accumulators
This commit is contained in:
parent
0f07cdcf72
commit
118daae6d9
@ -53,6 +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
|
||||||
|
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
|
## Custom types
|
||||||
|
|
||||||
We define the following Python custom types for type hinting and readability:
|
We define the following Python custom types for type hinting and readability:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user