Fix AllTests and Options.
This commit is contained in:
parent
96b95f4f81
commit
17a705ff45
|
@ -604,8 +604,10 @@ OK: 6/6 Fail: 0/6 Skip: 0/6
|
||||||
```diff
|
```diff
|
||||||
+ Doppelganger for genesis validator OK
|
+ Doppelganger for genesis validator OK
|
||||||
+ Doppelganger for validator that activates in same epoch as check OK
|
+ Doppelganger for validator that activates in same epoch as check OK
|
||||||
|
+ Dynamic validator set: queryValidatorsSource() test OK
|
||||||
|
+ Dynamic validator set: updateDynamicValidators() test OK
|
||||||
```
|
```
|
||||||
OK: 2/2 Fail: 0/2 Skip: 0/2
|
OK: 4/4 Fail: 0/4 Skip: 0/4
|
||||||
## Zero signature sanity checks
|
## Zero signature sanity checks
|
||||||
```diff
|
```diff
|
||||||
+ SSZ serialization roundtrip of SignedBeaconBlockHeader OK
|
+ SSZ serialization roundtrip of SignedBeaconBlockHeader OK
|
||||||
|
@ -700,4 +702,4 @@ OK: 2/2 Fail: 0/2 Skip: 0/2
|
||||||
OK: 9/9 Fail: 0/9 Skip: 0/9
|
OK: 9/9 Fail: 0/9 Skip: 0/9
|
||||||
|
|
||||||
---TOTAL---
|
---TOTAL---
|
||||||
OK: 393/398 Fail: 0/398 Skip: 5/398
|
OK: 395/400 Fail: 0/400 Skip: 5/400
|
||||||
|
|
|
@ -34,6 +34,7 @@ The following options are available:
|
||||||
-d, --data-dir The directory where nimbus will store all blockchain data.
|
-d, --data-dir The directory where nimbus will store all blockchain data.
|
||||||
--validators-dir A directory containing validator keystores.
|
--validators-dir A directory containing validator keystores.
|
||||||
--validators-source Remote Web3Signer URL that will be used as a source of validators.
|
--validators-source Remote Web3Signer URL that will be used as a source of validators.
|
||||||
|
--validators-source-interval Number of minutes between validator list updates [=60].
|
||||||
--secrets-dir A directory containing validator keystore passwords.
|
--secrets-dir A directory containing validator keystore passwords.
|
||||||
--wallets-dir A directory containing wallet files.
|
--wallets-dir A directory containing wallet files.
|
||||||
--web3-url One or more execution layer Engine API URLs.
|
--web3-url One or more execution layer Engine API URLs.
|
||||||
|
|
Loading…
Reference in New Issue