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
d91717a1
Commit
d91717a1
authored
Nov 08, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more cleanup
parent
7ffec8d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lighthouse_launcher.star
...articipant_network/cl/lighthouse/lighthouse_launcher.star
+6
-6
No files found.
src/participant_network/cl/lighthouse/lighthouse_launcher.star
View file @
d91717a1
...
...
@@ -120,7 +120,7 @@ def launch(
extra_validator_params,
)
validtor_service = add_service(validator_node_service_id, validator_service_config)
valid
a
tor_service = add_service(validator_node_service_id, validator_service_config)
# TODO add validator availability using the validator API: https://ethereum.github.io/beacon-APIs/?urls.primaryName=v1#/ValidatorRequiredApi | from eth2-merge-kurtosis-module
...
...
@@ -130,12 +130,12 @@ def launch(
beacon_metrics_port = beacon_service.ports[BEACON_METRICS_PORT_ID]
beacon_metrics_url = "{0}:{1}".format(beacon_service.ip_address, beacon_metrics_port.number)
validator_metrics_port = validtor_service.ports[VALIDATOR_METRICS_PORT_ID]
validator_metrics_url = "{00}:{1}".format(validtor_service.ip_address, validator_metrics_port.number)
validator_metrics_port = valid
a
tor_service.ports[VALIDATOR_METRICS_PORT_ID]
validator_metrics_url = "{00}:{1}".format(valid
a
tor_service.ip_address, validator_metrics_port.number)
beacon_node_metrics_info = new_cl_node_metrics_info(beacon_node_service_id, METRICS_PATH, beacon_metrics_url)
validator_node_metrics_info = new_cl_node_metrics_info(validator_node_service_id, METRICS_PATH, validator_metrics_url)
nodes_metrics_info = [beacon_node_metrics_info, validator
NodeMetricsI
nfo]
nodes_metrics_info = [beacon_node_metrics_info, validator
_node_metrics_i
nfo]
result = new_cl_client_context(
"lighthouse",
...
...
@@ -211,10 +211,10 @@ def get_beacon_service_config(
if boot_cl_client_ctx != None:
cmd_args.append("--boot-nodes="+boot_cl_client_ctx.enode)
if mev_boost_context !=
nil {
if mev_boost_context !=
None:
cmd_args.append("--builder")
cmd_args.append(mev_boost_endpoint(mev_boost_context))
}
if len(extra_params) > 0 {
cmd_args.extend(extra_params)
...
...
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