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
88ea39ca
Commit
88ea39ca
authored
Nov 09, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stuff executes
parent
d0832dc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
geth_launcher.star
src/participant_network/el/geth/geth_launcher.star
+3
-1
No files found.
src/participant_network/el/geth/geth_launcher.star
View file @
88ea39ca
...
@@ -78,6 +78,8 @@ def launch(
...
@@ -78,6 +78,8 @@ def launch(
service_config = get_service_config(launcher.network_id, launcher.el_genesis_data, launcher.prefunded_geth_keys_artifact_uuid,
service_config = get_service_config(launcher.network_id, launcher.el_genesis_data, launcher.prefunded_geth_keys_artifact_uuid,
launcher.prefunded_account_info, image, existing_el_clients, log_level, extra_params)
launcher.prefunded_account_info, image, existing_el_clients, log_level, extra_params)
print(service_config)
service = add_service(service_id, service_config)
service = add_service(service_id, service_config)
# TODO add facts & waits
# TODO add facts & waits
...
@@ -156,7 +158,7 @@ def get_service_config(network_id, genesis_data, prefunded_geth_keys_artifact_uu
...
@@ -156,7 +158,7 @@ def get_service_config(network_id, genesis_data, prefunded_geth_keys_artifact_uu
bootnode_enode = bootnode_context.enode
bootnode_enode = bootnode_context.enode
launch_node_cmd_args.append(
launch_node_cmd_args.append(
'--bootnodes="
%s
"'.format(bootnode_enode),
'--bootnodes="
{0}
"'.format(bootnode_enode),
)
)
if len(extra_params) > 0:
if len(extra_params) > 0:
...
...
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