chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
|
||||
//! Tests for top-level transaction pool api
|
||||
|
||||
use bizinikiwi_test_runtime_client::{
|
||||
runtime::{Block, Extrinsic, ExtrinsicBuilder, Hash, Header, Nonce, Transfer, TransferData},
|
||||
ClientBlockImportExt,
|
||||
Sr25519Keyring::*,
|
||||
};
|
||||
use bizinikiwi_test_runtime_transaction_pool::{uxt, TestApi};
|
||||
use codec::Encode;
|
||||
use futures::{
|
||||
executor::{block_on, block_on_stream},
|
||||
@@ -38,12 +44,6 @@ use pezsp_runtime::{
|
||||
transaction_validity::{TransactionSource, ValidTransaction},
|
||||
};
|
||||
use std::{collections::BTreeSet, pin::Pin, sync::Arc};
|
||||
use bizinikiwi_test_runtime_client::{
|
||||
runtime::{Block, Extrinsic, ExtrinsicBuilder, Hash, Header, Nonce, Transfer, TransferData},
|
||||
ClientBlockImportExt,
|
||||
Sr25519Keyring::*,
|
||||
};
|
||||
use bizinikiwi_test_runtime_transaction_pool::{uxt, TestApi};
|
||||
use tracing::{debug, trace};
|
||||
|
||||
type Pool<Api> = pezsc_transaction_pool::Pool<Api, ()>;
|
||||
|
||||
Reference in New Issue
Block a user