lighthouse/scripts
Jimmy Chen fe3bd03234 Fix local testnet to generate keys in the correct folders (#4752)
Fix local testnet to generate keys in the correct folders when `BN_COUNT` and `VC_COUNT` don't match.

The current script place the generated validator keys in validator folders based on the `BN_COUNT` config, e.g. `node_1/validators`, `node_2/validators`..etc. We should be using `VC_COUNT` here instead, otherwise the number of validator clients may not match the number of directories generated, and would result in either:
1. a VC not having any keys  (when `BN_COUNT` < `VC_COUNT`)
2. a validator key directory not being used (when `BN_COUNT` > `VC_COUNT`).
2023-09-21 00:26:56 +00:00
..
local_testnet Fix local testnet to generate keys in the correct folders (#4752) 2023-09-21 00:26:56 +00:00
tests Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
change_version.sh Release v0.3.4 (#1894) 2020-11-13 06:06:35 +00:00