Skip to content

Feature/prospective parachains multi candidates#1996

Merged
iceseer merged 16 commits intomasterfrom
feature/prospective_parachains_multi_candidates
Apr 7, 2024
Merged

Feature/prospective parachains multi candidates#1996
iceseer merged 16 commits intomasterfrom
feature/prospective_parachains_multi_candidates

Conversation

@iceseer
Copy link
Copy Markdown
Contributor

@iceseer iceseer commented Mar 1, 2024

Closes #1993

Description of the Change

Provide multiple candidates from fragment tree

Ref: paritytech/polkadot-sdk#3160

@iceseer iceseer requested review from kamilsa and xDimon March 4, 2024 12:32
@iceseer iceseer force-pushed the feature/prospective_parachains_multi_candidates branch from 0cc14d5 to 4d59039 Compare March 6, 2024 15:33
iceseer added 2 commits March 6, 2024 18:49
Signed-off-by: iceseer <iceseer@gmail.com>
Signed-off-by: iceseer <iceseer@gmail.com>
@iceseer iceseer force-pushed the feature/prospective_parachains_multi_candidates branch from 4d59039 to 0c43fea Compare March 6, 2024 15:50
iceseer and others added 7 commits March 6, 2024 18:58
Signed-off-by: iceseer <iceseer@gmail.com>
Signed-off-by: iceseer <iceseer@gmail.com>
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
Signed-off-by: iceseer <iceseer@gmail.com>
@iceseer iceseer force-pushed the feature/prospective_parachains_multi_candidates branch from 0ee4703 to 48853ac Compare March 14, 2024 08:09
Signed-off-by: iceseer <iceseer@gmail.com>
@iceseer iceseer force-pushed the feature/prospective_parachains_multi_candidates branch from 48853ac to fd3e6c6 Compare March 14, 2024 08:37
iceseer added 2 commits April 1, 2024 10:06
Signed-off-by: iceseer <iceseer@gmail.com>
…_parachains_multi_candidates

Signed-off-by: iceseer <iceseer@gmail.com>

# 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 iceseer force-pushed the feature/prospective_parachains_multi_candidates branch from 3d2b2e9 to a97547e Compare April 1, 2024 08:07
Signed-off-by: iceseer <iceseer@gmail.com>
@iceseer iceseer force-pushed the feature/prospective_parachains_multi_candidates branch from a97547e to 7bdfca4 Compare April 1, 2024 08:09
*/
virtual std::optional<std::reference_wrapper<PeerState>> getPeerState(
const PeerId &peer_id) = 0;
virtual std::optional<std::reference_wrapper<const PeerState>> getPeerState(
Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужен для изменения версии и стауса коллатора.

Signed-off-by: iceseer <iceseer@gmail.com>
@iceseer iceseer merged commit d0de7d0 into master Apr 7, 2024
@iceseer iceseer deleted the feature/prospective_parachains_multi_candidates branch April 7, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Respond with multiple backable candidates

4 participants