Resolve L1 launch failure from clean state#8
Merged
Conversation
Upgrade Kurtosis Go SDK from v1.14.1 to v1.15.2 to support the publish_udp parameter required by the latest ethereum-package. Update params.yaml to align with current ssv-mini expectations: - Bump geth to v1.16.7 and lighthouse to v8.0.1 - Add supernode flag for lighthouse v8+ compatibility - Disable perfect_peerdas_enabled (requires 16+ participants) - Use public Docker images for ssv-node, anchor, and monitor - Bump anchor from v0.3.1 to v1.2.0 Document Kurtosis >= 1.15.2 requirement in READMEs.
Contributor
Author
|
Double checked, L1 cluster starts successfully from clean repo: |
oleg-ssvlabs
approved these changes
Mar 20, 2026
kchojn
approved these changes
Mar 20, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Executing make-l1 from clean state fails by local-testnet dependencies parameters changes:
publish_udpkey has been added to ethereum_package: feat(launcher): add publish_udp to participant configurations ethpandaops/ethereum-package#1300Upgrade Kurtosis Go SDK from v1.14.1 to v1.15.2 to support the
publish_udpparameter required by the latest ethereum-package.Update params.yaml to align with current ssv-mini expectations: