Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
060fd8fb
Unverified
Commit
060fd8fb
authored
Jan 08, 2024
by
Barnabas Busa
Committed by
GitHub
Jan 08, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: parallel key generation (#423)
parent
933a3133
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
validator_keystore_generator.star
...tor/validator_keystores/validator_keystore_generator.star
+8
-0
No files found.
src/prelaunch_data_generator/validator_keystores/validator_keystore_generator.star
View file @
060fd8fb
...
...
@@ -226,6 +226,14 @@ def generate_valdiator_keystores_in_parallel(plan, mnemonic, participants):
stop_index,
generation_finished_filepath,
)
teku_permissions_cmd = (
" && chmod 777 -R " + output_dirpath + "/" + TEKU_KEYS_DIRNAME
)
raw_secret_permissions_cmd = (
" && chmod 0600 -R " + output_dirpath + "/" + RAW_SECRETS_DIRNAME
)
generate_keystores_cmd += teku_permissions_cmd
generate_keystores_cmd += raw_secret_permissions_cmd
all_generation_commands.append(generate_keystores_cmd)
all_output_dirpaths.append(output_dirpath)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment