From d036b5a87a319f463259ecbc3f89b20526b0b849 Mon Sep 17 00:00:00 2001 From: protolambda Date: Tue, 28 May 2019 18:02:09 +0200 Subject: [PATCH] Remove some old comments about BLS setting. Description is shared in main readme now. --- specs/test_formats/epoch_processing/README.md | 4 ---- specs/test_formats/operations/README.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/specs/test_formats/epoch_processing/README.md b/specs/test_formats/epoch_processing/README.md index d3dbfcbd9..6384a0eda 100644 --- a/specs/test_formats/epoch_processing/README.md +++ b/specs/test_formats/epoch_processing/README.md @@ -14,10 +14,6 @@ pre: BeaconState -- state before running the sub-transition post: BeaconState -- state after applying the epoch sub-transition. ``` -Note: if both `bls_required` and `bls_ignored` are false (or simply not included), - then the test consumer can freely choose to run with BLS ON or OFF. -One may choose for OFF for performance reasons during repeated testing. Otherwise it is recommended to run with BLS ON. - ## Condition A handler of the `epoch_processing` test-runner should process these cases, diff --git a/specs/test_formats/operations/README.md b/specs/test_formats/operations/README.md index 04e24ddad..32cf880b3 100644 --- a/specs/test_formats/operations/README.md +++ b/specs/test_formats/operations/README.md @@ -12,10 +12,6 @@ pre: BeaconState -- state before applying the operation post: BeaconState -- state after applying the operation. No value if operation processing is aborted. ``` -Note: if both `bls_required` and `bls_ignored` are false (or simply not included), - then the test consumer can freely choose to run with BLS ON or OFF. -One may choose for OFF for performance reasons during repeated testing. Otherwise it is recommended to run with BLS ON. - ## Condition A handler of the `operations` test-runner should process these cases,