Skip to content

Commit 7688c89

Browse files
committed
1 parent 482abf8 commit 7688c89

File tree

31 files changed

+2426
-1394
lines changed

31 files changed

+2426
-1394
lines changed

Cargo.lock

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

availability-store/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ futures = "0.3.4"
1515
tokio = { version = "0.2.13", features = ["rt-core"] }
1616
exit-future = "0.2.0"
1717
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
18-
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
19-
consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" }
20-
client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" }
21-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
22-
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
23-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
24-
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" }
25-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
18+
sc-network = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
19+
consensus_common = { package = "sp-consensus", git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
20+
client = { package = "sc-client-api", git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
21+
sp-runtime = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
22+
sp-blockchain = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
23+
sp-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
24+
keystore = { package = "sc-keystore", git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
25+
sp-core = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
2626
kvdb = "0.6.0"
2727
kvdb-memorydb = "0.6.0"
2828

cli/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ 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" }
20+
sp-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
21+
sp-core = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
22+
sp-runtime = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
23+
sc-client-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
24+
sc-client-db = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
25+
sc-executor = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
2626
service = { package = "polkadot-service", path = "../service", default-features = false, optional = true }
2727
service-new = { package = "polkadot-service-new", path = "../node/service", default-features = false, optional = true }
2828

2929
tokio = { version = "0.2.13", features = ["rt-threaded"], optional = true }
30-
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
31-
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
32-
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
30+
frame-benchmarking-cli = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status", optional = true }
31+
sc-cli = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status", optional = true }
32+
sc-service = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status", optional = true }
3333

3434
wasm-bindgen = { version = "0.2.57", optional = true }
3535
wasm-bindgen-futures = { version = "0.4.7", optional = true }
36-
browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
36+
browser-utils = { package = "substrate-browser-utils", git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status", optional = true }
3737

3838
[build-dependencies]
39-
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
39+
substrate-build-script-utils = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
4040

4141
[features]
4242
default = [ "wasmtime", "db", "cli", "service-old" ]

collator/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ edition = "2018"
77

88
[dependencies]
99
futures = "0.3.4"
10-
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
11-
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
12-
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
13-
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
14-
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
15-
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
16-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
17-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
18-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
19-
consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" }
10+
sc-service = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
11+
sc-executor = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
12+
sc-cli = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
13+
sc-client-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
14+
sc-network = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
15+
sp-blockchain = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
16+
sp-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
17+
sp-core = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
18+
sp-runtime = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
19+
consensus_common = { package = "sp-consensus", git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
2020
polkadot-primitives = { path = "../primitives" }
2121
polkadot-cli = { path = "../cli" }
2222
polkadot-network = { path = "../network" }
@@ -29,7 +29,7 @@ futures-timer = "2.0"
2929
codec = { package = "parity-scale-codec", version = "1.3.0" }
3030

3131
[dev-dependencies]
32-
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
32+
keyring = { package = "sp-keyring", git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
3333

3434
[features]
3535
default = ["service-old"]

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/tomaka/polkadot", branch = "legacy-send-status", default-features = false }
9+
sp-std = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status", default-features = false }
10+
sp-runtime = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status", default-features = false }
1111
codec = { package = "parity-scale-codec", version = "1.3.0", 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.0", 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/tomaka/polkadot", branch = "legacy-send-status" }
12+
trie = { package = "sp-trie", git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
1313
derive_more = "0.15.0"

network/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ polkadot-validation = { path = "../validation" }
1515
polkadot-primitives = { path = "../primitives" }
1616
polkadot-erasure-coding = { path = "../erasure-coding" }
1717
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
18-
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
19-
sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "master" }
20-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
21-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
18+
sc-network = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
19+
sc-network-gossip = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
20+
sp-core = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
21+
sp-runtime = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
2222
futures = "0.3.4"
2323
log = "0.4.8"
2424
exit-future = "0.2.0"
2525
futures-timer = "2.0"
26-
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
27-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
26+
sp-blockchain = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
27+
sp-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
2828
wasm-timer = "0.2.4"
2929
rand = "0.7.3"
3030

3131
[dev-dependencies]
32-
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
33-
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
32+
sp-keyring = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
33+
sp-state-machine = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }

network/test/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ log = "0.4.8"
1010
parking_lot = "0.10.0"
1111
futures = "0.3.1"
1212
rand = "0.7.2"
13-
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
14-
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
13+
sc-consensus = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
14+
sc-network = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
1515
sc-service = { git = "https://github.com/paritytech/substrate", features = ["test-helpers"], branch = "master" }
16-
sc-network-test = { git = "https://github.com/paritytech/substrate", branch = "master" }
17-
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
18-
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
19-
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
20-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
21-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
22-
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
16+
sc-network-test = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
17+
sp-consensus = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
18+
sc-client-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
19+
sp-blockchain = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
20+
sp-runtime = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
21+
sp-core = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
22+
sc-block-builder = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
2323
polkadot-test-runtime-client = { path = "../../runtime/test-runtime/client" }

node/core/proposer/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ parity-scale-codec = "1.3.0"
1212
polkadot-node-subsystem = { path = "../../subsystem" }
1313
polkadot-overseer = { path = "../../overseer" }
1414
polkadot-primitives = { path = "../../../primitives" }
15-
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" }
16-
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
17-
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
18-
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" }
19-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
20-
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
21-
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
22-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
23-
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" }
24-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
25-
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }
15+
sc-basic-authorship = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
16+
sc-block-builder = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
17+
sc-client-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
18+
sc-telemetry = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
19+
sp-api = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
20+
sp-blockchain = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
21+
sp-consensus = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
22+
sp-core = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
23+
sp-inherents = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
24+
sp-runtime = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
25+
sp-transaction-pool = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
2626
tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] }
2727
wasm-timer = "0.2.4"

node/network/bridge/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ streamunordered = "0.5.1"
1212
polkadot-primitives = { path = "../../../primitives" }
1313
node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" }
1414
parity-scale-codec = "1.3.0"
15-
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
16-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
15+
sc-network = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
16+
sp-runtime = { git = "https://github.com/tomaka/polkadot", branch = "legacy-send-status" }
1717
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)