Companion for #8137 (MMR Custom RPC) (#2463)

* Switch branch

* Fix compilation.

* Revert "Switch branch"

This reverts commit a3bd3621772ae98618c46102d03501856b7950ba.

* Update Cargo.lock.

* Add telemetry span back.

* Fix telemetry_span issues.

* Update substrate.
This commit is contained in:
Tomasz Drwięga
2021-03-10 17:20:30 +01:00
committed by GitHub
parent baa691deb1
commit 639dcc2e75
2 changed files with 147 additions and 146 deletions
+146 -144
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -691,7 +691,7 @@ pub fn new_full<RuntimeApi, Executor>(
if config.offchain_worker.enabled {
let _ = service::build_offchain_workers(
&config, backend.clone(), task_manager.spawn_handle(), client.clone(), network.clone(),
&config, task_manager.spawn_handle(), client.clone(), network.clone(),
);
}
@@ -1009,7 +1009,6 @@ fn new_light<Runtime, Dispatch>(mut config: Configuration) -> Result<(
if config.offchain_worker.enabled {
let _ = service::build_offchain_workers(
&config,
backend.clone(),
task_manager.spawn_handle(),
client.clone(),
network.clone(),