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
a275fdae
Commit
a275fdae
authored
Nov 14, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix prysm validator
parent
1b31f1ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+2
-1
prysm_launcher.star
src/participant_network/cl/prysm/prysm_launcher.star
+2
-2
No files found.
README.md
View file @
a275fdae
...
...
@@ -76,4 +76,5 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
-
[
x
]
cl_rest_client/el_rest_client - DESCOPED as facts will do this
-
[
x
]
cl_node_metrics_info - pure POJO NO BLOCKERS
-
[
x
]
get render templates to have the magic strings subsituted with real values
-
[
]
confirm that the 0x30000038 value in
`static_files/genesis-generation-config/cl/config.yaml.tmpl`
is correct - this makes prysm work
\ No newline at end of file
-
[
]
confirm that the 0x30000038 value in
`static_files/genesis-generation-config/cl/config.yaml.tmpl`
is correct - this makes prysm work
-
[
]
confirm behavior of artifact_uuid post for loop fix
\ No newline at end of file
src/participant_network/cl/prysm/prysm_launcher.star
View file @
a275fdae
...
...
@@ -112,8 +112,8 @@ def launch(
beacon_http_port = beacon_service.ports[HTTP_PORT_ID]
# Launch validator node
beacon_http_endpoint = "
http://
{0}:{1}".format(beacon_service.ip_address, HTTP_PORT_NUM)
beacon_rpc_endpoint = "
http://
{0}:{1}".format(beacon_service.ip_address, RPC_PORT_NUM)
beacon_http_endpoint = "{0}:{1}".format(beacon_service.ip_address, HTTP_PORT_NUM)
beacon_rpc_endpoint = "{0}:{1}".format(beacon_service.ip_address, RPC_PORT_NUM)
validator_service_config = get_validator_service_config(
launcher.genesis_data,
...
...
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