Update README.md

This commit is contained in:
Alex Stokes 2022-07-22 13:15:46 -06:00 committed by GitHub
parent 6657c22ce2
commit 7e54cd09b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Clients should assume forks happen sequentially in the following manner:
0. `phase0` 0. `phase0`
1. `altair` 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. 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.