Skip to content

Commit

Permalink
fix: make besu a bootnode (#146)
Browse files Browse the repository at this point in the history
Changelog picked up from commits here:

fix: make besu a bootnode
  • Loading branch information
barnabasbusa committed Aug 24, 2023
1 parent 05ba9ad commit 29296cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/package_io/parse_input.star
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ DEFAULT_CL_IMAGES = {
"lodestar": "chainsafe/lodestar:latest",
}

BESU_NODE_NAME = "besu"
NETHERMIND_NODE_NAME = "nethermind"
NIMBUS_NODE_NAME = "nimbus"

Expand Down Expand Up @@ -58,9 +57,6 @@ def parse_input(input_args):
el_client_type = participant["el_client_type"]
cl_client_type = participant["cl_client_type"]

if index == 0 and el_client_type in (BESU_NODE_NAME):
fail("besu cant be the first participant")

if cl_client_type in (NIMBUS_NODE_NAME) and (result["network_params"]["seconds_per_slot"] < 12):
fail("nimbus can't be run with slot times below 12 seconds")

Expand Down

0 comments on commit 29296cd

Please sign in to comment.