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
2ca35e8e
Unverified
Commit
2ca35e8e
authored
Jan 10, 2025
by
Parithosh Jayanthi
Committed by
GitHub
Jan 10, 2025
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Fixes minimal runs with deneb state (#871)
parent
9782552e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
55 additions
and
18 deletions
+55
-18
minimal-pectra-devnet-5.yaml.norun
.github/tests/minimal-pectra-devnet-5.yaml.norun
+37
-0
minimal.yaml
.github/tests/minimal.yaml
+8
-4
verkle-gen-devnet-6.yaml.norun
.github/tests/verkle-gen-devnet-6.yaml.norun
+0
-13
verkle-gen-devnet-7.yaml.norun
.github/tests/verkle-gen-devnet-7.yaml.norun
+9
-0
constants.star
src/package_io/constants.star
+1
-1
No files found.
.github/tests/minimal-pectra-devnet-5.yaml.norun
0 → 100644
View file @
2ca35e8e
participants_matrix:
el:
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-5-a193537
cl:
- cl_type: teku
cl_image: consensys/teku:develop
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:unstable-minimal-046c379
- cl_type: lodestar
cl_image: ethpandaops/lodestar:devnet-5-1c2b5ed
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:devnet5-minimal-ae44429
vc_image: ethpandaops/prysm-validator:devnet5-minimal-ae44429
network_params:
preset: minimal
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
shard_committee_period: 1
churn_limit_quotient: 16
genesis_delay: 240
additional_services:
- dora
- spamoor_blob
- tx_spammer
- assertoor
dora_params:
image: "ethpandaops/dora:master-latest"
spamoor_blob_params:
throughput: 10
max_blobs: 2
max_pending: 40
assertoor_params:
image: "ethpandaops/assertoor:master"
tests:
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/all.yaml
\ No newline at end of file
.github/tests/minimal.yaml
View file @
2ca35e8e
...
...
@@ -5,11 +5,15 @@ participants:
cl_type
:
prysm
-
el_type
:
erigon
cl_type
:
nimbus
-
el_type
:
besu
cl_type
:
lighthouse
cl_image
:
ethpandaops/nimbus-eth2:unstable-minimal
# TODO: Re-add lighthouse once its working with minimal preset
# - el_type: besu
# cl_type: lighthouse
# cl_image: sigp/lighthouse:v6.0.1
-
el_type
:
reth
cl_type
:
lodestar
-
el_type
:
geth
cl_type
:
grandine
# TODO: Re-add grandine once its working with minimal preset
# - el_type: geth
# cl_type: grandine
network_params
:
preset
:
minimal
.github/tests/verkle-gen-devnet-6.yaml.norun
deleted
100644 → 0
View file @
9782552e
participants:
- el_type: geth
el_image: ethpandaops/geth:kaustinen-with-shapella
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:verkle-trees-capella
count: 2
- el_type: geth
el_image: ethpandaops/geth:kaustinen-with-shapella
cl_type: lodestar
cl_image: ethpandaops/lodestar:g11tech-verge
network_params:
network: verkle-gen-devnet-6
.github/tests/verkle-gen-devnet-7.yaml.norun
0 → 100644
View file @
2ca35e8e
participants:
- el_type: geth
el_image: ethpandaops/geth:kaustinen-with-shapella-89330e4
cl_type: lodestar
cl_image: ethpandaops/lodestar:g11tech-verge-324c46e
count: 3
network_params:
network: verkle-gen-devnet-7
src/package_io/constants.star
View file @
2ca35e8e
...
...
@@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
"ethpandaops/ethereum-genesis-generator:3.5.
1
"
"ethpandaops/ethereum-genesis-generator:3.5.
3
"
)
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
...
...
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