mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 22:38:11 +00:00
Remove some old comments about BLS setting. Description is shared in main readme now.
This commit is contained in:
parent
6ffd41650b
commit
d036b5a87a
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user