add query types to generate_storage_alias (#9659)

* add query types to generate_storage_alias

* adjust comment

* use ValueQuery explicitly for generate_storage_alias with generic value type

* bump impl_version

* adjust line width and add import

* more compilation and formatting fixes

* formatting
This commit is contained in:
Alexander Popiak
2021-09-08 10:48:49 +02:00
committed by GitHub
parent bd2aa79112
commit 8cf6474388
4 changed files with 60 additions and 15 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 267,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
};