diff --git a/AllTests-mainnet.md b/AllTests-mainnet.md index 45848fdb3..57bf01b94 100644 --- a/AllTests-mainnet.md +++ b/AllTests-mainnet.md @@ -604,8 +604,10 @@ OK: 6/6 Fail: 0/6 Skip: 0/6 ```diff + Doppelganger for genesis validator 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 ```diff + 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 ---TOTAL--- -OK: 393/398 Fail: 0/398 Skip: 5/398 +OK: 395/400 Fail: 0/400 Skip: 5/400 diff --git a/docs/the_nimbus_book/src/options.md b/docs/the_nimbus_book/src/options.md index 8c998f7d6..772044acc 100644 --- a/docs/the_nimbus_book/src/options.md +++ b/docs/the_nimbus_book/src/options.md @@ -34,6 +34,7 @@ The following options are available: -d, --data-dir The directory where nimbus will store all blockchain data. --validators-dir A directory containing validator keystores. --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. --wallets-dir A directory containing wallet files. --web3-url One or more execution layer Engine API URLs.