chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -399,9 +399,9 @@ mod tests {
|
||||
graph::Pool,
|
||||
TimedTransactionSource,
|
||||
};
|
||||
use futures::executor::block_on;
|
||||
use bizinikiwi_test_runtime::{AccountId, Transfer, H256};
|
||||
use bizinikiwi_test_runtime_client::Sr25519Keyring::{Alice, Bob};
|
||||
use futures::executor::block_on;
|
||||
|
||||
#[test]
|
||||
fn revalidation_queue_works() {
|
||||
|
||||
@@ -38,7 +38,6 @@ use crate::{
|
||||
use async_trait::async_trait;
|
||||
use futures::{channel::oneshot, future, prelude::*, Future, FutureExt};
|
||||
use parking_lot::Mutex;
|
||||
use prometheus_endpoint::Registry as PrometheusRegistry;
|
||||
use pezsc_transaction_pool_api::{
|
||||
error::Error as TxPoolError, ChainEvent, ImportNotificationStream, MaintainedTransactionPool,
|
||||
PoolStatus, TransactionFor, TransactionPool, TransactionSource, TransactionStatusStreamFor,
|
||||
@@ -53,6 +52,7 @@ use pezsp_runtime::{
|
||||
},
|
||||
transaction_validity::{TransactionTag as Tag, TransactionValidityError},
|
||||
};
|
||||
use prometheus_endpoint::Registry as PrometheusRegistry;
|
||||
use std::{
|
||||
collections::{HashMap, HashSet},
|
||||
pin::Pin,
|
||||
|
||||
Reference in New Issue
Block a user