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
9ef5e2d6
Unverified
Commit
9ef5e2d6
authored
Nov 07, 2022
by
Gyanendra Mishra
Committed by
GitHub
Nov 07, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into gyani/module-io
parents
d9a0db7d
6721cd2d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
forkmon_launcher.star
src/forkmon/forkmon_launcher.star
+1
-1
grafana_launcher.star
src/grafana/grafana_launcher.star
+2
-3
cl_client_context.star
src/participant_network/cl/cl_client_context.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 @
9ef5e2d6
src/grafana/grafana_launcher.star
View file @
9ef5e2d6
...
...
@@ -3,8 +3,7 @@ load("github.com/kurtosis-tech/eth2-module/src/shared_utils/shared_utils.star",
SERVICE_ID = "grafana"
# TODO I'm not sure if we should use latest version or ping an specific version instead
IMAGE_NAME = "grafana/grafana-enterprise:latest"
IMAGE_NAME = "grafana/grafana-enterprise:9.2.3"
HTTP_PORT_ID = "http"
HTTP_PORT_NUMBER_UINT16 = 3000
...
...
src/participant_network/cl/cl_client_context.star
View file @
9ef5e2d6
# differs from
eth2
in the sense it dosen't have the rest_client
# differs from
kurtosis-tech/eth2-merge-kurtosis-module
in the sense it dosen't have the rest_client
def new_cl_client_context(client_name, enr, ip_addr, http_port_num, cl_nodes_metrics_info):
return struct(
client_name = client_name,
...
...
src/prometheus/prometheus_launcher.star
View file @
9ef5e2d6
src/testnet_verifier/testnet_verifier.star
View file @
9ef5e2d6
...
...
@@ -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