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
+44 -43
View File
@@ -8,6 +8,7 @@ homepage.workspace = true
repository.workspace = true
description = "Support code for the runtime."
readme = "README.md"
documentation = "https://docs.rs/pezframe-support"
[lints]
workspace = true
@@ -62,58 +63,58 @@ pezsp-timestamp = { workspace = true, default-features = true }
[features]
default = ["std"]
std = [
"binary-merkle-tree/std",
"codec/std",
"environmental/std",
"frame-metadata/std",
"pezframe-support-procedural/std",
"pezframe-system/std",
"k256/std",
"log/std",
"scale-info/std",
"serde/std",
"serde_json/std",
"pezsp-api/std",
"pezsp-arithmetic/std",
"pezsp-core/std",
"pezsp-debug-derive/std",
"pezsp-genesis-builder/std",
"pezsp-inherents/std",
"pezsp-io/std",
"pezsp-metadata-ir/std",
"pezsp-runtime/std",
"pezsp-staking/std",
"pezsp-state-machine/std",
"pezsp-std/std",
"pezsp-tracing/std",
"pezsp-trie/std",
"pezsp-weights/std",
"binary-merkle-tree/std",
"codec/std",
"environmental/std",
"frame-metadata/std",
"pezframe-support-procedural/std",
"pezframe-system/std",
"k256/std",
"log/std",
"scale-info/std",
"serde/std",
"serde_json/std",
"pezsp-api/std",
"pezsp-arithmetic/std",
"pezsp-core/std",
"pezsp-debug-derive/std",
"pezsp-genesis-builder/std",
"pezsp-inherents/std",
"pezsp-io/std",
"pezsp-metadata-ir/std",
"pezsp-runtime/std",
"pezsp-staking/std",
"pezsp-state-machine/std",
"pezsp-std/std",
"pezsp-tracing/std",
"pezsp-trie/std",
"pezsp-weights/std",
]
runtime-benchmarks = [
"binary-merkle-tree/runtime-benchmarks",
"pezframe-support-procedural/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-genesis-builder/runtime-benchmarks",
"pezsp-inherents/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-staking/runtime-benchmarks",
"pezsp-state-machine?/runtime-benchmarks",
"pezsp-timestamp/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
"binary-merkle-tree/runtime-benchmarks",
"pezframe-support-procedural/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-genesis-builder/runtime-benchmarks",
"pezsp-inherents/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-staking/runtime-benchmarks",
"pezsp-state-machine?/runtime-benchmarks",
"pezsp-timestamp/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
try-runtime = [
"pezframe-system/try-runtime",
"pezsp-debug-derive/force-debug",
"pezsp-runtime/try-runtime",
"pezframe-system/try-runtime",
"pezsp-debug-derive/force-debug",
"pezsp-runtime/try-runtime",
]
experimental = ["pezframe-support-procedural/experimental"]
# By default some types have documentation, `no-metadata-docs` allows to reduce the documentation
# in the metadata.
no-metadata-docs = [
"pezframe-support-procedural/no-metadata-docs",
"pezsp-api/no-metadata-docs",
"pezframe-support-procedural/no-metadata-docs",
"pezsp-api/no-metadata-docs",
]
# By default some types have documentation, `full-metadata-docs` allows to add documentation to
# more types in the metadata.
@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Proc macro of Support code for the runtime."
documentation = "https://docs.rs/pezframe-support-procedural"
[lints]
workspace = true
@@ -37,8 +38,8 @@ syn = { features = ["full", "parsing", "visit-mut"], workspace = true }
[dev-dependencies]
codec = { features = [
"derive",
"max-encoded-len",
"derive",
"max-encoded-len",
], workspace = true, default-features = true }
pezframe-benchmarking = { workspace = true, default-features = true }
pezframe-support = { workspace = true, default-features = true }
@@ -46,23 +47,25 @@ pezframe-system = { workspace = true, default-features = true }
pretty_assertions = { workspace = true }
regex = { workspace = true }
scale-info = { features = [
"derive",
"derive",
], workspace = true, default-features = true }
pezsp-io = { workspace = true, default-features = true }
pezsp-metadata-ir = { workspace = true, default-features = true }
pezsp-runtime = { features = ["serde"], workspace = true, default-features = true }
pezsp-runtime = { features = [
"serde",
], workspace = true, default-features = true }
[features]
default = ["std"]
std = [
"codec/std",
"pezframe-benchmarking/std",
"pezframe-support/std",
"pezframe-system/std",
"scale-info/std",
"pezsp-crypto-hashing/std",
"pezsp-metadata-ir/std",
"pezsp-runtime/std",
"codec/std",
"pezframe-benchmarking/std",
"pezframe-support/std",
"pezframe-system/std",
"scale-info/std",
"pezsp-crypto-hashing/std",
"pezsp-metadata-ir/std",
"pezsp-runtime/std",
]
no-metadata-docs = []
experimental = []
@@ -71,9 +74,9 @@ experimental = []
tuples-96 = []
tuples-128 = []
runtime-benchmarks = [
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Proc macro helpers for procedural macros"
documentation = "https://docs.rs/pezframe-support-procedural-tools"
[lints]
workspace = true
@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Use to derive parsing for parsing struct."
documentation = "https://docs.rs/pezframe-support-procedural-tools-derive"
[lints]
workspace = true
@@ -21,8 +22,8 @@ proc-macro = true
proc-macro2 = { workspace = true }
quote = { features = ["proc-macro"], workspace = true }
syn = { features = [
"extra-traits",
"full",
"parsing",
"proc-macro",
"extra-traits",
"full",
"parsing",
"proc-macro",
], workspace = true }
+33 -31
View File
@@ -7,6 +7,8 @@ license = "Apache-2.0"
publish = false
homepage.workspace = true
repository.workspace = true
description = "Pezkuwi SDK FRAME support: support test"
documentation = "https://docs.rs/pezframe-support-test"
[lints]
workspace = true
@@ -41,42 +43,42 @@ test-pallet = { workspace = true }
[features]
default = ["std"]
std = [
"codec/std",
"pezframe-benchmarking/std",
"pezframe-executive/std",
"frame-metadata/std",
"pezframe-support/std",
"pezframe-system/std",
"scale-info/std",
"serde/std",
"pezsp-api/std",
"pezsp-arithmetic/std",
"pezsp-core/std",
"pezsp-io/std",
"pezsp-metadata-ir/std",
"pezsp-runtime/std",
"pezsp-state-machine/std",
"pezsp-version/std",
"test-pallet/std",
"codec/std",
"pezframe-benchmarking/std",
"pezframe-executive/std",
"frame-metadata/std",
"pezframe-support/std",
"pezframe-system/std",
"scale-info/std",
"serde/std",
"pezsp-api/std",
"pezsp-arithmetic/std",
"pezsp-core/std",
"pezsp-io/std",
"pezsp-metadata-ir/std",
"pezsp-runtime/std",
"pezsp-state-machine/std",
"pezsp-version/std",
"test-pallet/std",
]
experimental = ["pezframe-support/experimental", "pezframe-system/experimental"]
runtime-benchmarks = [
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-executive/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine?/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"test-pallet/runtime-benchmarks",
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-executive/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine?/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"test-pallet/runtime-benchmarks",
]
try-runtime = [
"pezframe-executive/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
]
# WARNING:
# Only CI runs with this feature enabled. This feature is for testing stuff related to the FRAME macros
@@ -7,6 +7,8 @@ license = "Apache-2.0"
publish = false
homepage.workspace = true
repository.workspace = true
description = "Pezkuwi SDK FRAME support: support test compile pass"
documentation = "https://docs.rs/pezframe-support-test-compile-pass"
[lints]
workspace = true
@@ -26,17 +28,17 @@ pezsp-version = { workspace = true }
[features]
default = ["std"]
std = [
"codec/std",
"pezframe-support/std",
"pezframe-system/std",
"scale-info/std",
"pezsp-core/std",
"pezsp-runtime/std",
"pezsp-version/std",
"codec/std",
"pezframe-support/std",
"pezframe-system/std",
"scale-info/std",
"pezsp-core/std",
"pezsp-runtime/std",
"pezsp-version/std",
]
runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
@@ -7,6 +7,8 @@ license = "Apache-2.0"
publish = false
homepage.workspace = true
repository.workspace = true
description = "Pezkuwi SDK FRAME support: support test pallet"
documentation = "https://docs.rs/pezframe-support-test-pallet"
[lints]
workspace = true
@@ -25,15 +27,15 @@ pezsp-runtime = { workspace = true }
[features]
default = ["std"]
std = [
"codec/std",
"pezframe-support/std",
"pezframe-system/std",
"scale-info/std",
"serde/std",
"pezsp-runtime/std",
"codec/std",
"pezframe-support/std",
"pezframe-system/std",
"scale-info/std",
"serde/std",
"pezsp-runtime/std",
]
runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
@@ -1,5 +1,5 @@
[package]
name = "pezframe-support-test-stg-frame-crate"
name = "pezframe-support-test-stg-pezframe-crate"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
@@ -7,6 +7,8 @@ license = "Apache-2.0"
publish = false
homepage.workspace = true
repository.workspace = true
description = "Pezkuwi SDK FRAME support: support test stg pezframe crate"
documentation = "https://docs.rs/pezframe-support-test-stg-pezframe-crate"
[lints]
workspace = true