mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Move registration of ReadRuntimeVersionExt to ExecutionExtension (#13820)
Instead of registering `ReadRuntimeVersionExt` in `sp-state-machine` it is moved to `ExecutionExtension` which provides the default extensions.
This commit is contained in:
@@ -181,6 +181,7 @@ where
|
||||
config.execution_strategies.clone(),
|
||||
Some(keystore_container.keystore()),
|
||||
sc_offchain::OffchainDb::factory_from_backend(&*backend),
|
||||
Arc::new(executor.clone()),
|
||||
);
|
||||
|
||||
let wasm_runtime_substitutes = config
|
||||
|
||||
@@ -427,6 +427,7 @@ mod tests {
|
||||
Default::default(),
|
||||
None,
|
||||
None,
|
||||
Arc::new(executor.clone()),
|
||||
)),
|
||||
};
|
||||
|
||||
|
||||
@@ -243,6 +243,7 @@ where
|
||||
Default::default(),
|
||||
keystore,
|
||||
sc_offchain::OffchainDb::factory_from_backend(&*backend),
|
||||
Arc::new(executor.clone()),
|
||||
);
|
||||
|
||||
let call_executor =
|
||||
|
||||
Reference in New Issue
Block a user