From 18fc4edfd48fa7a3d0947e2d4c5a51da03aa9f7f Mon Sep 17 00:00:00 2001 From: protolambda Date: Wed, 31 Jul 2019 02:16:41 +0200 Subject: [PATCH] reword to 'also available as .ssz' --- specs/test_formats/epoch_processing/README.md | 4 ++-- specs/test_formats/genesis/initialization.md | 2 +- specs/test_formats/operations/README.md | 6 +++--- specs/test_formats/sanity/blocks.md | 4 ++-- specs/test_formats/sanity/slots.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specs/test_formats/epoch_processing/README.md b/specs/test_formats/epoch_processing/README.md index 437604cdf..d5b5e2c6d 100644 --- a/specs/test_formats/epoch_processing/README.md +++ b/specs/test_formats/epoch_processing/README.md @@ -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 diff --git a/specs/test_formats/genesis/initialization.md b/specs/test_formats/genesis/initialization.md index 59ba6abe1..17c87f66e 100644 --- a/specs/test_formats/genesis/initialization.md +++ b/specs/test_formats/genesis/initialization.md @@ -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` diff --git a/specs/test_formats/operations/README.md b/specs/test_formats/operations/README.md index 7b963b520..15c6b838f 100644 --- a/specs/test_formats/operations/README.md +++ b/specs/test_formats/operations/README.md @@ -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`. ### `.yaml` A YAML-encoded operation object, e.g. a `ProposerSlashing`, or `Deposit`. -A `.ssz` is also available as substitute. +Also available as `.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 diff --git a/specs/test_formats/sanity/blocks.md b/specs/test_formats/sanity/blocks.md index 1a32105a3..2b50d19ca 100644 --- a/specs/test_formats/sanity/blocks.md +++ b/specs/test_formats/sanity/blocks.md @@ -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_.yaml` @@ -33,7 +33,7 @@ Each block is also available as `blocks_.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 diff --git a/specs/test_formats/sanity/slots.md b/specs/test_formats/sanity/slots.md index c41a56c49..353287ee2 100644 --- a/specs/test_formats/sanity/slots.md +++ b/specs/test_formats/sanity/slots.md @@ -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