Cargo.toml 1.04 KiB
Newer Older
[package]
name = "polkadot-rpc"
version = "0.7.11"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
client = { package = "sc-client", git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery" }
Kian Paimani's avatar
Kian Paimani committed
jsonrpc-core = "14.0.3"
polkadot-primitives = { path = "../primitives" }
sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery"  }
sc-rpc = { git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery" }
txpool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery" }
frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery"  }
pallet-transaction-payment-rpc = { git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery" }
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false }