feat(people): add pezpallet-messaging to People Chain runtime

End-to-end encrypted messaging pallet with citizenship and trust score
verification. Integrated into People Chain runtime as pallet index 55.
spec_version bumped to 1_020_009.
This commit is contained in:
2026-03-04 03:55:55 +03:00
parent 93f1df24a1
commit 0d3548a87b
12 changed files with 1457 additions and 1 deletions
Generated
+19
View File
@@ -9196,6 +9196,7 @@ dependencies = [
"pezpallet-identity",
"pezpallet-identity-kyc",
"pezpallet-message-queue",
"pezpallet-messaging",
"pezpallet-migrations",
"pezpallet-multisig",
"pezpallet-nfts",
@@ -16516,6 +16517,24 @@ dependencies = [
"serde",
]
[[package]]
name = "pezpallet-messaging"
version = "1.0.0"
dependencies = [
"log",
"parity-scale-codec",
"pezframe-benchmarking",
"pezframe-support",
"pezframe-system",
"pezkuwi-primitives",
"pezpallet-balances",
"pezsp-core",
"pezsp-io",
"pezsp-runtime",
"pezsp-std",
"scale-info",
]
[[package]]
name = "pezpallet-meta-tx"
version = "0.44.0"