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
+3 -1
View File
@@ -779,7 +779,9 @@ mod tests {
use core::convert::Infallible;
use futures::future;
use http_body_util::BodyExt;
use pezsp_core::offchain::{Duration, Externalities, HttpError, HttpRequestId, HttpRequestStatus};
use pezsp_core::offchain::{
Duration, Externalities, HttpError, HttpRequestId, HttpRequestStatus,
};
use std::sync::LazyLock;
// Using LazyLock to avoid spawning lots of different SharedClients,
+6 -6
View File
@@ -326,6 +326,12 @@ where
#[cfg(test)]
mod tests {
use super::*;
use bizinikiwi_test_runtime_client::{
runtime::{
bizinikiwi_test_pallet::pezpallet::Call as PalletCall, ExtrinsicBuilder, RuntimeCall,
},
ClientBlockImportExt, DefaultTestClientBuilderExt, TestClientBuilderExt,
};
use futures::executor::block_on;
use pezsc_block_builder::BlockBuilderBuilder;
use pezsc_client_api::Backend as _;
@@ -338,12 +344,6 @@ mod tests {
use pezsp_consensus::BlockOrigin;
use pezsp_runtime::traits::Block as BlockT;
use std::{collections::HashSet, sync::Arc};
use bizinikiwi_test_runtime_client::{
runtime::{
bizinikiwi_test_pallet::pezpallet::Call as PalletCall, ExtrinsicBuilder, RuntimeCall,
},
ClientBlockImportExt, DefaultTestClientBuilderExt, TestClientBuilderExt,
};
struct TestNetwork();