mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
Verify signature and session index during apply phase of im-online. (#3418)
* Verify signature and session index during apply phase of im-online. * Bump impl_version. * Add docs to SignedExtension
This commit is contained in:
committed by
Gavin Wood
parent
c94e0f28b4
commit
42fb0c7cad
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
// implementation changes and behavior does not, then leave spec_version as
|
||||
// is and increment impl_version.
|
||||
spec_version: 144,
|
||||
impl_version: 144,
|
||||
impl_version: 145,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user