Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
To revert: Update substrate branch to "lexnv/bump_sp_crates"
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed May 26, 2023
1 parent 7104195 commit 5f1db84
Show file tree
Hide file tree
Showing 81 changed files with 2,627 additions and 2,081 deletions.
3,036 changes: 1,791 additions & 1,245 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ assert_cmd = "2.0.4"
nix = { version = "0.26.1", features = ["signal"] }
tempfile = "3.2.0"
tokio = "1.24.2"
substrate-rpc-client = { git = "https://github.com/paritytech/substrate", branch = "master" }
substrate-rpc-client = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
polkadot-core-primitives = { path = "core-primitives" }

[workspace]
Expand Down
26 changes: 13 additions & 13 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ polkadot-node-core-pvf-execute-worker = { path = "../node/core/pvf/execute-worke
polkadot-node-core-pvf-prepare-worker = { path = "../node/core/pvf/prepare-worker", optional = true }
polkadot-performance-test = { path = "../node/test/performance-test", optional = true }

sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true }
try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true }
polkadot-node-metrics = { path = "../node/metrics" }
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-storage-monitor = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true }
sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sc-storage-monitor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }

[build-dependencies]
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }

[features]
default = ["db", "cli", "full-node", "polkadot-native"]
Expand Down
6 changes: 3 additions & 3 deletions core-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors.workspace = true
edition.workspace = true

[dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive" ] }

Expand Down
4 changes: 2 additions & 2 deletions erasure-coding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ polkadot-primitives = { path = "../primitives" }
polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" }
novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" }
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["std", "derive"] }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
thiserror = "1.0.31"

[dev-dependencies]
Expand Down
56 changes: 28 additions & 28 deletions node/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@ edition.workspace = true
[dependencies]
async-trait = "0.1.57"
futures = "0.3.21"
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }

sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-beefy = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-consensus-beefy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }

sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }

# Polkadot Runtimes
polkadot-runtime = { path = "../../runtime/polkadot", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions node/collation-generation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ polkadot-node-primitives = { path = "../primitives" }
polkadot-node-subsystem = { path = "../subsystem" }
polkadot-node-subsystem-util = { path = "../subsystem-util" }
polkadot-primitives = { path = "../../primitives" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
thiserror = "1.0.31"
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["bit-vec", "derive"] }

Expand Down
18 changes: 9 additions & 9 deletions node/core/approval-voting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-jaeger = { path = "../../jaeger" }

sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }
sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, features = ["full_crypto"] }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }

[dev-dependencies]
async-trait = "0.1.57"
parking_lot = "0.12.0"
rand_core = "0.5.1" # should match schnorrkel
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
assert_matches = "1.4.0"
kvdb-memorydb = "0.13.0"
Expand Down
6 changes: 3 additions & 3 deletions node/core/av-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-overseer = { path = "../../overseer" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false }

[dev-dependencies]
log = "0.4.17"
env_logger = "0.9.0"
assert_matches = "1.4.0"
kvdb-memorydb = "0.13.0"

sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
parking_lot = "0.12.0"
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" }
12 changes: 6 additions & 6 deletions node/core/backing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition.workspace = true

[dependencies]
futures = "0.3.21"
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = {path = "../../subsystem" }
Expand All @@ -19,11 +19,11 @@ thiserror = "1.0.31"
fatality = "0.0.6"

[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
futures = { version = "0.3.21", features = ["thread-pool"] }
assert_matches = "1.4.0"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/bitfield-signing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gum = { package = "tracing-gum", path = "../../gum" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
wasm-timer = "0.2.5"
thiserror = "1.0.31"

Expand Down
6 changes: 3 additions & 3 deletions node/core/candidate-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures = "0.3.21"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }

sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" }
sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["bit-vec", "derive"] }

polkadot-primitives = { path = "../../../primitives" }
Expand All @@ -24,9 +24,9 @@ polkadot-node-metrics = { path = "../../metrics" }
polkadot-node-core-pvf = { path = "../pvf" }

[dev-dependencies]
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
futures = { version = "0.3.21", features = ["thread-pool"] }
assert_matches = "1.4.0"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" }
8 changes: 4 additions & 4 deletions node/core/chain-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ edition.workspace = true
[dependencies]
futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../gum" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-metrics = { path = "../../metrics" }
polkadot-node-subsystem = {path = "../../subsystem" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }

[dev-dependencies]
futures = { version = "0.3.21", features = ["thread-pool"] }
maplit = "1.0.2"
parity-scale-codec = "3.4.0"
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" }
Loading

0 comments on commit 5f1db84

Please sign in to comment.