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
@@ -7,6 +7,7 @@ description = "Common constants for Testnet Teyrchains runtimes"
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/testnet-teyrchains-constants"
[lints]
workspace = true
@@ -33,24 +34,24 @@ pezcumulus-primitives-core = { workspace = true }
[features]
default = ["std"]
std = [
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezkuwi-core-primitives/std",
"pezkuwichain-runtime-constants?/std",
"pezsp-runtime/std",
"xcm/std",
"zagros-runtime-constants?/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezkuwi-core-primitives/std",
"pezkuwichain-runtime-constants?/std",
"pezsp-runtime/std",
"xcm/std",
"zagros-runtime-constants?/std",
]
# Test runtimes specific features.
pezkuwichain = ["pezkuwichain-runtime-constants"]
zagros = ["zagros-runtime-constants"]
runtime-benchmarks = [
"pezcumulus-primitives-core/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezkuwi-core-primitives/runtime-benchmarks",
"pezkuwichain-runtime-constants?/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime-constants?/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezkuwi-core-primitives/runtime-benchmarks",
"pezkuwichain-runtime-constants?/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime-constants?/runtime-benchmarks",
]