runtime: prepare Westend runtime for BEEFY (#2914)

* runtime: bump westend spec_version and add beefy keys migration

* bump beefy

* runtime: revert westend spec_version change
This commit is contained in:
André Silva
2021-04-21 13:00:14 +01:00
committed by GitHub
parent 47889d845c
commit 142a0aec2f
2 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -91,6 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
// NOTE: see https://github.com/paritytech/polkadot/wiki/Westend
spec_version: 51,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
@@ -840,7 +841,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
(),
UpgradeSessionKeys,
>;
/// The payload being signed in transactions.
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;