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
@@ -15,7 +15,7 @@ serde_derive = { version = "1.0", optional = true }
uint = { version = "0.4.1", default-features = false }
twox-hash = { version = "1.1.0", optional = true }
byteorder = { version = "1.1", default-features = false }
wasmi = { version = "0.4", optional = true }
wasmi = { version = "0.4.1", optional = true }
hash-db = { git = "https://github.com/paritytech/trie", default-features = false }
hash256-std-hasher = { git = "https://github.com/paritytech/trie", default-features = false }
ring = { version = "0.12", optional = true }