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
@@ -8,6 +8,7 @@ description = "Simple pallet to store the preset used to generate a runtime's ge
license.workspace = true
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/pezpallet-staking-async-preset-store"
[dependencies]
@@ -19,12 +20,12 @@ scale-info = { workspace = true }
[features]
default = ["std"]
std = [
"codec/std",
"frame/std",
"pezpallet-staking-async-ah-client/std",
"scale-info/std",
"codec/std",
"frame/std",
"pezpallet-staking-async-ah-client/std",
"scale-info/std",
]
runtime-benchmarks = [
"frame/runtime-benchmarks",
"pezpallet-staking-async-ah-client/runtime-benchmarks",
"frame/runtime-benchmarks",
"pezpallet-staking-async-ah-client/runtime-benchmarks",
]