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
+21 -19
View File
@@ -6,6 +6,8 @@ authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository.workspace = true
documentation = "https://docs.rs/bp-relayers"
homepage = { workspace = true }
[lints]
workspace = true
@@ -33,25 +35,25 @@ hex-literal = { workspace = true, default-features = true }
[features]
default = ["std"]
std = [
"bp-header-chain/std",
"bp-messages/std",
"bp-runtime/std",
"bp-teyrchains/std",
"codec/std",
"pezframe-support/std",
"pezframe-system/std",
"pezpallet-utility/std",
"scale-info/std",
"pezsp-runtime/std",
"pezsp-std/std",
"bp-header-chain/std",
"bp-messages/std",
"bp-runtime/std",
"bp-teyrchains/std",
"codec/std",
"pezframe-support/std",
"pezframe-system/std",
"pezpallet-utility/std",
"scale-info/std",
"pezsp-runtime/std",
"pezsp-std/std",
]
runtime-benchmarks = [
"bp-header-chain/runtime-benchmarks",
"bp-messages/runtime-benchmarks",
"bp-runtime/runtime-benchmarks",
"bp-teyrchains/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"bp-header-chain/runtime-benchmarks",
"bp-messages/runtime-benchmarks",
"bp-runtime/runtime-benchmarks",
"bp-teyrchains/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]