Remove some old comments about BLS setting. Description is shared in main readme now.

This commit is contained in:
protolambda 2019-05-28 18:02:09 +02:00
parent 6ffd41650b
commit d036b5a87a
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
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,