mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
Adapt RemoteExternalities and its related types to be used with generic hash parameters (#3953)
Closes https://github.com/paritytech/polkadot-sdk/issues/3737 --------- Co-authored-by: command-bot <> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -1698,8 +1698,10 @@ pub(crate) mod remote_tests {
|
||||
///
|
||||
/// This will print some very useful statistics, make sure [`crate::LOG_TARGET`] is enabled.
|
||||
#[allow(dead_code)]
|
||||
pub(crate) async fn run_with_limits<Runtime, Block>(limits: MigrationLimits, mode: Mode<Block>)
|
||||
where
|
||||
pub(crate) async fn run_with_limits<Runtime, Block>(
|
||||
limits: MigrationLimits,
|
||||
mode: Mode<Block::Hash>,
|
||||
) where
|
||||
Runtime: crate::Config<Hash = H256>,
|
||||
Block: BlockT<Hash = H256> + DeserializeOwned,
|
||||
Block::Header: serde::de::DeserializeOwned,
|
||||
|
||||
Reference in New Issue
Block a user