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

Commit 37b1712

Browse files
committed
1 parent 9d6cd80 commit 37b1712

File tree

44 files changed

+672
-672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+672
-672
lines changed

Cargo.lock

Lines changed: 137 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@ crate-type = ["cdylib", "rlib"]
1717
log = "0.4.8"
1818
futures = { version = "0.3.4", features = ["compat"] }
1919
structopt = "0.3.8"
20-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
21-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
22-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
23-
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
24-
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" }
25-
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
26-
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
20+
sp-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
21+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
22+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
23+
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
24+
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
25+
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
26+
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
2727
service = { package = "polkadot-service", path = "../service", default-features = false, optional = true }
2828
service-new = { package = "polkadot-service-new", path = "../node/service", default-features = false, optional = true }
2929

3030
tokio = { version = "0.2.13", features = ["rt-threaded"], optional = true }
31-
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
32-
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
33-
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
31+
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "bkchr-async-sync" }
32+
sc-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "bkchr-async-sync" }
33+
sc-service = { git = "https://github.com/paritytech/substrate", optional = true , branch = "bkchr-async-sync" }
3434

3535
wasm-bindgen = { version = "0.2.57", optional = true }
3636
wasm-bindgen-futures = { version = "0.4.7", optional = true }
37-
browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
37+
browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", optional = true , branch = "bkchr-async-sync" }
3838
# this crate is used only to enable `trie-memory-tracker` feature
3939
# see https://github.com/paritytech/substrate/pull/6745
40-
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
40+
sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "bkchr-async-sync" }
4141

4242
[build-dependencies]
43-
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
43+
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
4444

4545
[features]
4646
default = [ "wasmtime", "db", "cli", "service-old", "trie-memory-tracker" ]

core-primitives/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
9-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
10-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
8+
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "bkchr-async-sync" }
9+
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "bkchr-async-sync" }
10+
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "bkchr-async-sync" }
1111
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = [ "derive" ] }
1212

1313
[features]

erasure-coding/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ edition = "2018"
88
primitives = { package = "polkadot-primitives", path = "../primitives" }
99
reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2"}
1010
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
11-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
12-
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" }
11+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
12+
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
1313
derive_more = "0.15.0"

node/collation-generation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ polkadot-node-primitives = { path = "../primitives" }
1313
polkadot-node-subsystem = { path = "../subsystem" }
1414
polkadot-node-subsystem-util = { path = "../subsystem-util" }
1515
polkadot-primitives = { path = "../../primitives" }
16-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
16+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
1717

1818
[dev-dependencies]
1919
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }

node/core/av-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys
2020
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
2121

2222
[dev-dependencies]
23-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
23+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
2424
futures = { version = "0.3.5", features = ["thread-pool"] }
2525
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
2626
kvdb-memorydb = "0.7.0"

node/core/backing/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ edition = "2018"
66

77
[dependencies]
88
futures = "0.3.5"
9-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
10-
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
11-
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
12-
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" }
9+
sp-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
10+
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
11+
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
12+
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
1313
polkadot-primitives = { path = "../../../primitives" }
1414
polkadot-node-primitives = { path = "../../primitives" }
1515
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
@@ -21,8 +21,8 @@ bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }
2121
log = "0.4.8"
2222

2323
[dev-dependencies]
24-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
25-
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
24+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
25+
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
2626
futures = { version = "0.3.5", features = ["thread-pool"] }
2727
assert_matches = "1.3.0"
2828
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }

node/core/bitfield-signing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ log = "0.4.8"
1212
polkadot-primitives = { path = "../../../primitives" }
1313
polkadot-node-subsystem = { path = "../../subsystem" }
1414
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
15-
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" }
15+
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
1616
wasm-timer = "0.2.4"

node/core/candidate-selection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ polkadot-node-subsystem = { path = "../../subsystem" }
1414
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
1515

1616
[dev-dependencies]
17-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
17+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }

node/core/candidate-validation/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ derive_more = "0.99.9"
99
futures = "0.3.5"
1010
log = "0.4.8"
1111

12-
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
13-
sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" }
12+
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
13+
sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
1414
parity-scale-codec = { version = "1.3.0", default-features = false, features = ["bit-vec", "derive"] }
1515

1616
polkadot-primitives = { path = "../../../primitives" }
@@ -20,7 +20,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys
2020
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
2121

2222
[dev-dependencies]
23-
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
23+
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-async-sync" }
2424
futures = { version = "0.3.5", features = ["thread-pool"] }
2525
assert_matches = "1.3.0"
2626
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }

0 commit comments

Comments
 (0)