mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 02:08:02 +00:00
Updates substrate to latest master (#107)
* Updates substrate to latest master * Use slot_duration and not slot * Update to latest substrate master again to have latest CLI * Rename iherent indentifier * Update after master merge
This commit is contained in:
@@ -106,14 +106,3 @@ pub type BlockId = generic::BlockId<Block>;
|
||||
pub struct UncheckedExtrinsic(#[cfg_attr(feature = "std", serde(with="bytes"))] pub Vec<u8>);
|
||||
|
||||
impl Extrinsic for UncheckedExtrinsic {}
|
||||
|
||||
/// Inherent data to include in a block.
|
||||
#[derive(Encode, Decode)]
|
||||
pub struct InherentData {
|
||||
/// Current timestamp.
|
||||
pub timestamp: u64,
|
||||
/// Parachain heads update. This contains fully-attested candidates.
|
||||
pub parachains: Vec<::parachain::AttestedCandidate>,
|
||||
/// Expected slot for aura authorship.
|
||||
pub aura_expected_slot: u64,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user