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
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
14 deletions
+10
-14
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
generate_keystores_result.star
...tor/cl_validator_keystores/generate_keystores_result.star
+1
-1
el_genesis_data.star
.../prelaunch_data_generator/el_genesis/el_genesis_data.star
+1
-1
el_genesis_data_generator.star
..._data_generator/el_genesis/el_genesis_data_generator.star
+1
-1
prelaunch_data_generator_launcher.star
...generator_launcher/prelaunch_data_generator_launcher.star
+1
-1
shared_utils.star
src/shared_utils/shared_utils.star
+1
-1
No files found.
kurtosis.mod
View file @
7bea0f36
module:
module:
name: "github.com/kurtosis-tech/eth2-module"
name: "github.com/kurtosis-tech/eth2-module"
\ No newline at end of file
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")
load("github.com/kurtosis-tech/eth2-module/src/participant_network/participant_network.star", "launch_participant_network")
...
@@ -15,4 +15,4 @@ def new_network_params():
...
@@ -15,4 +15,4 @@ def new_network_params():
network_id = "3151908",
network_id = "3151908",
deposit_contract_address = "0x4242424242424242424242424242424242424242",
deposit_contract_address = "0x4242424242424242424242424242424242424242",
seconds_per_slot = 12,
seconds_per_slot = 12,
)
)
\ No newline at end of file
scripts/build.sh
View file @
7bea0f36
...
@@ -13,4 +13,4 @@ root_dirpath="$(dirname "${script_dirpath}")"
...
@@ -13,4 +13,4 @@ root_dirpath="$(dirname "${script_dirpath}")"
if
!
"kurtosis"
"startosis"
"exec"
"
${
root_dirpath
}
"
;
then
if
!
"kurtosis"
"startosis"
"exec"
"
${
root_dirpath
}
"
;
then
echo
"Error: running the startosis script"
echo
"Error: running the startosis script"
fi
fi
\ No newline at end of file
src/participant_network/prelaunch_data_generator/cl_genesis/cl_genesis_data.star
View file @
7bea0f36
...
@@ -10,6 +10,3 @@ def new_cl_genesis_data(
...
@@ -10,6 +10,3 @@ def new_cl_genesis_data(
config_yml_rel_filepath = config_yml_rel_filepath,
config_yml_rel_filepath = config_yml_rel_filepath,
genesis_ssz_rel_filepath = genesis_ssz_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(
...
@@ -43,7 +43,6 @@ def generate_cl_validator_keystores(
all_output_dirpaths = []
all_output_dirpaths = []
all_sub_command_strs = []
all_sub_command_strs = []
# TODO Parallelize this to increase perf, which will require Docker exec operations not holding the Kurtosis mutex!
start_index = 0
start_index = 0
stop_index = num_validators_per_node
stop_index = num_validators_per_node
...
@@ -110,4 +109,4 @@ def generate_cl_validator_keystores(
...
@@ -110,4 +109,4 @@ def generate_cl_validator_keystores(
keystore_files,
keystore_files,
)
)
return result
return result
\ No newline at end of file
src/participant_network/prelaunch_data_generator/cl_validator_keystores/generate_keystores_result.star
View file @
7bea0f36
...
@@ -10,4 +10,4 @@ def new_generate_keystores_result(prysm_password_artifact_uuid, prysm_password_r
...
@@ -10,4 +10,4 @@ def new_generate_keystores_result(prysm_password_artifact_uuid, prysm_password_r
# Contains keystores-per-client-type for each node in the network
# Contains keystores-per-client-type for each node in the network
PerNodeKeystores = per_node_keystores
PerNodeKeystores = per_node_keystores
)
)
\ No newline at end of file
src/participant_network/prelaunch_data_generator/el_genesis/el_genesis_data.star
View file @
7bea0f36
...
@@ -13,4 +13,4 @@ def new_el_genesis_data(
...
@@ -13,4 +13,4 @@ def new_el_genesis_data(
erigon_genesis_json_relative_filepath = erigon_genesis_json_relative_filepath,
erigon_genesis_json_relative_filepath = erigon_genesis_json_relative_filepath,
nethermind_genesis_json_relative_filepath = nethermind_genesis_json_relative_filepath,
nethermind_genesis_json_relative_filepath = nethermind_genesis_json_relative_filepath,
besu_genesis_json_relative_filepath = besu_genesis_json_relative_filepath,
besu_genesis_json_relative_filepath = besu_genesis_json_relative_filepath,
)
)
\ No newline at end of file
src/participant_network/prelaunch_data_generator/el_genesis/el_genesis_data_generator.star
View file @
7bea0f36
...
@@ -128,4 +128,4 @@ def genesis_generation_config_template_data(network_id, deposit_contract_address
...
@@ -128,4 +128,4 @@ def genesis_generation_config_template_data(network_id, deposit_contract_address
"NetworkId": network_id,
"NetworkId": network_id,
"DepositContractAddress": deposit_contract_address,
"DepositContractAddress": deposit_contract_address,
"UnixTimestamp": unix_timestamp,
"UnixTimestamp": unix_timestamp,
}
}
\ No newline at end of file
src/participant_network/prelaunch_data_generator/prelaunch_data_generator_launcher/prelaunch_data_generator_launcher.star
View file @
7bea0f36
...
@@ -33,4 +33,4 @@ def get_service_config(
...
@@ -33,4 +33,4 @@ def get_service_config(
container_image_name = IMAGE,
container_image_name = IMAGE,
entry_point_args = ENTRYPOINT_ARGS,
entry_point_args = ENTRYPOINT_ARGS,
files_artifact_mount_dirpaths = files_artifact_mountpoints,
files_artifact_mount_dirpaths = files_artifact_mountpoints,
)
)
\ No newline at end of file
src/shared_utils/shared_utils.star
View file @
7bea0f36
...
@@ -7,4 +7,4 @@ def path_join(*args):
...
@@ -7,4 +7,4 @@ def path_join(*args):
def path_base(path):
def path_base(path):
split_path = path.split("/")
split_path = path.split("/")
return split_path[-1]
return split_path[-1]
\ No newline at end of file
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