-
Notifications
You must be signed in to change notification settings - Fork 328
feat: add skip_start #1253
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
feat: add skip_start #1253
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6f92f49
feat: add skip_start
barnabasbusa 062e90b
remove minimal preset with 2s slot
barnabasbusa 4e25c68
use minimal
barnabasbusa 9cafe25
Merge branch 'main' into bbusa/skip_start
barnabasbusa 1df04c3
add checkpointz url
barnabasbusa 2d1f380
Merge branch 'main' into bbusa/skip_start
barnabasbusa 3891532
Merge branch 'main' into bbusa/skip_start
barnabasbusa 113dc7b
fix checkpointz params
barnabasbusa b92fa72
Merge branch 'main' into bbusa/skip_start
barnabasbusa f77b52a
Merge branch 'main' into bbusa/skip_start
barnabasbusa 062bc2b
fix checkpointz image
barnabasbusa 10075a0
Merge branch 'main' into bbusa/skip_start
barnabasbusa c863b96
Merge branch 'main' into bbusa/skip_start
barnabasbusa 6a73cc4
Update skip.yaml to remove unused parameters
barnabasbusa 6bbedd3
Merge branch 'main' into bbusa/skip_start
barnabasbusa 6a11cb3
Merge branch 'main' into bbusa/skip_start
barnabasbusa 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| participants: | ||
| - cl_type: prysm | ||
|
|
||
| - cl_type: lighthouse | ||
| checkpoint_sync_enabled: true | ||
| skip_start: true | ||
| validator_count: 1 | ||
|
|
||
| - cl_type: teku | ||
| checkpoint_sync_enabled: true | ||
| skip_start: true | ||
| validator_count: 1 | ||
|
|
||
| - cl_type: lodestar | ||
| checkpoint_sync_enabled: true | ||
| skip_start: true | ||
| validator_count: 1 | ||
|
|
||
| - cl_type: grandine | ||
| checkpoint_sync_enabled: true | ||
| skip_start: true | ||
| validator_count: 1 | ||
|
|
||
| network_params: | ||
| seconds_per_slot: 4 | ||
| preset: minimal | ||
| additional_services: | ||
| - dora | ||
| - checkpointz | ||
|
|
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
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.