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
f840e8e6
Commit
f840e8e6
authored
Nov 09, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nice starlark
parent
010644c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
participant_network.star
src/participant_network/participant_network.star
+3
-4
No files found.
src/participant_network/participant_network.star
View file @
f840e8e6
...
...
@@ -30,9 +30,8 @@ CL_GENESIS_DATA_GENERATION_TIME = 2 * time.minute
# TODO Make this client-specific (currently this is Nimbus)
CL_NODE_STARTUP_TIME = 45 * time.second
MEV_BOOST_SHOULD_CHECK_RELAY = True
MEV_BOOST_SERVICE_ID_PREFIX = "mev-boost-"
MEV_BOOST_SHOULD_RELAY = True
CL_CLIENT_CONTEXT_BOOTNODE = None
...
...
@@ -142,8 +141,8 @@ def launch_participant_network(participants, network_params, global_log_level):
mev_boost_context = None
if proto.has(participant,
builder_network_params
):
mev_boost_launcher = new_mev_boost_launcher(MEV_BOOST_SHOULD_
RELAY, []
)
if proto.has(participant,
"builder_network_params"
):
mev_boost_launcher = new_mev_boost_launcher(MEV_BOOST_SHOULD_
CHECK_RELAY, participant.builder_network_params.relay_endpoints
)
mev_boost_service_id = MEV_BOOST_SERVICE_ID_PREFIX.format(1)
mev_boost_context = launch_mevboost(mev_boost_launcher, mev_boost_service_id, network_params.network_id)
...
...
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