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
e2c15288
Unverified
Commit
e2c15288
authored
Oct 09, 2024
by
Barnabas Busa
Committed by
GitHub
Oct 09, 2024
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: mixed up labels (#799)
parent
5b2d2342
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
erigon_launcher.star
src/el/erigon/erigon_launcher.star
+1
-1
ethereumjs_launcher.star
src/el/ethereumjs/ethereumjs_launcher.star
+1
-1
geth_launcher.star
src/el/geth/geth_launcher.star
+1
-1
nethermind_launcher.star
src/el/nethermind/nethermind_launcher.star
+1
-1
nimbus_launcher.star
src/el/nimbus-eth1/nimbus_launcher.star
+1
-1
reth_launcher.star
src/el/reth/reth_launcher.star
+2
-2
No files found.
src/el/erigon/erigon_launcher.star
View file @
e2c15288
...
@@ -182,7 +182,7 @@ def get_config(
...
@@ -182,7 +182,7 @@ def get_config(
size=int(participant.el_volume_size)
size=int(participant.el_volume_size)
if int(participant.el_volume_size) > 0
if int(participant.el_volume_size) > 0
else constants.VOLUME_SIZE[launcher.network][
else constants.VOLUME_SIZE[launcher.network][
constants.EL_TYPE.
besu
+ "_volume_size"
constants.EL_TYPE.
erigon
+ "_volume_size"
],
],
)
)
...
...
src/el/ethereumjs/ethereumjs_launcher.star
View file @
e2c15288
...
@@ -200,7 +200,7 @@ def get_config(
...
@@ -200,7 +200,7 @@ def get_config(
size=int(participant.el_volume_size)
size=int(participant.el_volume_size)
if int(participant.el_volume_size) > 0
if int(participant.el_volume_size) > 0
else constants.VOLUME_SIZE[launcher.network][
else constants.VOLUME_SIZE[launcher.network][
constants.EL_TYPE.
besu
+ "_volume_size"
constants.EL_TYPE.
ethereumjs
+ "_volume_size"
],
],
)
)
env_vars = participant.el_extra_env_vars
env_vars = participant.el_extra_env_vars
...
...
src/el/geth/geth_launcher.star
View file @
e2c15288
...
@@ -296,7 +296,7 @@ def get_config(
...
@@ -296,7 +296,7 @@ def get_config(
size=int(participant.el_volume_size)
size=int(participant.el_volume_size)
if int(participant.el_volume_size) > 0
if int(participant.el_volume_size) > 0
else constants.VOLUME_SIZE[launcher.network][
else constants.VOLUME_SIZE[launcher.network][
constants.EL_TYPE.
besu
+ "_volume_size"
constants.EL_TYPE.
geth
+ "_volume_size"
],
],
)
)
env_vars = participant.el_extra_env_vars
env_vars = participant.el_extra_env_vars
...
...
src/el/nethermind/nethermind_launcher.star
View file @
e2c15288
...
@@ -208,7 +208,7 @@ def get_config(
...
@@ -208,7 +208,7 @@ def get_config(
size=int(participant.el_volume_size)
size=int(participant.el_volume_size)
if int(participant.el_volume_size) > 0
if int(participant.el_volume_size) > 0
else constants.VOLUME_SIZE[launcher.network][
else constants.VOLUME_SIZE[launcher.network][
constants.EL_TYPE.
besu
+ "_volume_size"
constants.EL_TYPE.
nethermind
+ "_volume_size"
],
],
)
)
env_vars = participant.el_extra_env_vars
env_vars = participant.el_extra_env_vars
...
...
src/el/nimbus-eth1/nimbus_launcher.star
View file @
e2c15288
...
@@ -193,7 +193,7 @@ def get_config(
...
@@ -193,7 +193,7 @@ def get_config(
size=int(participant.el_volume_size)
size=int(participant.el_volume_size)
if int(participant.el_volume_size) > 0
if int(participant.el_volume_size) > 0
else constants.VOLUME_SIZE[launcher.network][
else constants.VOLUME_SIZE[launcher.network][
constants.EL_TYPE.
besu
+ "_volume_size"
constants.EL_TYPE.
nimbus
+ "_volume_size"
],
],
)
)
env_vars = participant.el_extra_env_vars
env_vars = participant.el_extra_env_vars
...
...
src/el/reth/reth_launcher.star
View file @
e2c15288
...
@@ -204,7 +204,7 @@ def get_config(
...
@@ -204,7 +204,7 @@ def get_config(
size=int(participant.el_volume_size)
size=int(participant.el_volume_size)
if int(participant.el_volume_size) > 0
if int(participant.el_volume_size) > 0
else constants.VOLUME_SIZE[launcher.network][
else constants.VOLUME_SIZE[launcher.network][
constants.EL_TYPE.
besu
+ "_volume_size"
constants.EL_TYPE.
reth
+ "_volume_size"
],
],
)
)
...
@@ -224,7 +224,7 @@ def get_config(
...
@@ -224,7 +224,7 @@ def get_config(
"private_ip_address_placeholder": constants.PRIVATE_IP_ADDRESS_PLACEHOLDER,
"private_ip_address_placeholder": constants.PRIVATE_IP_ADDRESS_PLACEHOLDER,
"env_vars": env_vars,
"env_vars": env_vars,
"labels": shared_utils.label_maker(
"labels": shared_utils.label_maker(
client=constants.EL_TYPE.
besu
,
client=constants.EL_TYPE.
reth
,
client_type=constants.CLIENT_TYPES.el,
client_type=constants.CLIENT_TYPES.el,
image=participant.el_image,
image=participant.el_image,
connected_client=cl_client_name,
connected_client=cl_client_name,
...
...
vicotor
@luxueqian
mentioned in commit
861cf2ec
·
Apr 13, 2025
mentioned in commit
861cf2ec
mentioned in commit 861cf2ec532efe6cc2496f53af192826607e7524
Toggle commit list
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