Use transfer for sandboxed memory get/set (#863)

This commit is contained in:
Sergey Pepyakin
2018-10-03 13:26:38 +01:00
committed by Gav Wood
parent 9e476ba0ab
commit 608f6ae5d9
5 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ substrate-state-machine = { path = "../state-machine" }
sr-version = { path = "../sr-version" }
serde = "1.0"
serde_derive = "1.0"
wasmi = "0.4"
wasmi = { version = "0.4.1" }
byteorder = "1.1"
lazy_static = "1.0"
parking_lot = "*"