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
c3ecee81
Unverified
Commit
c3ecee81
authored
Mar 10, 2025
by
Barnabas Busa
Committed by
GitHub
Mar 10, 2025
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: lighthouse minimal image (#915)
parent
998063fa
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
minimal.yaml
.github/tests/minimal.yaml
+2
-4
mix-with-tools.yaml
.github/tests/mix-with-tools.yaml
+0
-1
lighthouse_launcher.star
src/cl/lighthouse/lighthouse_launcher.star
+0
-1
input_parser.star
src/package_io/input_parser.star
+2
-2
No files found.
.github/tests/minimal.yaml
View file @
c3ecee81
...
@@ -6,10 +6,8 @@ participants:
...
@@ -6,10 +6,8 @@ participants:
-
el_type
:
erigon
-
el_type
:
erigon
cl_type
:
nimbus
cl_type
:
nimbus
cl_image
:
ethpandaops/nimbus-eth2:unstable-minimal
cl_image
:
ethpandaops/nimbus-eth2:unstable-minimal
# TODO: Re-add lighthouse once its working with minimal preset
-
el_type
:
besu
# - el_type: besu
cl_type
:
lighthouse
# cl_type: lighthouse
# cl_image: sigp/lighthouse:v6.0.1
-
el_type
:
reth
-
el_type
:
reth
cl_type
:
lodestar
cl_type
:
lodestar
# TODO: Re-add grandine once its working with minimal preset
# TODO: Re-add grandine once its working with minimal preset
...
...
.github/tests/mix-with-tools.yaml
View file @
c3ecee81
...
@@ -22,7 +22,6 @@ additional_services:
...
@@ -22,7 +22,6 @@ additional_services:
-
prometheus_grafana
-
prometheus_grafana
-
spamoor_blob
-
spamoor_blob
-
custom_flood
-
custom_flood
-
blobscan
-
dugtrio
-
dugtrio
-
blutgang
-
blutgang
-
apache
-
apache
...
...
src/cl/lighthouse/lighthouse_launcher.star
View file @
c3ecee81
...
@@ -224,7 +224,6 @@ def get_beacon_config(
...
@@ -224,7 +224,6 @@ def get_beacon_config(
"--http",
"--http",
"--http-address=0.0.0.0",
"--http-address=0.0.0.0",
"--http-port={0}".format(BEACON_HTTP_PORT_NUM),
"--http-port={0}".format(BEACON_HTTP_PORT_NUM),
"--slots-per-restore-point={0}".format(32 if constants.ARCHIVE_MODE else 8192),
# NOTE: This comes from:
# NOTE: This comes from:
# https://github.com/sigp/lighthouse/blob/7c88f582d955537f7ffff9b2c879dcf5bf80ce13/scripts/local_testnet/beacon_node.sh
# https://github.com/sigp/lighthouse/blob/7c88f582d955537f7ffff9b2c879dcf5bf80ce13/scripts/local_testnet/beacon_node.sh
# and the option says it's "useful for testing in smaller networks" (unclear what happens in larger networks)
# and the option says it's "useful for testing in smaller networks" (unclear what happens in larger networks)
...
...
src/package_io/input_parser.star
View file @
c3ecee81
...
@@ -26,7 +26,7 @@ DEFAULT_CL_IMAGES = {
...
@@ -26,7 +26,7 @@ DEFAULT_CL_IMAGES = {
}
}
DEFAULT_CL_IMAGES_MINIMAL = {
DEFAULT_CL_IMAGES_MINIMAL = {
"lighthouse": "ethpandaops/lighthouse:stable",
"lighthouse": "ethpandaops/lighthouse:
un
stable",
"teku": "consensys/teku:latest",
"teku": "consensys/teku:latest",
"nimbus": "ethpandaops/nimbus-eth2:stable-minimal",
"nimbus": "ethpandaops/nimbus-eth2:stable-minimal",
"prysm": "ethpandaops/prysm-beacon-chain:develop-minimal",
"prysm": "ethpandaops/prysm-beacon-chain:develop-minimal",
...
@@ -45,7 +45,7 @@ DEFAULT_VC_IMAGES = {
...
@@ -45,7 +45,7 @@ DEFAULT_VC_IMAGES = {
}
}
DEFAULT_VC_IMAGES_MINIMAL = {
DEFAULT_VC_IMAGES_MINIMAL = {
"lighthouse": "ethpandaops/lighthouse:stable",
"lighthouse": "ethpandaops/lighthouse:
un
stable",
"lodestar": "chainsafe/lodestar:latest",
"lodestar": "chainsafe/lodestar:latest",
"nimbus": "ethpandaops/nimbus-validator-client:stable-minimal",
"nimbus": "ethpandaops/nimbus-validator-client:stable-minimal",
"prysm": "ethpandaops/prysm-validator:develop-minimal",
"prysm": "ethpandaops/prysm-validator:develop-minimal",
...
...
vicotor
@luxueqian
mentioned in commit
05fdd35b
·
Apr 13, 2025
mentioned in commit
05fdd35b
mentioned in commit 05fdd35bc5eeb74f779dab9777cbeabc9e762830
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