update epoch processing test vector format docs

This commit is contained in:
protolambda 2021-05-22 19:00:55 +02:00
parent ed912f599e
commit 139117d647
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 4 additions and 3 deletions

View File

@ -33,7 +33,7 @@ The provided pre-state is already transitioned to just before the specific sub-t
Sub-transitions: Sub-transitions:
- `justification_and_finalization` - `justification_and_finalization`
- `inactivity_penalty_updates` - `inactivity_penalty_updates` (Altair)
- `rewards_and_penalties` - `rewards_and_penalties`
- `registry_updates` - `registry_updates`
- `slashings` - `slashings`
@ -42,7 +42,8 @@ Sub-transitions:
- `slashings_reset` - `slashings_reset`
- `randao_mixes_reset` - `randao_mixes_reset`
- `historical_roots_update` - `historical_roots_update`
- `participation_record_updates` - `participation_record_updates` (Phase 0 only)
- `sync_committee_updates` - `participation_flag_updates` (Altair)
- `sync_committee_updates` (Altair)
The resulting state should match the expected `post` state. The resulting state should match the expected `post` state.