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
1bd55389
Commit
1bd55389
authored
Nov 07, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
performed some cleanup
parent
e6ce43b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
forkmon_launcher.star
src/forkmon/forkmon_launcher.star
+1
-1
grafana_launcher.star
src/grafana/grafana_launcher.star
+1
-1
prometheus_launcher.star
src/prometheus/prometheus_launcher.star
+1
-1
testnet_verifier.star
src/testnet_verifier/testnet_verifier.star
+1
-0
No files found.
src/forkmon/forkmon_launcher.star
View file @
1bd55389
...
...
@@ -70,4 +70,4 @@ def new_cl_client_info(ip_addr, port_num):
return {
"IPAddr": ip_addr,
"PortNum": port_num
}
\ No newline at end of file
}
src/grafana/grafana_launcher.star
View file @
1bd55389
...
...
@@ -64,4 +64,4 @@ def new_datasource_config_template_data(prometheus_url):
def new_dashboard_providers_config_template_data(dashboards_dirpath):
return {
"DashboardsDirpath": dashboards_dirpath
}
\ No newline at end of file
}
src/prometheus/prometheus_launcher.star
View file @
1bd55389
...
...
@@ -67,4 +67,4 @@ def get_service_config(config_files_artifact_uuid):
def new_config_template_data(cl_nodes_metrics_info):
return {
"CLNodesMetricsInfo": cl_nodes_metrics_info
}
\ No newline at end of file
}
src/testnet_verifier/testnet_verifier.star
View file @
1bd55389
...
...
@@ -8,6 +8,7 @@ SYNCHRONOUS_ENTRYPOINT_ARGS = {
}
# this is broken check - https://github.com/ethereum/merge-testnet-verifier/issues/4
def launch_testnet_verifier(params, el_client_contexts, cl_client_contexts):
service_config = get_asynchronous_verification_service_config(params, el_client_contexts, cl_client_contexts)
add_service(SERVICE_ID, service_config)
...
...
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