reword to 'also available as <name>.ssz'

This commit is contained in:
protolambda 2019-07-31 02:16:41 +02:00
parent d0985dbb5b
commit 18fc4edfd4
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
5 changed files with 10 additions and 10 deletions

View File

@ -19,14 +19,14 @@ bls_setting: int -- see general test-format spec.
A YAML-encoded `BeaconState`, the state before running the epoch sub-transition.
A `pre.ssz` is also available as substitute.
Also available as `pre.ssz`.
### `post.yaml`
A YAML-encoded `BeaconState`, the state after applying the epoch sub-transition.
A `post.ssz` is also available as substitute.
Also available as `post.ssz`.
## Condition

View File

@ -8,7 +8,7 @@ Tests the initialization of a genesis state based on Eth1 data.
A `Bytes32` hex encoded, with prefix 0x. The root of the Eth-1 block.
A `eth1_block_hash.ssz` is available as substitute.
Also available as `eth1_block_hash.ssz`.
### `eth1_timestamp.yaml`

View File

@ -16,19 +16,19 @@ bls_setting: int -- see general test-format spec.
A YAML-encoded `BeaconState`, the state before applying the operation.
A `pre.ssz` is also available as substitute.
Also available as `pre.ssz`.
### `<operation-name>.yaml`
A YAML-encoded operation object, e.g. a `ProposerSlashing`, or `Deposit`.
A `<operation-name>.ssz` is also available as substitute.
Also available as `<operation-name>.ssz`.
### `post.yaml`
A YAML-encoded `BeaconState`, the state after applying the operation. No value if operation processing is aborted.
A `post.ssz` is also available as substitute.
Also available as `post.ssz`.
## Condition

View File

@ -17,7 +17,7 @@ blocks_count: int -- the number of blocks processed in this test.
A YAML-encoded `BeaconState`, the state before running the block transitions.
A `pre.ssz` is also available as substitute.
Also available as `pre.ssz`.
### `blocks_<index>.yaml`
@ -33,7 +33,7 @@ Each block is also available as `blocks_<index>.ssz`
A YAML-encoded `BeaconState`, the state after applying the block transitions.
A `post.ssz` is also available as substitute.
Also available as `post.ssz`.
## Condition

View File

@ -16,7 +16,7 @@ bls_setting: int -- see general test-format spec.
A YAML-encoded `BeaconState`, the state before running the transitions.
A `pre.ssz` is also available as substitute.
Also available as `pre.ssz`.
### `slots.yaml`
@ -27,7 +27,7 @@ An integer. The amount of slots to process (i.e. the difference in slots between
A YAML-encoded `BeaconState`, the state after applying the transitions.
A `post.ssz` is also available as substitute.
Also available as `post.ssz`.
### Processing