forked from sigp/lighthouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kurtosis config for DAS testing (sigp#5968)
Squashed commit of the following: commit 19855d0 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 20 21:57:16 2024 +1000 Fix invalid yaml file commit cda75c8 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 20 17:11:52 2024 +1000 Add kurtosis config for DAS testing.
- Loading branch information
1 parent
733b1df
commit a14b6c3
Showing
4 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
participants: | ||
- cl_type: prysm | ||
cl_image: ethpandaops/prysm-beacon-chain:peerDAS | ||
|
||
- cl_type: lighthouse | ||
cl_extra_params: [ | ||
--subscribe-all-data-column-subnets, | ||
] | ||
cl_image: ethpandaops/lighthouse:das | ||
|
||
- cl_type: lighthouse | ||
cl_image: ethpandaops/lighthouse:das | ||
|
||
- cl_type: teku | ||
cl_image: ethpandaops/teku:nashatyrev-das | ||
|
||
- cl_type: nimbus | ||
cl_image: ethpandaops/nimbus-eth2:kzgpeerdas | ||
|
||
- cl_type: grandine | ||
cl_image: ethpandaops/grandine:das | ||
|
||
# - cl_type: lodestar | ||
# cl_image: ethpandaops/lodestar:peerDAS | ||
network_params: | ||
eip7594_fork_epoch: 0 | ||
eip7594_fork_version: "0x50000038" | ||
snooper_enabled: true | ||
global_log_level: debug | ||
additional_services: | ||
- dora | ||
- goomy_blob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
participants: | ||
- cl_type: lighthouse | ||
cl_image: lighthouse:local | ||
cl_max_mem: 4096 | ||
cl_extra_params: | ||
- --subscribe-all-data-column-subnets | ||
- --target-peers=2 | ||
count: 2 | ||
- cl_type: lighthouse | ||
cl_image: lighthouse:local | ||
cl_max_mem: 2048 | ||
cl_extra_params: | ||
- --target-peers=2 | ||
count: 1 | ||
network_params: | ||
eip7594_fork_epoch: 0 | ||
seconds_per_slot: 6 | ||
global_log_level: debug | ||
snooper_enabled: false | ||
additional_services: | ||
- dora | ||
- goomy_blob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters