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
4dfc7ee9
Commit
4dfc7ee9
authored
Nov 11, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
saving
parent
fdeda0b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
lighthouse_launcher.star
...articipant_network/cl/lighthouse/lighthouse_launcher.star
+1
-1
lodestar_launcher.star
src/participant_network/cl/lodestar/lodestar_launcher.star
+1
-1
No files found.
README.md
View file @
4dfc7ee9
...
@@ -57,7 +57,7 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
...
@@ -57,7 +57,7 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
-
[
x
]
facts and waits
-
[
x
]
facts and waits
-
[
x
]
framework
-
[
x
]
framework
-
[
]
needs longer fact & wait
-
[
]
needs longer fact & wait
-
[
x
]
nimbus
-
[
x
]
nimbus
- eth2-merge-kurtosis-module is broken and so is this
-
[
x
]
facts and waits
-
[
x
]
facts and waits
-
[
x
]
framework
-
[
x
]
framework
-
[
]
prysm
-
[
]
prysm
...
...
src/participant_network/cl/lighthouse/lighthouse_launcher.star
View file @
4dfc7ee9
...
@@ -137,7 +137,7 @@ def launch(
...
@@ -137,7 +137,7 @@ def launch(
beacon_metrics_url = "{0}:{1}".format(beacon_service.ip_address, beacon_metrics_port.number)
beacon_metrics_url = "{0}:{1}".format(beacon_service.ip_address, beacon_metrics_port.number)
validator_metrics_port = validator_service.ports[VALIDATOR_METRICS_PORT_ID]
validator_metrics_port = validator_service.ports[VALIDATOR_METRICS_PORT_ID]
validator_metrics_url = "{0
0
}:{1}".format(validator_service.ip_address, validator_metrics_port.number)
validator_metrics_url = "{0}:{1}".format(validator_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)
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)
validator_node_metrics_info = new_cl_node_metrics_info(validator_node_service_id, METRICS_PATH, validator_metrics_url)
...
...
src/participant_network/cl/lodestar/lodestar_launcher.star
View file @
4dfc7ee9
...
@@ -199,7 +199,7 @@ def get_beacon_service_config(
...
@@ -199,7 +199,7 @@ def get_beacon_service_config(
if mev_boost_context != None:
if mev_boost_context != None:
cmd_args.append("--builder")
cmd_args.append("--builder")
cmd_args.append(
mev_boost_endpoint(mev_boost_context
))
cmd_args.append(
"--builder.urls '{0}'".format(mev_boost_endpoint(mev_boost_context)
))
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