mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 14:28:22 +00:00
reword to 'also available as <name>.ssz'
This commit is contained in:
parent
d0985dbb5b
commit
18fc4edfd4
@ -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
|
||||
|
||||
|
@ -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`
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user