Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Network bridge changes for asynchronous backing + update subsystems to handle versioned packets #5991

Merged
merged 21 commits into from
Sep 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node/core/backing/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ use polkadot_node_subsystem::{
use polkadot_node_subsystem_test_helpers as test_helpers;
use polkadot_primitives::v2::{
CandidateDescriptor, GroupRotationInfo, HeadData, PersistedValidationData, ScheduledCore,
SessionIndex,
};
use sp_application_crypto::AppKey;
use sp_keyring::Sr25519Keyring;
Expand Down
Loading