Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update kt config #876

Merged
merged 1 commit into from
Jan 16, 2025
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
27 changes: 7 additions & 20 deletions .github/tests/mock-mev-pectra-devnet-5.yaml.norun
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,28 @@ participants:
el_image: ethpandaops/geth:prague-devnet-5-f85cde7
el_extra_params: ["--miner.extradata=pawanRocks"]
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
cl_image: pawanjay176/lighthouse:latest
- el_type: reth
el_image: ethpandaops/reth:main-f2bf024
el_image: ethpandaops/reth:main-11bd9dd
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
cl_image: pawanjay176/lighthouse:latest
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-5-f85cde7
el_extra_params: ["--miner.extradata=TekuFromLocal"]
cl_type: teku
cl_image: consensys/teku:develop
# - el_type: reth
# el_image: ethpandaops/reth:main-f2bf024
# cl_type: teku
# cl_image: consensys/teku:develop
# - el_type: geth
# el_image: ethpandaops/geth:prague-devnet-5-f85cde7
# cl_type: prysm
# cl_image: ethpandaops/prysm-beacon-chain:devnet5-ae44429
# vc_image: ethpandaops/prysm-validator:devnet5-ae44429
# - el_type: reth
# el_image: ethpandaops/reth:main-f2bf024
# cl_type: prysm
# cl_image: ethpandaops/prysm-beacon-chain:devnet5-ae44429
# vc_image: ethpandaops/prysm-validator:devnet5-ae44429

mev_type: mock
mev_params:
mock_mev_image: "ethpandaops/rustic-builder:main"
mock_mev_image: "pawanjay176/rustic-builder:latest"
mev_boost_image: "jtraglia/mev-boost:electra"

network_params:
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
shard_committee_period: 1
churn_limit_quotient: 16
genesis_delay: 240
# genesis_delay: 240
seconds_per_slot: 6

additional_services:
Expand All @@ -52,4 +39,4 @@ spamoor_blob_params:
max_blobs: 2
max_pending: 40

global_log_level: debug
global_log_level: debug
4 changes: 3 additions & 1 deletion .github/tests/pectra-devnet-5.yaml.norun
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ participants_matrix:
- el_type: erigon
el_image: ethpandaops/erigon:pectra5-3d65c9b
- el_type: nethermind
el_image: ethpandaops/nethermind:pectra-devnet-5-0a4dbd2
el_image: ethpandaops/nethermind:pectra-devnet-5-52b679a
- el_type: besu
el_image: ethpandaops/besu:main-1e7f6f6
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
Expand Down
Loading