mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Support running relay chain full node as non-collator (#1069)
* Run relay chain full node not as collator * Clean up
This commit is contained in:
@@ -22,7 +22,7 @@ sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
parity-scale-codec = "3.0.0"
|
||||
parking_lot = "0.11.1"
|
||||
parking_lot = "0.12.0"
|
||||
jsonrpsee = { version = "0.9.0", features = ["client"] }
|
||||
tracing = "0.1.25"
|
||||
async-trait = "0.1.52"
|
||||
|
||||
Reference in New Issue
Block a user