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
+5 -5
View File
@@ -20,6 +20,11 @@ use super::*;
use crate::testing::{test_executor, timeout_secs};
use assert_matches::assert_matches;
use bizinikiwi_test_runtime_client::{
self,
runtime::{Block, Extrinsic, ExtrinsicBuilder, SessionKeys, Transfer},
Backend, Client, DefaultTestClientBuilderExt, Sr25519Keyring, TestClientBuilderExt,
};
use codec::Encode;
use jsonrpsee::{core::EmptyServerParams as EmptyParams, MethodsError as RpcError, RpcModule};
use pezsc_rpc_api::DenyUnsafe;
@@ -36,11 +41,6 @@ use pezsp_crypto_hashing::blake2_256;
use pezsp_keystore::{testing::MemoryKeystore, Keystore};
use pezsp_runtime::Perbill;
use std::sync::Arc;
use bizinikiwi_test_runtime_client::{
self,
runtime::{Block, Extrinsic, ExtrinsicBuilder, SessionKeys, Transfer},
Backend, Client, DefaultTestClientBuilderExt, Sr25519Keyring, TestClientBuilderExt,
};
fn uxt(sender: Sr25519Keyring, nonce: u64) -> Extrinsic {
let tx = Transfer {
+4 -4
View File
@@ -19,14 +19,14 @@
use super::*;
use crate::testing::{test_executor, timeout_secs};
use assert_matches::assert_matches;
use jsonrpsee::core::EmptyServerParams as EmptyParams;
use pezsc_block_builder::BlockBuilderBuilder;
use pezsp_consensus::BlockOrigin;
use pezsp_rpc::list::ListOrValue;
use bizinikiwi_test_runtime_client::{
prelude::*,
runtime::{Block, Header, H256},
};
use jsonrpsee::core::EmptyServerParams as EmptyParams;
use pezsc_block_builder::BlockBuilderBuilder;
use pezsp_consensus::BlockOrigin;
use pezsp_rpc::list::ListOrValue;
#[tokio::test]
async fn should_return_header() {
+1 -1
View File
@@ -18,10 +18,10 @@
use super::*;
use crate::DenyUnsafe;
use bizinikiwi_test_runtime_client::{prelude::*, runtime::Block};
use pezsc_block_builder::BlockBuilderBuilder;
use pezsp_blockchain::HeaderBackend;
use pezsp_consensus::BlockOrigin;
use bizinikiwi_test_runtime_client::{prelude::*, runtime::Block};
#[tokio::test]
async fn block_stats_work() {
+4 -4
View File
@@ -20,16 +20,16 @@ use self::error::Error;
use super::*;
use crate::testing::{allow_unsafe, test_executor, timeout_secs};
use assert_matches::assert_matches;
use bizinikiwi_test_runtime_client::{
prelude::*,
runtime::{ExtrinsicBuilder, Transfer},
};
use futures::executor;
use jsonrpsee::{core::EmptyServerParams as EmptyParams, MethodsError as RpcError};
use pezsc_block_builder::BlockBuilderBuilder;
use pezsp_consensus::BlockOrigin;
use pezsp_core::{hash::H256, storage::ChildInfo};
use std::sync::Arc;
use bizinikiwi_test_runtime_client::{
prelude::*,
runtime::{ExtrinsicBuilder, Transfer},
};
const STORAGE_KEY: &[u8] = b"child";
+1 -1
View File
@@ -19,6 +19,7 @@
use super::{helpers::SyncState, *};
use crate::DenyUnsafe;
use assert_matches::assert_matches;
use bizinikiwi_test_runtime_client::runtime::Block;
use futures::prelude::*;
use jsonrpsee::{core::EmptyServerParams as EmptyParams, MethodsError as RpcError, RpcModule};
use pezsc_network::{self, config::Role, PeerId};
@@ -31,7 +32,6 @@ use std::{
process::{Command, Stdio},
thread,
};
use bizinikiwi_test_runtime_client::runtime::Block;
struct Status {
pub peers: usize,