mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 11:44:41 +00:00
Add notes on custody game spec funcs
This commit is contained in:
parent
465f6cb7f0
commit
589d5a4f9a
@ -644,7 +644,6 @@ def process_epoch(state: BeaconState) -> None:
|
||||
process_rewards_and_penalties(state)
|
||||
process_registry_updates(state)
|
||||
process_reveal_deadlines(state)
|
||||
process_challenge_deadlines(state)
|
||||
process_slashings(state)
|
||||
process_final_updates(state)
|
||||
process_custody_final_updates(state)
|
||||
@ -652,6 +651,10 @@ def process_epoch(state: BeaconState) -> None:
|
||||
process_light_client_committee_updates(state)
|
||||
```
|
||||
|
||||
#### Custody game updates
|
||||
|
||||
`process_reveal_deadlines` and `process_custody_final_updates` are defined in [the Custody Game spec](./1_custody-game.md),
|
||||
|
||||
#### Online-tracking
|
||||
|
||||
```python
|
||||
|
Loading…
x
Reference in New Issue
Block a user