Skip to content

Commit

Permalink
Merge pull request #2952 from ethereum/ralexstokes-patch-1
Browse files Browse the repository at this point in the history
Update `transition` spec test README to include `bellatrix` tests
  • Loading branch information
hwwhww authored Jul 23, 2022
2 parents 6657c22 + 7e54cd0 commit d89c9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/formats/transition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d89c9d1

Please sign in to comment.