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
4fcca667
Unverified
Commit
4fcca667
authored
Feb 10, 2025
by
Parithosh Jayanthi
Committed by
GitHub
Feb 10, 2025
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Update test files (#893)
parent
4bbd0705
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
58 additions
and
12 deletions
+58
-12
eof-fulu.yaml.norun
.github/tests/eof-fulu.yaml.norun
+27
-0
holesky-shadowfork.yaml_norun
.github/tests/holesky-shadowfork.yaml_norun
+3
-3
mev-pectra.yaml
.github/tests/mev-pectra.yaml
+1
-1
mev.yaml
.github/tests/mev.yaml
+9
-1
peerdas-fulu.yaml.norun
.github/tests/peerdas-fulu.yaml.norun
+17
-6
network_params.yaml
network_params.yaml
+1
-1
No files found.
.github/tests/eof-fulu.yaml.norun
0 → 100644
View file @
4fcca667
participants:
- el_type: nethermind
el_image: ethpandaops/nethermind:feature-evm-eof
cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-557c5be
- el_type: reth
el_image: ethpandaops/reth:main
cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-557c5be
- el_type: besu
el_image: ethpandaops/besu:main
cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-557c5be
global_log_level: info
network_params:
electra_fork_epoch: 1
fulu_fork_epoch: 2
seconds_per_slot: 4
additional_services:
- dora
- tx_spammer
- spamoor_blob
snooper_enabled: true
.github/tests/holesky-shadowfork.yaml_norun
View file @
4fcca667
participants:
participants:
- el_type: geth
- el_type: geth
el_image: eth
ereum/client-go:v1.13.14
el_image: eth
pandaops/geth:prague-devnet-5-f85cde7
cl_type: teku
cl_type: teku
cl_image: consensys/teku:
24.2.0
cl_image: consensys/teku:
develop
network_params:
network_params:
dencun_fork_epoch: 0
electra_fork_epoch: 4
network: holesky-shadowfork
network: holesky-shadowfork
additional_services:
additional_services:
- dora
- dora
...
...
.github/tests/mev-pectra.yaml
View file @
4fcca667
...
@@ -41,7 +41,7 @@ mev_params:
...
@@ -41,7 +41,7 @@ mev_params:
mev_relay_image
:
jtraglia/mev-boost-relay:electra
mev_relay_image
:
jtraglia/mev-boost-relay:electra
mev_boost_image
:
jtraglia/mev-boost:electra
mev_boost_image
:
jtraglia/mev-boost:electra
mev_builder_cl_image
:
ethpandaops/lighthouse:unstable-a1b7d61
mev_builder_cl_image
:
ethpandaops/lighthouse:unstable-a1b7d61
mev_builder_image
:
ethpandaops/reth-rbuilder:devnet6-
d7b1637
mev_builder_image
:
ethpandaops/reth-rbuilder:devnet6-
fdeb4d6
network_params
:
network_params
:
electra_fork_epoch
:
1
electra_fork_epoch
:
1
...
...
.github/tests/mev.yaml
View file @
4fcca667
participants
:
participants
:
-
el_type
:
geth
-
el_type
:
geth
el_extra_params
:
[
"
--miner.extradata=localGeth"
]
cl_type
:
lighthouse
cl_type
:
lighthouse
mev_type
:
flashbots
mev_type
:
flashbots
mev_params
:
mev_builder_extra_args
:
[
"
--engine.persistence-threshold=0"
,
"
--engine.memory-block-buffer-target=0"
]
mev_builder_image
:
ethpandaops/reth-rbuilder:devnet6-fdeb4d6
mev_relay_image
:
ethpandaops/mev-boost-relay:electra
mev_boost_image
:
ethpandaops/mev-boost:electra
additional_services
:
additional_services
:
-
tx_spammer
-
tx_spammer
-
blob_spammer
-
blob_spammer
...
...
.github/tests/peerdas-fulu.yaml.norun
View file @
4fcca667
...
@@ -11,12 +11,11 @@ participants:
...
@@ -11,12 +11,11 @@ participants:
# Prysm
# Prysm
- cl_type: prysm
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-
ad11036
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-
01705d1
cl_max_mem: 4096
cl_max_mem: 4096
cl_extra_params:
cl_extra_params:
- --minimum-peers-per-subnet=1
- --minimum-peers-per-subnet=1
- --subscribe-all-subnets
- --subscribe-all-subnets
- --log-format=json
# Teku
# Teku
- cl_type: teku
- cl_type: teku
...
@@ -31,6 +30,13 @@ participants:
...
@@ -31,6 +30,13 @@ participants:
cl_extra_params:
cl_extra_params:
- --subscribe-all-subnets
- --subscribe-all-subnets
# Nimbus
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:columns
cl_extra_params:
- --debug-peerdas-supernode=true
- --sync-light-client=no
# Full nodes
# Full nodes
# -----------
# -----------
...
@@ -41,11 +47,10 @@ participants:
...
@@ -41,11 +47,10 @@ participants:
# Prysm
# Prysm
- cl_type: prysm
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-
ad11036
cl_image: ethpandaops/prysm-beacon-chain:peerDAS-
01705d1
cl_max_mem: 4096
cl_max_mem: 4096
cl_extra_params:
cl_extra_params:
- --minimum-peers-per-subnet=1
- --minimum-peers-per-subnet=1
- --log-format=json
# Teku
# Teku
- cl_type: teku
- cl_type: teku
...
@@ -55,6 +60,13 @@ participants:
...
@@ -55,6 +60,13 @@ participants:
- cl_type: grandine
- cl_type: grandine
cl_image: ethpandaops/grandine:peerdas-fulu
cl_image: ethpandaops/grandine:peerdas-fulu
# Nimbus
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:columns
cl_extra_params:
- --debug-peerdas-supernode=false
- --sync-light-client=no
global_log_level: debug
global_log_level: debug
network_params:
network_params:
...
@@ -70,4 +82,3 @@ snooper_enabled: false
...
@@ -70,4 +82,3 @@ snooper_enabled: false
dora_params:
dora_params:
image: ethpandaops/dora:fulu-support
image: ethpandaops/dora:fulu-support
\ No newline at end of file
network_params.yaml
View file @
4fcca667
...
@@ -176,7 +176,7 @@ keymanager_enabled: false
...
@@ -176,7 +176,7 @@ keymanager_enabled: false
checkpoint_sync_enabled
:
false
checkpoint_sync_enabled
:
false
checkpoint_sync_url
:
"
"
checkpoint_sync_url
:
"
"
ethereum_genesis_generator_params
:
ethereum_genesis_generator_params
:
image
:
ethpandaops/ethereum-genesis-generator:3.
5.1
image
:
ethpandaops/ethereum-genesis-generator:3.
7.0
port_publisher
:
port_publisher
:
nat_exit_ip
:
KURTOSIS_IP_ADDR_PLACEHOLDER
nat_exit_ip
:
KURTOSIS_IP_ADDR_PLACEHOLDER
el
:
el
:
...
...
vicotor
@luxueqian
mentioned in commit
e957062f
·
Apr 13, 2025
mentioned in commit
e957062f
mentioned in commit e957062f619b4c8503c2c41cd7f51dbdb48a4ed3
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