-
Notifications
You must be signed in to change notification settings - Fork 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
Feature/prospective parachains multi candidates #1996
Merged
iceseer
merged 16 commits into
master
from
feature/prospective_parachains_multi_candidates
Apr 7, 2024
Merged
Feature/prospective parachains multi candidates #1996
iceseer
merged 16 commits into
master
from
feature/prospective_parachains_multi_candidates
Apr 7, 2024
Conversation
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
iceseer
force-pushed
the
feature/prospective_parachains_multi_candidates
branch
from
March 6, 2024 15:33
0cc14d5
to
4d59039
Compare
Signed-off-by: iceseer <[email protected]>
Signed-off-by: iceseer <[email protected]>
iceseer
force-pushed
the
feature/prospective_parachains_multi_candidates
branch
from
March 6, 2024 15:50
4d59039
to
0c43fea
Compare
Signed-off-by: iceseer <[email protected]>
Signed-off-by: iceseer <[email protected]>
Signed-off-by: turuslan <[email protected]>
Signed-off-by: turuslan <[email protected]>
Signed-off-by: iceseer <[email protected]>
…_parachains_multi_candidates
…pective_parachains_multi_candidates
iceseer
force-pushed
the
feature/prospective_parachains_multi_candidates
branch
from
March 14, 2024 08:09
0ee4703
to
48853ac
Compare
Signed-off-by: iceseer <[email protected]>
iceseer
force-pushed
the
feature/prospective_parachains_multi_candidates
branch
from
March 14, 2024 08:37
48853ac
to
fd3e6c6
Compare
Signed-off-by: iceseer <[email protected]>
…_parachains_multi_candidates Signed-off-by: iceseer <[email protected]> # Conflicts: # core/parachain/pvf/pvf_impl.cpp # core/parachain/pvf/pvf_impl.hpp # core/runtime/common/runtime_instances_pool.cpp # test/core/parachain/pvf_test.cpp
iceseer
force-pushed
the
feature/prospective_parachains_multi_candidates
branch
from
April 1, 2024 08:07
3d2b2e9
to
a97547e
Compare
Signed-off-by: iceseer <[email protected]>
iceseer
force-pushed
the
feature/prospective_parachains_multi_candidates
branch
from
April 1, 2024 08:09
a97547e
to
7bdfca4
Compare
xDimon
approved these changes
Apr 5, 2024
@@ -193,6 +193,8 @@ namespace kagome::network { | |||
*/ | |||
virtual std::optional<std::reference_wrapper<PeerState>> getPeerState( | |||
const PeerId &peer_id) = 0; | |||
virtual std::optional<std::reference_wrapper<const PeerState>> getPeerState( |
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.
Perhaps, non-const method is not used and might be deleted
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.
Нужен для изменения версии и стауса коллатора.
Signed-off-by: iceseer <[email protected]>
kamilsa
approved these changes
Apr 7, 2024
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.
Closes #1993
Description of the Change
Provide multiple candidates from fragment tree
Ref: paritytech/polkadot-sdk#3160