From 1456f84b33dca6a220db55d30bd824eea33e4e15 Mon Sep 17 00:00:00 2001 From: Shamil Gadelshin Date: Wed, 24 Apr 2024 15:09:08 +0700 Subject: [PATCH] Fix build errors within rococo runtime. --- polkadot/runtime/rococo/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index b8ab319ef0b6..5a8229d7ef3c 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -154,6 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, transaction_version: 24, state_version: 1, + extrinsic_state_version: 0, }; /// The BABE epoch configuration at genesis. @@ -1182,6 +1183,7 @@ impl pallet_mmr::Config for Runtime { type OnNewRoot = pallet_beefy_mmr::DepositBeefyDigest; type WeightInfo = (); type LeafData = pallet_beefy_mmr::Pallet; + type BlockHashProvider = pallet_mmr::DefaultBlockHashProvider; } parameter_types! {