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
0793b43b
Commit
0793b43b
authored
Nov 02, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
this should be good for now
parent
145cd209
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+4
-4
cl_client_context.star
src/participant_network/cl/cl_client_context.star
+2
-2
api_response_objects.star
...ipant_network/cl/cl_rest_client/api_response_objects.star
+0
-0
No files found.
README.md
View file @
0793b43b
...
@@ -34,8 +34,8 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
...
@@ -34,8 +34,8 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
-
[
x
]
el_client_context pure POJO NO BLOCKERS
-
[
x
]
el_client_context pure POJO NO BLOCKERS
-
[
x
]
el_client_launcher interface not necessary
-
[
x
]
el_client_launcher interface not necessary
-
[
]
el_availability_waiter - facts and waits
-
[
]
el_availability_waiter - facts and waits
-
[
]
el_rest_client/api_response_objects.go NO BLOCKERS
-
[
x
]
el_rest_client/api_response_objects.go DESCOPED as facts will do this
-
[
]
el_rest_client/el_rest_client - facts and wait
s
-
[
x
]
el_rest_client/el_rest_client - facts and waits DESCOPED as facts will do thi
s
-
[
]
participant_network/cl (requires facts and waits)
-
[
]
participant_network/cl (requires facts and waits)
-
[
]
lighthouse - facts and waits
-
[
]
lighthouse - facts and waits
-
[
]
loadstar - facts and waits
-
[
]
loadstar - facts and waits
...
@@ -45,6 +45,6 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
...
@@ -45,6 +45,6 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
-
[
x
]
cl_client_context pure POJO NO BLOCKERS
-
[
x
]
cl_client_context pure POJO NO BLOCKERS
-
[
x
]
cl_client_launcher interface not necessary
-
[
x
]
cl_client_launcher interface not necessary
-
[
]
cl_availability_waiter - facts and waits
-
[
]
cl_availability_waiter - facts and waits
-
[
]
cl_rest_client/api_response_objects.go NO BLOCKERS
-
[
x
]
cl_rest_client/api_response_objects.go DESCOPED as facts will do this
-
[
]
cl_rest_client/el_rest_client - facts and wait
s
-
[
x
]
cl_rest_client/el_rest_client - DESCOPED as facts will do thi
s
-
[
x
]
cl_node_metrics_info - pure POJO NO BLOCKERS
-
[
x
]
cl_node_metrics_info - pure POJO NO BLOCKERS
\ No newline at end of file
src/participant_network/cl/cl_client_context.star
View file @
0793b43b
def new_cl_client_context(client_name, enr, ip_addr, http_port_num, node_metrics_info, rest_client):
# differs from eth2 in the sense it dosen't have the rest_client
def new_cl_client_context(client_name, enr, ip_addr, http_port_num, node_metrics_info):
return struct(
return struct(
client_name = client_name,
client_name = client_name,
enr = enr,
enr = enr,
ip_addr = ip_addr,
ip_addr = ip_addr,
http_port_num = http_port_num,
http_port_num = http_port_num,
node_metrics_info = node_metrics_info,
node_metrics_info = node_metrics_info,
rest_client = rest_client,
)
)
\ No newline at end of file
src/participant_network/cl/cl_rest_client/api_response_objects.star
deleted
100644 → 0
View file @
145cd209
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