mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Use transfer for sandboxed memory get/set (#863)
This commit is contained in:
committed by
Gav Wood
parent
9e476ba0ab
commit
608f6ae5d9
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user