commit
4362355486
|
@ -5,7 +5,7 @@ Epoch processing covers the sub-transitions during an epoch change.
|
||||||
An epoch-processing test-runner can consume these sub-transition test-suites,
|
An epoch-processing test-runner can consume these sub-transition test-suites,
|
||||||
and handle different kinds of epoch sub-transitions by processing the cases using the specified test handler.
|
and handle different kinds of epoch sub-transitions by processing the cases using the specified test handler.
|
||||||
|
|
||||||
Information on the format of the tests can be found in the [epoch-processing test formats documentation](../../specs/test_formats/epoch_processing/README.md).
|
Information on the format of the tests can be found in the [epoch-processing test formats documentation](../../formats/epoch_processing/README.md).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ Operations (or "transactions" in previous spec iterations),
|
||||||
An operation test-runner can consume these operation test-suites,
|
An operation test-runner can consume these operation test-suites,
|
||||||
and handle different kinds of operations by processing the cases using the specified test handler.
|
and handle different kinds of operations by processing the cases using the specified test handler.
|
||||||
|
|
||||||
Information on the format of the tests can be found in the [operations test formats documentation](../../specs/test_formats/operations/README.md).
|
Information on the format of the tests can be found in the [operations test formats documentation](../../formats/operations/README.md).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Sanity tests cover regular state-transitions in a common block-list format, to ensure the basics work.
|
Sanity tests cover regular state-transitions in a common block-list format, to ensure the basics work.
|
||||||
|
|
||||||
Information on the format of the tests can be found in the [sanity test formats documentation](../../specs/test_formats/sanity/README.md).
|
Information on the format of the tests can be found in the [sanity test formats documentation](../../formats/sanity/README.md).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
The purpose of this test-generator is to provide test-vectors for the most important applications of SSZ:
|
The purpose of this test-generator is to provide test-vectors for the most important applications of SSZ:
|
||||||
the serialization and hashing of Eth2 data types.
|
the serialization and hashing of Eth2 data types.
|
||||||
|
|
||||||
Test-format documentation can be found [here](../../specs/test_formats/ssz_static/README.md).
|
Test-format documentation can be found [here](../../formats/ssz_static/README.md).
|
||||||
|
|
Loading…
Reference in New Issue