read_storage panics (#3589)

* Add a failing test case

* Actual fix

* read_child_storage, fix wasm side

* Bump the impl version.

* Alternative (#3597)

* Update with_std.rs

* Update with_std.rs

* Update wasm_executor.rs

* Update wasm_executor.rs

* Update with_std.rs

* Update wasm_executor.rs
This commit is contained in:
Sergei Pepyakin
2019-09-11 19:37:19 +02:00
committed by Gavin Wood
parent d136b8eb81
commit 098d880cf9
4 changed files with 79 additions and 14 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 156,
impl_version: 156,
impl_version: 157,
apis: RUNTIME_API_VERSIONS,
};