mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
Misc changes (#2)
* Remove dependency on tokio, submit returns a future * Enable logging in tests * Add fetch, fetch_or, fetch_or_default
This commit is contained in:
committed by
Andrew Jones
parent
5a046d043e
commit
6522bb08d0
+2
-2
@@ -14,7 +14,6 @@ include = ["/Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"]
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.14.0"
|
||||
env_logger = "0.6"
|
||||
log = "0.4"
|
||||
futures = "0.1.28"
|
||||
jsonrpc-core-client = { version = "12.1.0", features = ["ws"] }
|
||||
@@ -27,10 +26,11 @@ srml-system = { git = "https://github.com/paritytech/substrate/", package = "srm
|
||||
substrate-rpc = { git = "https://github.com/paritytech/substrate/", package = "substrate-rpc" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate/", package = "substrate-primitives" }
|
||||
transaction_pool = { git = "https://github.com/paritytech/substrate/", package = "substrate-transaction-pool" }
|
||||
tokio = "0.1.21"
|
||||
url = "1.7"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6"
|
||||
node_runtime = { git = "https://github.com/paritytech/substrate/", package = "node-runtime" }
|
||||
srml_balances = { git = "https://github.com/paritytech/substrate/", package = "srml-balances" }
|
||||
substrate-keyring = { git = "https://github.com/paritytech/substrate/", package = "substrate-keyring" }
|
||||
tokio = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user