[10] add proxy pallet

This commit is contained in:
Nikita Khateev
2023-11-20 17:39:12 +04:00
parent 999808e9d6
commit 5e4cef4117
8 changed files with 115 additions and 13 deletions
Generated
+11 -1
View File
@@ -1519,6 +1519,13 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "common"
version = "0.1.0"
dependencies = [
"polkadot-core-primitives",
]
[[package]]
name = "common"
version = "0.1.0"
@@ -7304,6 +7311,7 @@ version = "0.1.0"
dependencies = [
"clap",
"color-print",
"common 0.1.0",
"cumulus-client-cli",
"cumulus-client-collator",
"cumulus-client-consensus-aura",
@@ -7359,6 +7367,7 @@ dependencies = [
name = "parachain-template-runtime"
version = "0.1.0"
dependencies = [
"common 0.1.0",
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
"cumulus-pallet-parachain-system",
@@ -7382,6 +7391,7 @@ dependencies = [
"pallet-collator-selection",
"pallet-multisig",
"pallet-parachain-template",
"pallet-proxy",
"pallet-session",
"pallet-sudo",
"pallet-timestamp",
@@ -9483,7 +9493,7 @@ dependencies = [
"ark-serialize",
"ark-std",
"blake2 0.10.6",
"common",
"common 0.1.0 (git+https://github.com/w3f/ring-proof)",
"fflonk",
"merlin 3.0.0",
]