From 139117d64784b5ff0d5242436917a548999fabd4 Mon Sep 17 00:00:00 2001 From: protolambda Date: Sat, 22 May 2021 19:00:55 +0200 Subject: [PATCH] update epoch processing test vector format docs --- tests/formats/epoch_processing/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/formats/epoch_processing/README.md b/tests/formats/epoch_processing/README.md index d9abcaf98..33ec79290 100644 --- a/tests/formats/epoch_processing/README.md +++ b/tests/formats/epoch_processing/README.md @@ -33,7 +33,7 @@ The provided pre-state is already transitioned to just before the specific sub-t Sub-transitions: - `justification_and_finalization` -- `inactivity_penalty_updates` +- `inactivity_penalty_updates` (Altair) - `rewards_and_penalties` - `registry_updates` - `slashings` @@ -42,7 +42,8 @@ Sub-transitions: - `slashings_reset` - `randao_mixes_reset` - `historical_roots_update` -- `participation_record_updates` -- `sync_committee_updates` +- `participation_record_updates` (Phase 0 only) +- `participation_flag_updates` (Altair) +- `sync_committee_updates` (Altair) The resulting state should match the expected `post` state.