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
+69 -68
View File
@@ -2,14 +2,15 @@
name = "pezkuwi-sdk-frame"
version = "0.1.0"
authors = [
"Kurdistan Tech Institute <info@pezkuwichain.io>",
"Parity Technologies <admin@parity.io>",
"Kurdistan Tech Institute <info@pezkuwichain.io>",
"Parity Technologies <admin@parity.io>",
]
edition.workspace = true
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "The single package to get you started with building frame pallets and runtimes"
documentation = "https://docs.rs/pezkuwi-sdk-frame"
[lints]
workspace = true
@@ -63,77 +64,77 @@ log = { workspace = true }
[features]
default = ["runtime", "std"]
std = [
"codec/std",
"pezframe-benchmarking?/std",
"pezframe-executive?/std",
"pezframe-support/std",
"pezframe-system-benchmarking?/std",
"pezframe-system-rpc-runtime-api?/std",
"pezframe-system/std",
"pezframe-try-runtime?/std",
"log/std",
"scale-info/std",
"serde/std",
"pezsp-api?/std",
"pezsp-arithmetic/std",
"pezsp-block-builder?/std",
"pezsp-consensus-aura?/std",
"pezsp-consensus-grandpa?/std",
"pezsp-core/std",
"pezsp-genesis-builder?/std",
"pezsp-inherents?/std",
"pezsp-io/std",
"pezsp-keyring?/std",
"pezsp-offchain?/std",
"pezsp-runtime/std",
"pezsp-session?/std",
"pezsp-storage/std",
"pezsp-transaction-pool?/std",
"pezsp-version?/std",
"codec/std",
"pezframe-benchmarking?/std",
"pezframe-executive?/std",
"pezframe-support/std",
"pezframe-system-benchmarking?/std",
"pezframe-system-rpc-runtime-api?/std",
"pezframe-system/std",
"pezframe-try-runtime?/std",
"log/std",
"scale-info/std",
"serde/std",
"pezsp-api?/std",
"pezsp-arithmetic/std",
"pezsp-block-builder?/std",
"pezsp-consensus-aura?/std",
"pezsp-consensus-grandpa?/std",
"pezsp-core/std",
"pezsp-genesis-builder?/std",
"pezsp-inherents?/std",
"pezsp-io/std",
"pezsp-keyring?/std",
"pezsp-offchain?/std",
"pezsp-runtime/std",
"pezsp-session?/std",
"pezsp-storage/std",
"pezsp-transaction-pool?/std",
"pezsp-version?/std",
]
runtime-benchmarks = [
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-executive?/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system-benchmarking/runtime-benchmarks",
"pezframe-system-rpc-runtime-api?/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezframe-try-runtime?/runtime-benchmarks",
"pezsp-api?/runtime-benchmarks",
"pezsp-block-builder?/runtime-benchmarks",
"pezsp-consensus-aura?/runtime-benchmarks",
"pezsp-consensus-grandpa?/runtime-benchmarks",
"pezsp-genesis-builder?/runtime-benchmarks",
"pezsp-inherents?/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-keyring?/runtime-benchmarks",
"pezsp-offchain?/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-session?/runtime-benchmarks",
"pezsp-transaction-pool?/runtime-benchmarks",
"pezsp-version?/runtime-benchmarks",
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-executive?/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system-benchmarking/runtime-benchmarks",
"pezframe-system-rpc-runtime-api?/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezframe-try-runtime?/runtime-benchmarks",
"pezsp-api?/runtime-benchmarks",
"pezsp-block-builder?/runtime-benchmarks",
"pezsp-consensus-aura?/runtime-benchmarks",
"pezsp-consensus-grandpa?/runtime-benchmarks",
"pezsp-genesis-builder?/runtime-benchmarks",
"pezsp-inherents?/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-keyring?/runtime-benchmarks",
"pezsp-offchain?/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-session?/runtime-benchmarks",
"pezsp-transaction-pool?/runtime-benchmarks",
"pezsp-version?/runtime-benchmarks",
]
try-runtime = [
"pezframe-executive/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezsp-runtime/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezsp-runtime/try-runtime",
]
experimental = ["pezframe-support/experimental"]
runtime = [
"pezframe-executive",
"pezframe-system-rpc-runtime-api",
"pezsp-api",
"pezsp-block-builder",
"pezsp-consensus-aura",
"pezsp-consensus-grandpa",
"pezsp-genesis-builder",
"pezsp-inherents",
"pezsp-keyring",
"pezsp-offchain",
"pezsp-session",
"pezsp-storage",
"pezsp-transaction-pool",
"pezsp-version",
"pezframe-executive",
"pezframe-system-rpc-runtime-api",
"pezsp-api",
"pezsp-block-builder",
"pezsp-consensus-aura",
"pezsp-consensus-grandpa",
"pezsp-genesis-builder",
"pezsp-inherents",
"pezsp-keyring",
"pezsp-offchain",
"pezsp-session",
"pezsp-storage",
"pezsp-transaction-pool",
"pezsp-version",
]