chore: update crates.io publish plan and fix dependencies

- Update CRATES_PUBLISH_PLAN.md with Level 0-2 completion status
- Fix binary-merkle-tree and related dependencies
- Add runtime_logger_tests.rs
- Update various Cargo.toml files
This commit is contained in:
2025-12-28 11:00:56 +03:00
parent 7382e95c28
commit ed44adfb1e
42 changed files with 408 additions and 396 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ pub use assets_common;
/// A no-std/Bizinikiwi compatible library to construct binary merkle tree.
#[cfg(feature = "binary-merkle-tree")]
pub use binary_merkle_tree;
pub use pez_binary_merkle_tree;
/// Converting BIP39 entropy to valid Bizinikiwi (sr25519) SecretKeys.
#[cfg(feature = "bizinikiwi-bip39")]
@@ -516,8 +516,8 @@ pub use pezkuwi_sdk_frame;
pub use pezkuwi_service;
/// Registry of known SS58 address types - PezkuwiChain fork.
#[cfg(feature = "pezkuwi-ss58-registry")]
pub use pezkuwi_ss58_registry;
#[cfg(feature = "pezsp-ss58-registry")]
pub use pezsp_ss58_registry;
/// Statement Distribution Subsystem.
#[cfg(feature = "pezkuwi-statement-distribution")]