From 0789eedb1f77c418944a2cc7047edd95256d983d Mon Sep 17 00:00:00 2001 From: Gyanendra Mishra Date: Wed, 16 Aug 2023 15:04:27 +0100 Subject: [PATCH] fix: move parallel keystore generation to global config (#130) Changelog picked up from commits here: fix: move parallel keystore generation to global config --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2069db091..99e688d32 100644 --- a/README.md +++ b/README.md @@ -148,11 +148,7 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam "preregistered_validator_keys_mnemonic": "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete", // The deneb for epoch -- arbitrarily large while we sort out https://github.com/kurtosis-tech/eth-network-package/issues/42 this will take 53~ hours for now - "deneb_for_epoch": 500, - - // Parallelizes keystore generation so that each node has keystores being generated in their own container - // This will result in a large number of containers being spun up than normal. We advise users to only enable this on a sufficiently large machine or in the cloud as it can be resource consuming on a single machine. - "parallel_keystore_generation": false, + "deneb_for_epoch": 500 }, // True by defaults such that in addition to the Ethereum network: @@ -182,6 +178,11 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam // EngineAPI Snooper "snooper_enabled": false, + // Parallelizes keystore generation so that each node has keystores being generated in their own container + // This will result in a large number of containers being spun up than normal. We advise users to only enable this on a sufficiently large machine or in the cloud as it can be resource consuming on a single machine. + "parallel_keystore_generation": false, + + // Supports three valeus // Default: None - no mev boost, mev builder, mev flood or relays are spun up // mock - mock-builder & mev-boost are spun up