Remove limitation to 256 transactions, don't construct a vector. (#2321)

* Remove limitation to 256 transactions, don't construct requires vector.

* Bump impl version.
This commit is contained in:
Tomasz Drwięga
2019-04-19 13:22:53 +02:00
committed by Bastian Köcher
parent 3a87e9c8bc
commit c2065aafd6
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 62,
impl_version: 64,
impl_version: 65,
apis: RUNTIME_API_VERSIONS,
};