Skip to content

Commit

Permalink
Add getting claim queue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed Aug 22, 2023
1 parent f129537 commit da5505f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions essentials/src/api/dynamic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ use crate::{
polkadot_parachain::primitives::Id,
polkadot_runtime_parachains::scheduler::{AssignmentKind, CoreAssignment},
},
polkadot_primitives::{CoreIndex, GroupIndex, ValidatorIndex},
polkadot_primitives::{CoreIndex, CoreOccupied, GroupIndex, ValidatorIndex},
},
types::{Assignment, BlockNumber, ClaimQueue, CoreOccupied, ParasEntry},
types::{Assignment, BlockNumber, ClaimQueue, ParasEntry},
};
use log::error;
use std::collections::{BTreeMap, VecDeque};
Expand Down
1 change: 0 additions & 1 deletion essentials/src/api/subxt_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub enum RequestType {
ExtractParaInherent(subxt::blocks::Block<PolkadotConfig, OnlineClient<PolkadotConfig>>),
/// Get the availability core scheduling information at a given block.
GetScheduledParas(<PolkadotConfig as subxt::Config>::Hash),
/// TODO: Fill
/// Get the claim queue scheduling information at a given block.
GetClaimQueue(<PolkadotConfig as subxt::Config>::Hash),
/// Get occupied core information at a given block.
Expand Down

0 comments on commit da5505f

Please sign in to comment.