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 = "Hostfunction exposing storage proof size to the runtime."
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/pezcumulus-primitives-proof-size-hostfunction"
[lints]
workspace = true
@@ -23,10 +24,14 @@ pezsp-state-machine = { workspace = true, default-features = true }
[features]
default = ["std"]
std = ["pezsp-externalities/std", "pezsp-runtime-interface/std", "pezsp-trie/std"]
runtime-benchmarks = [
"pezsp-io/runtime-benchmarks",
"pezsp-runtime-interface/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
std = [
"pezsp-externalities/std",
"pezsp-runtime-interface/std",
"pezsp-trie/std",
]
runtime-benchmarks = [
"pezsp-io/runtime-benchmarks",
"pezsp-runtime-interface/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]