From e864c2e92ec9880b94c8cb2269c5140eef47fedb Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Thu, 15 Aug 2019 15:37:51 +0200 Subject: [PATCH] Offer import YAML option instead of calculating --- interop/mocked_start/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interop/mocked_start/README.md b/interop/mocked_start/README.md index b06a8a3..d26f7a4 100644 --- a/interop/mocked_start/README.md +++ b/interop/mocked_start/README.md @@ -2,6 +2,8 @@ ## Pubkey/privkey generation +There is a compute/storage tradeoff to be made here between calculating the required validators and reading them from a YAML file (which doubles as the test vectors) and it is left up to implementors to choose which they prefer. + The following script is used to generated pubkey/privkeys for the first `N` validators. The `i`-th deposit/validator index uses the `validator_index_to_pubkey[i]` pubkey and associated privkey. ```python