-
Notifications
You must be signed in to change notification settings - Fork 123
[CI]: migrate sync committee devnet from docker-compose to Kurtosis #999
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
10 commits
Select commit
Hold shift + click to select a range
a5aca2f
introducing kurtosis for our devnet
dharjeezy c62fe21
changes for test_prover to pass
dharjeezy 7682b73
Merge branch 'main' of github.com:polytope-labs/hyperbridge into dami…
dharjeezy a3059a9
introduce KurtosisDevnet
dharjeezy 738afef
ci: trigger run
dharjeezy cc62671
ci: enable pull_request trigger on this branch
dharjeezy 1ebaeb5
add yaml file
dharjeezy 1e710fb
ci: install pinned Kurtosis 1.20.0 and pin ethereum-package commit
dharjeezy 8ea288a
ci: authenticate to Docker Hub and retry kurtosis setup to avoid pull…
dharjeezy 0ea58eb
[consensus]: remove legacy ElectraDevnet devnet config
dharjeezy 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
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,26 @@ | ||
| participants: | ||
| - el_type: geth | ||
| cl_type: lighthouse | ||
| count: 1 | ||
|
|
||
| network_params: | ||
| preset: mainnet | ||
| genesis_delay: 20 | ||
| seconds_per_slot: 4 | ||
| # All forks active at epoch 0 so the devnet starts on Electra (Pectra CL) immediately | ||
| altair_fork_epoch: 0 | ||
| bellatrix_fork_epoch: 0 | ||
| capella_fork_epoch: 0 | ||
| deneb_fork_epoch: 0 | ||
| electra_fork_epoch: 0 | ||
|
|
||
| # Expose beacon and execution ports on fixed local ports for easy access | ||
| port_publisher: | ||
| cl: | ||
| enabled: true | ||
| public_port_start: 53000 | ||
| el: | ||
| enabled: true | ||
| public_port_start: 52000 | ||
|
|
||
| additional_services: [] |
Oops, something went wrong.
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.