Backports from 0.9.25 (#5754)

* Bump impl_version for Westend (#5745)

* Bump Westend specs to 9251
This commit is contained in:
Chevdor
2022-07-06 10:35:43 +02:00
committed by GitHub
parent 3f29fd04e1
commit 05bbba6f13
+2 -2
View File
@@ -105,8 +105,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9250,
impl_version: 0,
spec_version: 9251,
impl_version: 1,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]