Merge in fix of bls-setting doc, rm old comments

This commit is contained in:
protolambda
2019-05-28 18:04:16 +02:00
2 changed files with 0 additions and 8 deletions

View File

@@ -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,

View File

@@ -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,