mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Companion for substrate#10878 (#4940)
* Companion for substrate#10878
* update lockfile for {"substrate"}
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+165
-163
File diff suppressed because it is too large
Load Diff
@@ -418,7 +418,7 @@ fn new_partial<RuntimeApi, ExecutorDispatch, ChainSelection>(
|
|||||||
(BeefySignedCommitmentSender<Block>, BeefyBestBlockSender<Block>),
|
(BeefySignedCommitmentSender<Block>, BeefyBestBlockSender<Block>),
|
||||||
),
|
),
|
||||||
grandpa::SharedVoterState,
|
grandpa::SharedVoterState,
|
||||||
std::time::Duration, // slot-duration
|
sp_consensus_babe::SlotDuration,
|
||||||
Option<Telemetry>,
|
Option<Telemetry>,
|
||||||
),
|
),
|
||||||
>,
|
>,
|
||||||
@@ -473,7 +473,7 @@ where
|
|||||||
let timestamp = sp_timestamp::InherentDataProvider::from_system_time();
|
let timestamp = sp_timestamp::InherentDataProvider::from_system_time();
|
||||||
|
|
||||||
let slot =
|
let slot =
|
||||||
sp_consensus_babe::inherents::InherentDataProvider::from_timestamp_and_duration(
|
sp_consensus_babe::inherents::InherentDataProvider::from_timestamp_and_slot_duration(
|
||||||
*timestamp,
|
*timestamp,
|
||||||
slot_duration,
|
slot_duration,
|
||||||
);
|
);
|
||||||
@@ -1071,7 +1071,7 @@ where
|
|||||||
let timestamp = sp_timestamp::InherentDataProvider::from_system_time();
|
let timestamp = sp_timestamp::InherentDataProvider::from_system_time();
|
||||||
|
|
||||||
let slot =
|
let slot =
|
||||||
sp_consensus_babe::inherents::InherentDataProvider::from_timestamp_and_duration(
|
sp_consensus_babe::inherents::InherentDataProvider::from_timestamp_and_slot_duration(
|
||||||
*timestamp,
|
*timestamp,
|
||||||
slot_duration,
|
slot_duration,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user