@@ -20,65 +20,65 @@ jsonrpsee = { version = "0.15.1", features = ["server"] }
20
20
zenlink-template-runtime = { path = " ../runtime" }
21
21
22
22
# Substrate
23
- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
24
- frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
25
- pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
26
- sc-basic-authorship = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
27
- sc-chain-spec = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
28
- sc-cli = { git = " https://github.com/paritytech/substrate" , features = [" wasmtime" ] , branch = " polkadot-v0.9.28 " }
29
- sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
30
- sc-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
31
- sc-executor = { git = " https://github.com/paritytech/substrate" , features = [" wasmtime" ] , branch = " polkadot-v0.9.28 " }
32
- sc-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
33
- sc-network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
34
- sc-network-common = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
35
- sc-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
36
- sc-rpc-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
37
- sc-service = { git = " https://github.com/paritytech/substrate" , features = [" wasmtime" ] , branch = " polkadot-v0.9.28 " }
38
- sc-sysinfo = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
39
- sc-telemetry = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
40
- sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
41
- sc-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
42
- sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
43
- sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
44
- sp-block-builder = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
45
- sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
46
- sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
47
- sp-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
48
- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
49
- sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
50
- sp-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
51
- sp-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
52
- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
53
- sp-session = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
54
- sp-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
55
- sp-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
56
- substrate-frame-rpc-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
57
- substrate-prometheus-endpoint = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
58
- try-runtime-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
23
+ frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
24
+ frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
25
+ pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
26
+ sc-basic-authorship = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
27
+ sc-chain-spec = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
28
+ sc-cli = { git = " https://github.com/paritytech/substrate" , features = [" wasmtime" ], branch = " polkadot-v0.9.29 " }
29
+ sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
30
+ sc-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
31
+ sc-executor = { git = " https://github.com/paritytech/substrate" , features = [" wasmtime" ], branch = " polkadot-v0.9.29 " }
32
+ sc-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
33
+ sc-network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
34
+ sc-network-common = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
35
+ sc-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
36
+ sc-rpc-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
37
+ sc-service = { git = " https://github.com/paritytech/substrate" , features = [" wasmtime" ], branch = " polkadot-v0.9.29 " }
38
+ sc-sysinfo = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
39
+ sc-telemetry = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
40
+ sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
41
+ sc-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
42
+ sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
43
+ sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
44
+ sp-block-builder = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
45
+ sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
46
+ sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
47
+ sp-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
48
+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
49
+ sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
50
+ sp-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
51
+ sp-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
52
+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
53
+ sp-session = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
54
+ sp-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
55
+ sp-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
56
+ substrate-frame-rpc-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
57
+ substrate-prometheus-endpoint = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
58
+ try-runtime-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
59
59
60
60
# Polkadot
61
- polkadot-cli = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.28 " }
62
- polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.28 " }
63
- polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.28 " }
64
- polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.28 " }
65
- xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.28 " }
61
+ polkadot-cli = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.29 " }
62
+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.29 " }
63
+ polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.29 " }
64
+ polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.29 " }
65
+ xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.29 " }
66
66
67
67
# Cumulus
68
- cumulus-client-cli = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
69
- cumulus-client-collator = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
70
- cumulus-client-consensus-aura = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
71
- cumulus-client-consensus-common = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
72
- cumulus-client-network = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
73
- cumulus-client-service = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
74
- cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
75
- cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
76
- cumulus-relay-chain-inprocess-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
77
- cumulus-relay-chain-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
78
- cumulus-relay-chain-rpc-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.28 " }
68
+ cumulus-client-cli = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
69
+ cumulus-client-collator = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
70
+ cumulus-client-consensus-aura = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
71
+ cumulus-client-consensus-common = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
72
+ cumulus-client-network = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
73
+ cumulus-client-service = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
74
+ cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
75
+ cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
76
+ cumulus-relay-chain-inprocess-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
77
+ cumulus-relay-chain-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
78
+ cumulus-relay-chain-rpc-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.29 " }
79
79
80
80
[build-dependencies ]
81
- substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
81
+ substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
82
82
83
83
[features ]
84
84
default = []
0 commit comments