mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Companion - Independence of Slot-based algorithms from Timestamp (#5997)
* Companion for substrate #12224 * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+172
-173
File diff suppressed because it is too large
Load Diff
@@ -541,7 +541,7 @@ where
|
|||||||
slot_duration,
|
slot_duration,
|
||||||
);
|
);
|
||||||
|
|
||||||
Ok((timestamp, slot))
|
Ok((slot, timestamp))
|
||||||
},
|
},
|
||||||
&task_manager.spawn_essential_handle(),
|
&task_manager.spawn_essential_handle(),
|
||||||
config.prometheus_registry(),
|
config.prometheus_registry(),
|
||||||
@@ -1152,7 +1152,7 @@ where
|
|||||||
slot_duration,
|
slot_duration,
|
||||||
);
|
);
|
||||||
|
|
||||||
Ok((timestamp, slot, parachain))
|
Ok((slot, timestamp, parachain))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
force_authoring,
|
force_authoring,
|
||||||
|
|||||||
Reference in New Issue
Block a user