mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
Sign PoA transactions from wasm env (#155)
* sign PoA transactions from wasm env * cargo fmt --all
This commit is contained in:
committed by
Bastian Köcher
parent
201740f149
commit
b5bdbeb518
@@ -9,9 +9,6 @@ repository = "https://github.com/paritytech/parity-bridges-common/"
|
||||
[dependencies]
|
||||
hex-literal = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
ethereum-tx-sign = "3.0"
|
||||
|
||||
[dependencies.codec]
|
||||
package = "parity-scale-codec"
|
||||
version = "1.0.0"
|
||||
@@ -202,6 +199,12 @@ default-features = false
|
||||
rev = "606c56d2e2f69f68f3947551224be6a3515dff60"
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dev-dependencies.sp-bridge-eth-poa]
|
||||
version = "0.1.0"
|
||||
default-features = false
|
||||
features = ["test-helpers"]
|
||||
path = "../../../primitives/ethereum-poa"
|
||||
|
||||
[build-dependencies.wasm-builder-runner]
|
||||
version = "1.0.5"
|
||||
package = "substrate-wasm-builder-runner"
|
||||
|
||||
Reference in New Issue
Block a user