Skip to content

Commit

Permalink
fix blobber test
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 12, 2023
1 parent ee70af0 commit 03ebded
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions .github/tests/blobber.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
participants:
- el_client_type: geth
cl_client_type: teku
blobber_enabled: true
- el_client_type: nethermind
cl_client_type: prysm
blobber_enabled: true
- el_client_type: erigon
cl_client_type: nimbus
blobber_enabled: true
- el_client_type: besu
el_client_image: ethpandaops/geth:master
cl_client_type: lighthouse
cl_client_image: ethpandaops/lighthouse:sidecar-inclusion-proof-c6be31c
blobber_enabled: true
- el_client_type: reth
blobber_extra_params:
- --slot-action-frequency=1
- "--slot-action={\"name\": \"blob_gossip_delay\", \"delay_milliseconds\": 1500}"
count: 1
- el_client_type: geth
el_client_image: ethpandaops/geth:master
cl_client_type: lodestar
cl_client_image: ethpandaops/lodestar:blobs-inclproof-d5a5a47
blobber_enabled: true
- el_client_type: ethereumjs
cl_client_type: teku
blobber_enabled: true
blobber_extra_params:
- --slot-action-frequency=1
- "--slot-action={\"name\": \"blob_gossip_delay\", \"delay_milliseconds\": 1500}"
count: 1
- el_client_type: geth
el_client_image: ethpandaops/geth:master
cl_client_type: prysm
count: 1
network_params:
deneb_fork_epoch: 1
additional_services:
- dora
- blob_spammer

0 comments on commit 03ebded

Please sign in to comment.