mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 08:31:16 +00:00
refactor out validation hosts to pool struct (#972)
* refactor out validation hosts to pool struct * make web-wasm compatible * typo * remove now-unused static hosts
This commit is contained in:
committed by
GitHub
parent
a2a4f4c755
commit
15a83079ba
@@ -299,6 +299,7 @@ fn consensus_instances_cleaned_up() {
|
||||
signing_context,
|
||||
AvailabilityStore::new_in_memory(service.clone()),
|
||||
None,
|
||||
None,
|
||||
));
|
||||
|
||||
pool.spawner().spawn_local(worker_task).unwrap();
|
||||
@@ -329,6 +330,7 @@ fn collation_is_received_with_dropped_router() {
|
||||
signing_context,
|
||||
AvailabilityStore::new_in_memory(service.clone()),
|
||||
None,
|
||||
None,
|
||||
));
|
||||
|
||||
pool.spawner().spawn_local(worker_task).unwrap();
|
||||
@@ -550,6 +552,7 @@ fn fetches_pov_block_from_gossip() {
|
||||
signing_context,
|
||||
AvailabilityStore::new_in_memory(service.clone()),
|
||||
None,
|
||||
None,
|
||||
));
|
||||
|
||||
let spawner = pool.spawner();
|
||||
|
||||
Reference in New Issue
Block a user