Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/local_testnet/network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ participants:
- --target-peers=3
count: 4
network_params:
deneb_fork_epoch: 0
electra_fork_epoch: 0
seconds_per_slot: 3
global_log_level: debug
snooper_enabled: false
Expand Down
6 changes: 4 additions & 2 deletions scripts/local_testnet/network_params_das.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
participants:
- cl_type: lighthouse
cl_image: lighthouse:local
el_image: ethpandaops/geth:marius-engine-getblobs-v2
el_type: geth
el_image: ethpandaops/geth:fusaka-devnet-0
cl_extra_params:
- --subscribe-all-data-column-subnets
- --subscribe-all-subnets
Expand All @@ -11,7 +12,8 @@ participants:
count: 2
- cl_type: lighthouse
cl_image: lighthouse:local
el_image: ethpandaops/geth:marius-engine-getblobs-v2
el_type: geth
el_image: ethpandaops/geth:fusaka-devnet-0
cl_extra_params:
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
- --sync-tolerance-epochs=0
Expand Down
4 changes: 4 additions & 0 deletions scripts/tests/checkpoint-sync-config-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
participants:
- cl_type: lighthouse
cl_image: lighthouse:local
el_type: geth
el_image: ethpandaops/geth:fusaka-devnet-0
supernode: true
- cl_type: lighthouse
cl_image: lighthouse:local
el_type: geth
el_image: ethpandaops/geth:fusaka-devnet-0
supernode: false

checkpoint_sync_enabled: true
Expand Down
4 changes: 4 additions & 0 deletions scripts/tests/checkpoint-sync-config-sepolia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
participants:
- cl_type: lighthouse
cl_image: lighthouse:local
el_type: geth
el_image: ethereum/client-go:latest
supernode: true
- cl_type: lighthouse
cl_image: lighthouse:local
el_type: geth
el_image: ethereum/client-go:latest
supernode: false

checkpoint_sync_enabled: true
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ participants:
- --target-peers=3
count: 4
network_params:
deneb_fork_epoch: 0
electra_fork_epoch: 0
seconds_per_slot: 3
num_validator_keys_per_node: 20
global_log_level: debug
Expand Down