-
Notifications
You must be signed in to change notification settings - Fork 689
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
Fix core sharing and make use of scheduling_lookahead #4724
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
b64eb22
Zombienet test for two parachains sharing a core
tdimitrov 4deb507
fixes
alindima c94c398
further simplify the fix
alindima 732a74f
prospective-parachains: hack fetch_upcoming_paras
tdimitrov 49193f3
Use claim queue in the validator side of collator protocol
tdimitrov 00eed19
Use claim queue in the collator side of collator protocol
tdimitrov 4ddb874
Use claim queue in `fetch_upcoming_paras` from `prospective-parachains`
tdimitrov 8190687
add prospective parachains tests
alindima a2f0a25
fix collator side and collator side tests
alindima b979563
Merge remote-tracking branch 'origin/master' into tsv-ct-core-sharing
alindima c996a90
clippy
alindima c874cf1
it works!!
alindima ec70d6b
Merge remote-tracking branch 'origin/master' into tsv-ct-core-sharing
alindima b88f4e8
properly fix backing
alindima 8afe82f
fix unit tests
alindima 7050c2e
update comments
alindima e23187b
add proper zombienet test
alindima a3560a3
review comments
alindima 2fe2420
symlink assign-core.js
alindima 8f1d8e0
try fixing zombienet
alindima 3469f2d
fix compilation
alindima 889cb32
clippy again
alindima a4387a2
add prdoc
alindima 8532f7d
try fixing prdoc
alindima 7c1fc91
Merge remote-tracking branch 'origin/master' into tsv-ct-core-sharing
alindima e85b19f
try fixing zombienet
alindima 4d69a3a
more zombienet
alindima 829af4d
semver
alindima a6998be
use relative symlinks
alindima 21be690
CI stuff
alindima 2cb6bf2
small review comment
alindima 8f860c1
add copy command to CI file
alindima e343989
fix gitlab yaml
alindima 69d16cd
lower glutton compute
alindima 4c3635b
Merge remote-tracking branch 'origin/master' into tsv-ct-core-sharing
alindima 9eea0c6
relax zombienet constraint
alindima 9c118cb
don't compute the validator group for an unscheduled core when using …
alindima 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for this PR, but once we got rid of the legacy stuff, I think we should make e.g. this iterator accessible. Should enable us to be able to get rid of this parameter as well (and the fetching of the cores to begin with).