mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 12:35:42 +00:00
Additional externs for ecdsa recovery and keccak (#1583)
* Additional externs for ecdsa recovery and keccak * Update core/executor/src/wasm_executor.rs Co-Authored-By: gavofyork <github@gavwood.com> * Update core/executor/src/wasm_executor.rs Co-Authored-By: gavofyork <github@gavwood.com> * Fix grumble * Grumble.
This commit is contained in:
@@ -12,7 +12,8 @@ sr-std = { path = "../sr-std", default-features = false }
|
||||
substrate-primitives = { path = "../primitives", default-features = false }
|
||||
parity-codec = { version = "2.2", default-features = false }
|
||||
hash-db = { version = "0.9", default-features = false }
|
||||
|
||||
libsecp256k1 = { version = "0.2.1", optional = true }
|
||||
tiny-keccak = { version = "1.4.2", optional = true }
|
||||
environmental = { version = "~1.0", optional = true }
|
||||
substrate-state-machine = { path = "../state-machine", optional = true }
|
||||
substrate-trie = { path = "../trie", optional = true }
|
||||
@@ -27,7 +28,9 @@ std = [
|
||||
"hash-db/std",
|
||||
"environmental",
|
||||
"substrate-state-machine",
|
||||
"substrate-trie"
|
||||
"substrate-trie",
|
||||
"libsecp256k1",
|
||||
"tiny-keccak"
|
||||
]
|
||||
nightly = []
|
||||
strict = []
|
||||
|
||||
Reference in New Issue
Block a user