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
10975312
Unverified
Commit
10975312
authored
Nov 28, 2023
by
Barnabas Busa
Committed by
GitHub
Nov 28, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add dencun example, bump teku mem, update mev-relay postgres name (#369)
parent
ca55009f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
3 deletions
+36
-3
dencun.yaml
examples/dencun.yaml
+33
-0
teku_launcher.star
src/cl/teku/teku_launcher.star
+2
-2
mev_relay_launcher.star
src/mev_relay/mev_relay_launcher.star
+1
-1
No files found.
examples/dencun.yaml
0 → 100644
View file @
10975312
participants
:
-
el_client_type
:
geth
el_client_image
:
ethpandaops/geth:master-5b57727
cl_client_type
:
lighthouse
cl_client_image
:
ethpandaops/lighthouse:sidecar-inclusion-proof-c6be31c
-
el_client_type
:
erigon
el_client_image
:
ethpandaops/erigon:devel-8cfafa4
cl_client_type
:
lodestar
cl_client_image
:
ethpandaops/lodestar:blobs-inclproof-d5a5a47
-
el_client_type
:
nethermind
el_client_image
:
ethpandaops/nethermind:master-dcec565
cl_client_type
:
teku
cl_client_image
:
ethpandaops/teku:master-992b224
-
el_client_type
:
besu
el_client_image
:
ethpandaops/besu:main-be5cc68
cl_client_type
:
teku
cl_client_image
:
ethpandaops/teku:master-992b224
-
el_client_type
:
reth
el_client_image
:
ethpandaops/reth:main-c49cda6
cl_client_type
:
nimbus
cl_client_image
:
ethpandaops/nimbus:unstable-6dee4d5
-
el_client_type
:
geth
el_client_image
:
ethpandaops/geth:master-5b57727
cl_client_type
:
nimbus
cl_client_image
:
ethpandaops/nimbus:unstable-6dee4d5
network_params
:
deneb_fork_epoch
:
1
launch_additional_services
:
true
additional_services
:
-
el_forkmon
-
tx_spammer
-
dora
snooper_enabled
:
true
src/cl/teku/teku_launcher.star
View file @
10975312
...
@@ -29,8 +29,8 @@ METRICS_PORT_NUM = 8008
...
@@ -29,8 +29,8 @@ METRICS_PORT_NUM = 8008
# The min/max CPU/memory that the beacon node can use
# The min/max CPU/memory that the beacon node can use
BEACON_MIN_CPU = 50
BEACON_MIN_CPU = 50
BEACON_MAX_CPU = 1000
BEACON_MAX_CPU = 1000
BEACON_MIN_MEMORY =
512
BEACON_MIN_MEMORY =
1024
BEACON_MAX_MEMORY =
1024
BEACON_MAX_MEMORY =
2048
# 1) The Teku container runs as the "teku" user
# 1) The Teku container runs as the "teku" user
# 2) Teku requires write access to the validator secrets directory, so it can write a lockfile into it as it uses the keys
# 2) Teku requires write access to the validator secrets directory, so it can write a lockfile into it as it uses the keys
...
...
src/mev_relay/mev_relay_launcher.star
View file @
10975312
...
@@ -38,7 +38,7 @@ def launch_mev_relay(
...
@@ -38,7 +38,7 @@ def launch_mev_relay(
password="postgres",
password="postgres",
user="postgres",
user="postgres",
database="postgres",
database="postgres",
service_name="postgres",
service_name="
mev-relay-
postgres",
persistent=DONT_PERSIST_TO_DISK,
persistent=DONT_PERSIST_TO_DISK,
launch_adminer=LAUNCH_ADMINER,
launch_adminer=LAUNCH_ADMINER,
)
)
...
...
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