Replace Vec<u8> with [u8; 32] for contract storage key (#2184)

* Replace Vec<u8> with [u8; 32] for contract storage key

* Read storage keys from sandbox memory into fixed size buffer

* Increment `impl_version`
This commit is contained in:
Andrew Jones
2019-04-03 09:12:54 +01:00
committed by Sergei Pepyakin
parent c98db99d80
commit 4c115e3f2d
5 changed files with 45 additions and 20 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: 57,
impl_version: 57,
impl_version: 58,
apis: RUNTIME_API_VERSIONS,
};