Enable Wasmtime and Remove secp256k1 (#593)

Co-authored-by: Hernando Castano <castano.ha@gmail.com>
This commit is contained in:
Svyatoslav Nikolsky
2020-12-21 23:16:29 +03:00
committed by Bastian Köcher
parent 5e4358a727
commit 595481f02e
8 changed files with 29 additions and 31 deletions
+1 -1
View File
@@ -18,9 +18,9 @@ ethabi-derive = "12.0"
futures = "0.3.8"
hex = "0.4"
hex-literal = "0.3"
libsecp256k1 = { version = "0.3.4", default-features = false, features = ["hmac"] }
log = "0.4.11"
num-traits = "0.2"
parity-crypto = { version = "0.6", features = ["publickey"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.60"
time = "0.2"