mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Companion PR for 'Make choosing an executor an explicit part of service construction' (#9525) (#3615)
* Companion PR * Update a few files * Run cargo fmt * Do better at renaming things * More renamings * More fixes * oops * Fix simnet problems * fix compilation * Update substrate Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
@@ -28,7 +28,8 @@ use sp_runtime::BuildStorage;
|
||||
pub use block_builder::*;
|
||||
pub use polkadot_test_runtime as runtime;
|
||||
pub use polkadot_test_service::{
|
||||
construct_extrinsic, construct_transfer_extrinsic, Client, FullBackend, PolkadotTestExecutor,
|
||||
construct_extrinsic, construct_transfer_extrinsic, Client, FullBackend,
|
||||
PolkadotTestExecutorDispatch,
|
||||
};
|
||||
pub use substrate_test_client::*;
|
||||
|
||||
@@ -36,7 +37,7 @@ pub use substrate_test_client::*;
|
||||
pub type Executor = client::LocalCallExecutor<
|
||||
Block,
|
||||
FullBackend,
|
||||
sc_executor::NativeExecutor<PolkadotTestExecutor>,
|
||||
sc_executor::NativeElseWasmExecutor<PolkadotTestExecutorDispatch>,
|
||||
>;
|
||||
|
||||
/// Test client builder for Polkadot.
|
||||
|
||||
Reference in New Issue
Block a user