grandpa: enable observer for light client (#3019)

* grandpa: enable observer for light client

* update Substrate

* service: fix missing import

* runtime: bump spec versions

Co-authored-by: parity-processbot <>
This commit is contained in:
André Silva
2021-05-26 18:22:15 +01:00
committed by GitHub
parent 44704a57e1
commit e3edb71ed7
6 changed files with 182 additions and 159 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9030,
spec_version: 9031,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,