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
91694dfc
Unverified
Commit
91694dfc
authored
May 09, 2024
by
Barnabas Busa
Committed by
GitHub
May 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: add peer_das_epoch to egg (#603)
parent
7b5b0b59
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
pectra-devnet-0.yaml
.github/tests/pectra-devnet-0.yaml
+14
-0
peerdas-fork.yaml
.github/tests/peerdas-fork.yaml
+3
-1
constants.star
src/package_io/constants.star
+1
-1
No files found.
.github/tests/pectra-devnet-0.yaml
0 → 100644
View file @
91694dfc
participants
:
-
el_type
:
geth
el_image
:
ethpandaops/geth:lightclient-prague-devnet-0
cl_type
:
grandine
cl_image
:
ethpandaops/grandine:feature-electra
-
el_type
:
nethermind
el_image
:
nethermindeth/nethermind:pectra
cl_type
:
lodestar
cl_image
:
ethpandaops/lodestar:electra-fork
network_params
:
electra_fork_epoch
:
1
additional_services
:
-
dora
snooper_enabled
:
true
.github/tests/peerdas-fork.yaml
View file @
91694dfc
...
@@ -2,7 +2,9 @@ participants:
...
@@ -2,7 +2,9 @@ participants:
-
el_type
:
geth
-
el_type
:
geth
cl_type
:
prysm
cl_type
:
prysm
cl_image
:
ethpandaops/prysm-beacon-chain:peerDASE2E
cl_image
:
ethpandaops/prysm-beacon-chain:peerDASE2E
count
:
3
-
el_type
:
geth
cl_type
:
lighthouse
cl_image
:
ethpandaops/lighthouse:das
network_params
:
network_params
:
eip7594_fork_epoch
:
0
eip7594_fork_epoch
:
0
eip7594_fork_version
:
"
0x50000038"
eip7594_fork_version
:
"
0x50000038"
...
...
src/package_io/constants.star
View file @
91694dfc
...
@@ -88,7 +88,7 @@ EIP7594_FORK_VERSION = "0x70000038"
...
@@ -88,7 +88,7 @@ EIP7594_FORK_VERSION = "0x70000038"
ETHEREUM_GENESIS_GENERATOR = struct(
ETHEREUM_GENESIS_GENERATOR = struct(
capella_genesis="ethpandaops/ethereum-genesis-generator:2.0.12", # Deprecated (no support for minimal config)
capella_genesis="ethpandaops/ethereum-genesis-generator:2.0.12", # Deprecated (no support for minimal config)
deneb_genesis="ethpandaops/ethereum-genesis-generator:3.1.
1
", # Default
deneb_genesis="ethpandaops/ethereum-genesis-generator:3.1.
2
", # Default
verkle_support_genesis="ethpandaops/ethereum-genesis-generator:3.0.0-rc.19", # soon to be deneb genesis, waiting for rebase
verkle_support_genesis="ethpandaops/ethereum-genesis-generator:3.0.0-rc.19", # soon to be deneb genesis, waiting for rebase
verkle_genesis="ethpandaops/ethereum-genesis-generator:verkle-gen-v1.0.0",
verkle_genesis="ethpandaops/ethereum-genesis-generator:verkle-gen-v1.0.0",
)
)
...
...
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