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
@@ -17,6 +17,10 @@
//! Integration tests for bls12-381
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
use pezsp_api::{ApiExt, ProvideRuntimeApi};
use pezsp_application_crypto::{bls381::AppPair, RuntimePublic};
use pezsp_core::{
@@ -28,10 +32,6 @@ use pezsp_core::{
};
use pezsp_keystore::{testing::MemoryKeystore, Keystore, KeystoreExt};
use std::sync::Arc;
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
#[test]
fn bls381_works_in_runtime() {
@@ -16,6 +16,10 @@
// limitations under the License.
//! Integration tests for ecdsa
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
use pezsp_api::{ApiExt, ProvideRuntimeApi};
use pezsp_application_crypto::{ecdsa::AppPair, RuntimePublic};
use pezsp_core::{
@@ -26,10 +30,6 @@ use pezsp_core::{
};
use pezsp_keystore::{testing::MemoryKeystore, Keystore, KeystoreExt};
use std::sync::Arc;
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
#[test]
fn ecdsa_works_in_runtime() {
@@ -17,6 +17,10 @@
//! Integration tests for ecdsa-bls12-381
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
use pezsp_api::{ApiExt, ProvideRuntimeApi};
use pezsp_application_crypto::{ecdsa_bls381::AppPair, RuntimePublic};
use pezsp_core::{
@@ -28,10 +32,6 @@ use pezsp_core::{
};
use pezsp_keystore::{testing::MemoryKeystore, Keystore, KeystoreExt};
use std::sync::Arc;
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
#[test]
fn ecdsa_bls381_works_in_runtime() {
@@ -17,6 +17,10 @@
//! Integration tests for ed25519
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
use pezsp_api::{ApiExt, ProvideRuntimeApi};
use pezsp_application_crypto::{ed25519::AppPair, RuntimePublic};
use pezsp_core::{
@@ -27,10 +31,6 @@ use pezsp_core::{
};
use pezsp_keystore::{testing::MemoryKeystore, Keystore, KeystoreExt};
use std::sync::Arc;
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
#[test]
fn ed25519_works_in_runtime() {
@@ -17,6 +17,10 @@
//! Integration tests for sr25519
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
use pezsp_api::{ApiExt, ProvideRuntimeApi};
use pezsp_application_crypto::{sr25519::AppPair, RuntimePublic};
use pezsp_core::{
@@ -27,10 +31,6 @@ use pezsp_core::{
};
use pezsp_keystore::{testing::MemoryKeystore, Keystore, KeystoreExt};
use std::sync::Arc;
use bizinikiwi_test_runtime_client::{
runtime::{TestAPI, TEST_OWNER},
DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
#[test]
fn sr25519_works_in_runtime() {