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
7bea0f36
Commit
7bea0f36
authored
Nov 03, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a bunch of newlines
parent
d900d4e7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
9 deletions
+5
-9
kurtosis.mod
kurtosis.mod
+1
-1
main.star
main.star
+2
-2
build.sh
scripts/build.sh
+1
-1
cl_genesis_data.star
.../prelaunch_data_generator/cl_genesis/cl_genesis_data.star
+0
-3
cl_validator_keystore_generator.star
..._validator_keystores/cl_validator_keystore_generator.star
+1
-2
No files found.
kurtosis.mod
View file @
7bea0f36
main.star
View file @
7bea0f36
load("github.com/kurtosis-tech/eth2-module/src/participant_network/prelaunch_data_generator/gen
esis_constants/genesis_con
stants.star", "PRE_FUNDED_ACCOUNTS")
load("github.com/kurtosis-tech/eth2-module/src/participant_network/prelaunch_data_generator/gen
k
stants.star", "PRE_FUNDED_ACCOUNTS")
load("github.com/kurtosis-tech/eth2-module/src/participant_network/participant_network.star", "launch_participant_network")
...
...
scripts/build.sh
View file @
7bea0f36
src/participant_network/prelaunch_data_generator/cl_genesis/cl_genesis_data.star
View file @
7bea0f36
...
...
@@ -10,6 +10,3 @@ def new_cl_genesis_data(
config_yml_rel_filepath = config_yml_rel_filepath,
genesis_ssz_rel_filepath = genesis_ssz_rel_filepath,
)
\ No newline at end of file
src/participant_network/prelaunch_data_generator/cl_validator_keystores/cl_validator_keystore_generator.star
View file @
7bea0f36
...
...
@@ -43,7 +43,6 @@ def generate_cl_validator_keystores(
all_output_dirpaths = []
all_sub_command_strs = []
# TODO Parallelize this to increase perf, which will require Docker exec operations not holding the Kurtosis mutex!
start_index = 0
stop_index = num_validators_per_node
...
...
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