-
Notifications
You must be signed in to change notification settings - Fork 7
ePBS (EIP-7732 / Gloas) fork-transition test scenario #34
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
0b2d85d
add params-gloas.yaml for ePBS (EIP-7732 / Gloas) fork-transition tes…
iurii-ssv f53dce5
check-deps: guard against low Docker disk (geth low-disk shutdown)
iurii-ssv 07c0bd3
docs(local_testnet): clarify disk-check semantics + flag moving devne…
iurii-ssv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| # Gloas / ePBS (EIP-7732) fork-transition test: genesis on Fulu, forks into Gloas at epoch 2. | ||
| # Usage: SSV_COMMIT=epbs-gloas make prepare && make run-gloas | ||
| # (or: make run PARAMS_FILE=params-gloas.yaml) | ||
| # | ||
| # Clients: ethpandaops glamsterdam-devnet-5 builds — the stock geth/lighthouse releases used by | ||
| # params.yaml do NOT implement EIP-7732. The genesis generator is pinned to a Gloas-aware build | ||
| # (the ethereum-package@6.1.0 default, 5.3.5, predates Gloas). | ||
| # | ||
| # Heads-up — the devnet image tags below (glamsterdam-devnet-5 for geth/lighthouse, dora master-*) | ||
| # are MOVING targets that ethpandaops re-pushes as the devnet advances; they're left unpinned on | ||
| # purpose to track devnet-5. If a future run breaks genesis or the transition, a re-pushed image is | ||
| # a prime suspect — refresh the tags, or pin a @sha256: digest once devnet-5 stabilizes. | ||
| # | ||
| # Gloas is purely beacon-driven on the SSV side: the node reads GLOAS_FORK_EPOCH from the beacon | ||
| # node's /config/spec at runtime, so no SSV-side fork knob is needed. Boole (the SSV protocol fork | ||
| # ePBS builds on) must be active, though — hence boole_epoch: 0 (default is disabled). | ||
| # | ||
| # Monitor (E2M) is disabled: the ethereum2-monitor image cannot parse Fulu/Gloas beacon blocks | ||
| # (it decodes via go-eth2-client, which has no Gloas types). Observe ePBS via the SSV node logs | ||
| # and dora. Re-enable once E2M gains Gloas support. | ||
|
|
||
| network: | ||
| participants: | ||
| - el_type: geth | ||
| el_image: ethpandaops/geth:glamsterdam-devnet-5 | ||
|
momosh-ssv marked this conversation as resolved.
|
||
| cl_type: lighthouse | ||
| cl_image: ethpandaops/lighthouse:glamsterdam-devnet-5 | ||
| validator_count: 32 | ||
| count: 2 | ||
| supernode: true | ||
|
|
||
| additional_services: | ||
| - dora | ||
|
|
||
| # dora's default image can't render Gloas blocks; pin the devnet-5 build. | ||
| dora_params: | ||
| image: ethpandaops/dora:master-0e63023 | ||
|
|
||
| # 6.1.0's default generator (5.3.5) predates Gloas; pin the devnet-5 build. | ||
| ethereum_genesis_generator_params: | ||
| image: ethpandaops/ethereum-genesis-generator:6.0.8 | ||
|
|
||
| network_params: | ||
| network_id: "3151908" | ||
| deneb_fork_epoch: 0 | ||
| electra_fork_epoch: 0 | ||
| fulu_fork_epoch: 0 # Fulu must precede Gloas — activate at genesis | ||
| gloas_fork_epoch: 2 # ePBS fork; small so the transition lands a few minutes in (tune freely) | ||
| perfect_peerdas_enabled: false | ||
| preregistered_validator_count: 74 | ||
|
|
||
| port_publisher: | ||
| cl: | ||
| enabled: true | ||
|
|
||
| use_static_keys: true | ||
|
|
||
| monitor: | ||
| enabled: false | ||
|
|
||
| boole_epoch: 0 # SSV Boole fork active from genesis (ePBS builds on Boole); default is disabled | ||
|
|
||
| nodes: | ||
| ssv: | ||
| count: 4 | ||
| anchor: | ||
| count: 0 | ||
|
|
||
| images: | ||
| ssv: "node/ssv" | ||
| anchor: "sigp/anchor:v1.2.0" | ||
| monitor: "monitor" | ||
| redis: "redis:7.4.2" | ||
| postgres: "postgres:15" | ||
| deployer: "localssv/ssv-network" | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.