chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
@@ -20,6 +20,8 @@
pub mod fatp_common;
use bizinikiwi_test_runtime_client::Sr25519Keyring::*;
use bizinikiwi_test_runtime_transaction_pool::uxt;
use fatp_common::{invalid_hash, new_best_block_event, TestPoolBuilder, LOG_TARGET, SOURCE};
use futures::{executor::block_on, FutureExt};
use pezsc_transaction_pool::ChainApi;
@@ -27,8 +29,6 @@ use pezsc_transaction_pool_api::{
error::Error as TxPoolError, LocalTransactionPool, MaintainedTransactionPool, TransactionPool,
TransactionStatus,
};
use bizinikiwi_test_runtime_client::Sr25519Keyring::*;
use bizinikiwi_test_runtime_transaction_pool::uxt;
use tracing::info;
#[test]
fn fatp_prio_ready_higher_evicts_lower() {