mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Enable Wasmtime and Remove secp256k1 (#593)
Co-authored-by: Hernando Castano <castano.ha@gmail.com>
This commit is contained in:
committed by
Bastian Köcher
parent
5e4358a727
commit
595481f02e
@@ -6,12 +6,12 @@ edition = "2018"
|
||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
|
||||
[dependencies]
|
||||
bp-eth-poa = { path = "../../primitives/ethereum-poa" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.4" }
|
||||
ethereum-tx-sign = "3.0"
|
||||
headers-relay = { path = "../headers-relay" }
|
||||
hex = "0.4"
|
||||
hex-literal = "0.3"
|
||||
jsonrpsee = { git = "https://github.com/svyatonik/jsonrpsee.git", branch = "shared-client-in-rpc-api", default-features = false, features = ["http"] }
|
||||
libsecp256k1 = { version = "0.3.4", default-features = false, features = ["hmac"] }
|
||||
log = "0.4.11"
|
||||
parity-crypto = { version = "0.6", features = ["publickey"] }
|
||||
relay-utils = { path = "../utils" }
|
||||
web3 = "0.13"
|
||||
web3 = { version = "0.14", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user