Kitchensink chain: Add BEEFY support (#2856)

Related to https://github.com/paritytech/polkadot-sdk/issues/2787

Adding BEEFY support to the kitchensink chain in order to be able to
extend the current warp sync zombienet tests with BEEFY enabled
This commit is contained in:
Serban Iorga
2024-01-06 12:18:38 +01:00
committed by GitHub
parent 930c151928
commit 2e4b8996c4
14 changed files with 320 additions and 93 deletions
Generated
+9
View File
@@ -7048,6 +7048,8 @@ dependencies = [
"pallet-babe",
"pallet-bags-list",
"pallet-balances",
"pallet-beefy",
"pallet-beefy-mmr",
"pallet-bounties",
"pallet-broker",
"pallet-child-bounties",
@@ -7121,6 +7123,7 @@ dependencies = [
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
"sp-consensus-beefy",
"sp-consensus-grandpa",
"sp-core",
"sp-genesis-builder",
@@ -8619,6 +8622,8 @@ dependencies = [
"sc-client-api",
"sc-consensus-babe",
"sc-consensus-babe-rpc",
"sc-consensus-beefy",
"sc-consensus-beefy-rpc",
"sc-consensus-grandpa",
"sc-consensus-grandpa-rpc",
"sc-mixnet",
@@ -19091,6 +19096,7 @@ dependencies = [
"jsonrpsee",
"kitchensink-runtime",
"log",
"mmr-gadget",
"nix 0.26.2",
"node-primitives",
"node-rpc",
@@ -19121,6 +19127,7 @@ dependencies = [
"sc-client-db",
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-beefy",
"sc-consensus-epochs",
"sc-consensus-grandpa",
"sc-consensus-slots",
@@ -19152,6 +19159,7 @@ dependencies = [
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-beefy",
"sp-consensus-grandpa",
"sp-core",
"sp-externalities 0.19.0",
@@ -19160,6 +19168,7 @@ dependencies = [
"sp-keyring",
"sp-keystore",
"sp-mixnet",
"sp-mmr-primitives",
"sp-runtime",
"sp-state-machine",
"sp-statement-store",