snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+23 -22
View File
@@ -8,6 +8,7 @@ homepage.workspace = true
repository.workspace = true
description = "Bizinikiwi runtime api primitives"
readme = "README.md"
documentation = "https://docs.rs/pezsp-api"
[lints]
workspace = true
@@ -38,22 +39,22 @@ pezsp-test-primitives = { workspace = true }
[features]
default = ["std"]
std = [
"codec/std",
"hash-db",
"log/std",
"scale-info/std",
"pezsp-api-proc-macro/std",
"pezsp-core/std",
"pezsp-externalities",
"pezsp-externalities?/std",
"pezsp-metadata-ir?/std",
"pezsp-runtime-interface/std",
"pezsp-runtime/std",
"pezsp-state-machine/std",
"pezsp-test-primitives/std",
"pezsp-trie/std",
"pezsp-version/std",
"thiserror",
"codec/std",
"hash-db",
"log/std",
"scale-info/std",
"pezsp-api-proc-macro/std",
"pezsp-core/std",
"pezsp-externalities",
"pezsp-externalities?/std",
"pezsp-metadata-ir?/std",
"pezsp-runtime-interface/std",
"pezsp-runtime/std",
"pezsp-state-machine/std",
"pezsp-test-primitives/std",
"pezsp-trie/std",
"pezsp-version/std",
"thiserror",
]
# Special feature to disable logging completely.
#
@@ -67,10 +68,10 @@ disable-logging = ["log/max_level_off"]
no-metadata-docs = ["pezsp-api-proc-macro/no-metadata-docs"]
frame-metadata = ["pezsp-metadata-ir"]
runtime-benchmarks = [
"pezsp-runtime-interface/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine?/runtime-benchmarks",
"pezsp-test-primitives/runtime-benchmarks",
"pezsp-trie?/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"pezsp-runtime-interface/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine?/runtime-benchmarks",
"pezsp-test-primitives/runtime-benchmarks",
"pezsp-trie?/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
@@ -26,11 +26,11 @@ proc-macro-crate = { workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { features = [
"extra-traits",
"fold",
"full",
"visit",
"visit-mut",
"extra-traits",
"fold",
"full",
"visit",
"visit-mut",
], workspace = true }
[dev-dependencies]
@@ -28,7 +28,7 @@ use syn::{
/// Generates the access to the `pezsc_client` crate.
pub fn generate_crate_access() -> TokenStream {
match crate_name("sp-api") {
match crate_name("pezsp-api") {
Ok(FoundCrate::Itself) => quote!(pezsp_api::__private),
Ok(FoundCrate::Name(renamed_name)) => {
let renamed_name = Ident::new(&renamed_name, Span::call_site());
+9 -7
View File
@@ -7,6 +7,8 @@ license = "Apache-2.0"
publish = false
homepage.workspace = true
repository.workspace = true
description = "Pezkuwi SDK primitive: api test"
documentation = "https://docs.rs/pezsp-api-test"
[lints]
workspace = true
@@ -45,11 +47,11 @@ static_assertions = { workspace = true, default-features = true }
enable-pezstaging-api = []
disable-ui-tests = []
runtime-benchmarks = [
"pezsc-block-builder/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-consensus/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"pezsc-block-builder/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-consensus/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"bizinikiwi-test-runtime-client/runtime-benchmarks",
]