From 7e54cd09b03b8fe047f4faa3af7f39c07668a1a2 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Fri, 22 Jul 2022 13:15:46 -0600 Subject: [PATCH] Update README.md --- tests/formats/transition/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/formats/transition/README.md b/tests/formats/transition/README.md index 37df65539..41a5bc01d 100644 --- a/tests/formats/transition/README.md +++ b/tests/formats/transition/README.md @@ -8,6 +8,7 @@ Clients should assume forks happen sequentially in the following manner: 0. `phase0` 1. `altair` +2. `bellatrix` For example, if a test case has `post_fork` of `altair`, the test consumer should assume the test begins in `phase0` and use that specification to process the initial state and any blocks up until the fork epoch. After the fork happens, the test consumer should use the specification according to the `altair` fork to process the remaining data.