mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Remove unneeded code (#737)
This commit is contained in:
@@ -16,7 +16,7 @@ node-primitives = { path = "../primitives" }
|
||||
node-runtime = { path = "../runtime" }
|
||||
node-transaction-pool = { path = "../transaction-pool" }
|
||||
substrate-bft = { path = "../../core/bft" }
|
||||
parity-codec = { path = "../../codec" }
|
||||
parity-codec = { version = "~1.0" }
|
||||
substrate-primitives = { path = "../../core/primitives" }
|
||||
substrate-client = { path = "../../core/client" }
|
||||
sr-primitives = { path = "../../core/sr-primitives" }
|
||||
|
||||
@@ -7,7 +7,7 @@ description = "Substrate node implementation in Rust."
|
||||
[dependencies]
|
||||
hex-literal = "0.1"
|
||||
triehash = "0.2"
|
||||
parity-codec = { path = "../../codec" }
|
||||
parity-codec = { version = "~1.0" }
|
||||
sr-io = { path = "../../core/sr-io" }
|
||||
substrate-state-machine = { path = "../../core/state-machine" }
|
||||
substrate-executor = { path = "../../core/executor" }
|
||||
|
||||
@@ -6,8 +6,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
[dependencies]
|
||||
serde = { version = "1.0", default_features = false }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
parity-codec = { path = "../../codec", default_features = false }
|
||||
parity-codec-derive = { path = "../../codec/derive", default_features = false }
|
||||
parity-codec = { version = "~1.0", default_features = false }
|
||||
parity-codec-derive = { version = "~1.0", default_features = false }
|
||||
substrate-primitives = { path = "../../core/primitives", default_features = false }
|
||||
sr-std = { path = "../../core/sr-std", default_features = false }
|
||||
sr-primitives = { path = "../../core/sr-primitives", default_features = false }
|
||||
|
||||
@@ -10,8 +10,8 @@ log = { version = "0.3", optional = true }
|
||||
serde = { version = "1.0", default_features = false }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
safe-mix = { version = "1.0", default_features = false}
|
||||
parity-codec = { path = "../../codec" }
|
||||
parity-codec-derive = { path = "../../codec/derive" }
|
||||
parity-codec = { version = "~1.0" }
|
||||
parity-codec-derive = { version = "~1.0" }
|
||||
sr-std = { path = "../../core/sr-std" }
|
||||
sr-io = { path = "../../core/sr-io" }
|
||||
srml-support = { path = "../../srml/support" }
|
||||
|
||||
@@ -9,8 +9,8 @@ crate-type = ["cdylib"]
|
||||
[dependencies]
|
||||
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
|
||||
safe-mix = { version = "1.0", default_features = false}
|
||||
parity-codec-derive = { path = "../../../codec/derive" }
|
||||
parity-codec = { path = "../../../codec", default-features = false }
|
||||
parity-codec-derive = { version = "~1.0" }
|
||||
parity-codec = { version = "~1.0", default-features = false }
|
||||
substrate-primitives = { path = "../../../core/primitives", default-features = false }
|
||||
sr-std = { path = "../../../core/sr-std", default-features = false }
|
||||
sr-io = { path = "../../../core/sr-io", default-features = false }
|
||||
|
||||
@@ -11,7 +11,7 @@ node-api = { path = "../api" }
|
||||
node-primitives = { path = "../primitives" }
|
||||
node-runtime = { path = "../runtime" }
|
||||
substrate-client = { path = "../../core/client" }
|
||||
parity-codec = { path = "../../codec" }
|
||||
parity-codec = { version = "~1.0" }
|
||||
substrate-keyring = { path = "../../core/keyring" }
|
||||
substrate-extrinsic-pool = { path = "../../core/extrinsic-pool" }
|
||||
substrate-primitives = { path = "../../core/primitives" }
|
||||
|
||||
Reference in New Issue
Block a user