Skip to content

Commit f59cee4

Browse files
committed
change fork version to aleph-0.9.34
1 parent 130896a commit f59cee4

File tree

20 files changed

+990
-990
lines changed

20 files changed

+990
-990
lines changed

Cargo.lock

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

aleph-client/Cargo.lock

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

aleph-client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ subxt = "0.25.0"
2020
futures = "0.3.25"
2121
serde = { version = "1.0", features = ["derive"] }
2222

23-
frame-support = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
24-
sp-runtime = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
25-
pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
23+
frame-support = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
24+
sp-runtime = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
25+
pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
2626
primitives = { path = "../primitives" }
2727

2828
[dev-dependencies]

benches/payout-stakers/Cargo.lock

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

benches/payout-stakers/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ log = "0.4"
1414
futures = "0.3.25"
1515
rand = "0.8.5"
1616

17-
sp-core = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34", features = ["full_crypto"] }
18-
sp-keyring = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
17+
sp-core = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34", features = ["full_crypto"] }
18+
sp-keyring = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
1919

2020
subxt = "0.25.0"
2121
tokio = { version = "1.21.2", features = ["full"] }

bin/cliain/Cargo.lock

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

bin/cliain/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ env_logger = "0.8"
1616
hex = "0.4.3"
1717
ink_metadata = { version = "4.0.0-beta", features = ["derive"] }
1818
log = "0.4"
19-
pallet-staking = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
19+
pallet-staking = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
2020
primitives = { path = "../../primitives" }
2121
serde = { version = "1.0.137", features = ["derive"] }
2222
serde_json = "1.0.81"
23-
sp-core = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34", features = ["full_crypto"] }
23+
sp-core = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34", features = ["full_crypto"] }
2424
tokio = { version = "1.21.2", features = ["full"] }
2525
subxt = "0.25.0"
2626

bin/node/Cargo.toml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -26,50 +26,50 @@ hex-literal = "0.3"
2626
libp2p = "0.49.0"
2727
thiserror = "1.0"
2828

29-
sp-application-crypto = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
30-
sc-block-builder = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
31-
sc-chain-spec = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34"}
32-
sc-cli = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
33-
sp-core = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
34-
sc-executor = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
35-
sc-service = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
36-
sc-telemetry = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
37-
sc-keystore = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
38-
sp-keystore = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
39-
sp-inherents = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
40-
sc-basic-authorship = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
41-
sc-network = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
42-
sc-transaction-pool = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
43-
sp-transaction-pool = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
44-
sc-transaction-pool-api = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
45-
sc-consensus-aura = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
46-
sp-consensus-aura = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
47-
sp-consensus = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
48-
sc-consensus = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
49-
sc-client-api = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
50-
sp-runtime = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
51-
sp-timestamp = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
52-
pallet-staking = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
53-
try-runtime-cli = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34", optional = true }
54-
sc-consensus-slots = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
55-
sp-arithmetic = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
29+
sp-application-crypto = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
30+
sc-block-builder = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
31+
sc-chain-spec = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34"}
32+
sc-cli = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
33+
sp-core = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
34+
sc-executor = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
35+
sc-service = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
36+
sc-telemetry = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
37+
sc-keystore = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
38+
sp-keystore = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
39+
sp-inherents = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
40+
sc-basic-authorship = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
41+
sc-network = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
42+
sc-transaction-pool = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
43+
sp-transaction-pool = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
44+
sc-transaction-pool-api = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
45+
sc-consensus-aura = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
46+
sp-consensus-aura = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
47+
sp-consensus = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
48+
sc-consensus = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
49+
sc-client-api = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
50+
sp-runtime = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
51+
sp-timestamp = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
52+
pallet-staking = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
53+
try-runtime-cli = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34", optional = true }
54+
sc-consensus-slots = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
55+
sp-arithmetic = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
5656

5757
aleph-runtime = { path = "../runtime" }
5858
finality-aleph = { path = "../../finality-aleph" }
5959
aleph-primitives = { package = "primitives", path = "../../primitives" }
6060

6161
# These dependencies are used for the node's RPCs
6262
jsonrpsee = { version = "0.15.1", features = ["server"] }
63-
sc-rpc = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
64-
sp-api = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
65-
sc-rpc-api = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
66-
sp-blockchain = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
67-
sp-block-builder = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
68-
substrate-frame-rpc-system = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
69-
pallet-transaction-payment-rpc = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
63+
sc-rpc = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
64+
sp-api = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
65+
sc-rpc-api = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
66+
sp-blockchain = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
67+
sp-block-builder = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
68+
substrate-frame-rpc-system = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
69+
pallet-transaction-payment-rpc = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
7070

7171
[build-dependencies]
72-
substrate-build-script-utils = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
72+
substrate-build-script-utils = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.34" }
7373

7474
[features]
7575
default = []

0 commit comments

Comments
 (0)