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

Commit 3cc9182

Browse files
author
Andronik
committed
REVERTME: diener update --polkadot --branch ao-recovery-try-connect && cargo update -p polkadot-primitives
1 parent 3f4a571 commit 3cc9182

File tree

33 files changed

+367
-365
lines changed

33 files changed

+367
-365
lines changed

Cargo.lock

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

client/collator/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
1818
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
1919

2020
# Polkadot
21-
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
22-
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" }
23-
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
24-
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
21+
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
22+
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
23+
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
24+
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
2525

2626
# Cumulus
2727
cumulus-client-consensus-common = { path = "../consensus/common" }
@@ -37,7 +37,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "
3737
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
3838

3939
# Polkadot
40-
polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "master" }
40+
polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
4141

4242
# Cumulus
4343
cumulus-test-client = { path = "../../test/client" }

client/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master
2121
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
2222

2323
# Polkadot
24-
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
24+
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
2525

2626
# Cumulus
2727
cumulus-relay-chain-interface = { path = "../../relay-chain-interface" }

client/network/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master
2222
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
2323

2424
# Polkadot
25-
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
26-
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" }
27-
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
25+
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
26+
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
27+
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
2828

2929
# Cumulus
3030
cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
@@ -44,9 +44,9 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
4444
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
4545

4646
# Polkadot
47-
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" }
48-
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
49-
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" }
47+
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
48+
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
49+
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
5050

5151
# Cumulus
5252
cumulus-primitives-core = { path = "../../primitives/core" }

client/pov-recovery/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", br
2020
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
2121

2222
# Polkadot
23-
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
24-
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" }
25-
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
26-
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
23+
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
24+
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
25+
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
26+
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
2727

2828
# Cumulus
2929
cumulus-primitives-core = { path = "../../primitives/core" }

client/relay-chain-inprocess-interface/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master
2222
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
2323

2424
# Polkadot
25-
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false, features = ["cli"] }
26-
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" }
27-
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
25+
polkadot-cli = { git = "https://github.com/paritytech/polkadot", default-features = false, features = ["cli"] , branch = "ao-recovery-try-connect" }
26+
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
27+
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
2828

2929
# Cumulus
3030
cumulus-primitives-core = { path = "../../primitives/core" }
@@ -36,5 +36,5 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
3636
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
3737

3838
# Polkadot
39-
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
40-
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" }
39+
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
40+
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }

client/relay-chain-interface/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ version = "0.1.0"
55
edition = "2021"
66

77
[dependencies]
8-
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
9-
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
8+
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
9+
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
1010

1111
cumulus-primitives-core = { path = "../../primitives/core" }
1212

client/relay-chain-rpc-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77

88
[dependencies]
9-
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
9+
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
1010

1111
cumulus-primitives-core = { path = "../../primitives/core" }
1212
cumulus-relay-chain-interface = { path = "../relay-chain-interface" }

client/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
1818
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
1919

2020
# Polkadot
21-
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
21+
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" }
2222

2323
# Cumulus
2424
cumulus-client-cli = { path = "../cli" }

pallets/dmp-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features
1616
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
1717

1818
# Polkadot
19-
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
19+
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" }
2020

2121
# Cumulus
2222
cumulus-primitives-core = { path = "../../primitives/core", default-features = false }

0 commit comments

Comments
 (0)