mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
Fix nothing scheduled on session boundary (#1403)
* Fix scheduled state at session boundaries. * Cleanup + better docs. * More cleanup and fixes. * Remove 12s hack. * Add dep. * Make clippy happy --------- Co-authored-by: eskimor <eskimor@no-such-url.com>
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
//! The Polkadot multiplexing assignment provider.
|
||||
//! Provides blockspace assignments for both bulk and on demand parachains.
|
||||
use frame_system::pallet_prelude::BlockNumberFor;
|
||||
use primitives::{v5::Assignment, CoreIndex, Id as ParaId};
|
||||
use primitives::{CoreIndex, Id as ParaId};
|
||||
|
||||
use crate::{
|
||||
configuration, paras,
|
||||
scheduler::common::{AssignmentProvider, AssignmentProviderConfig},
|
||||
scheduler::common::{Assignment, AssignmentProvider, AssignmentProviderConfig},
|
||||
};
|
||||
|
||||
pub use pallet::*;
|
||||
|
||||
Reference in New Issue
Block a user