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
19cff4bb
Commit
19cff4bb
authored
Dec 12, 2022
by
Victor Colombo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change from request to wait
parent
83135f46
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
besu_launcher.star
src/participant_network/el/besu/besu_launcher.star
+1
-1
erigon_launcher.star
src/participant_network/el/erigon/erigon_launcher.star
+1
-1
geth_launcher.star
src/participant_network/el/geth/geth_launcher.star
+1
-1
nethermind_launcher.star
...articipant_network/el/nethermind/nethermind_launcher.star
+1
-1
No files found.
src/participant_network/el/besu/besu_launcher.star
View file @
19cff4bb
...
...
@@ -73,7 +73,7 @@ def launch(
"enode": ".result.enode",
}
)
response =
request(result_recipe
)
response =
wait(result_recipe, "extract.enode", "!=", ""
)
return el_client_context.new_el_client_context(
"besu",
...
...
src/participant_network/el/erigon/erigon_launcher.star
View file @
19cff4bb
...
...
@@ -72,7 +72,7 @@ def launch(
"enode": ".result.enode",
}
)
response =
request(service_id = service_id, fact_name = ENR_FACT_NAME
)
response =
wait(result_recipe, "extract.enode", "!=", ""
)
return el_client_context.new_el_client_context(
"erigon",
...
...
src/participant_network/el/geth/geth_launcher.star
View file @
19cff4bb
...
...
@@ -85,7 +85,7 @@ def launch(
"enode": ".result.enode",
}
)
response =
request(result_recipe
)
response =
wait(result_recipe, "extract.enode", "!=", ""
)
return el_client_context.new_el_client_context(
...
...
src/participant_network/el/nethermind/nethermind_launcher.star
View file @
19cff4bb
...
...
@@ -68,7 +68,7 @@ def launch(
"enode": ".result.enode",
}
)
response =
request(result_recipe
)
response =
wait(result_recipe, "extract.enode", "!=", ""
)
return el_client_context.new_el_client_context(
"nethermind",
...
...
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