@@ -39,71 +39,71 @@ shell-parachain-runtime = { path = "../runtime/shell", package = "shell-runtime"
3939pallet-mq-runtime-api = { path = " ../pallets/phala/mq-runtime-api" }
4040phala-node-rpc-ext = { path = " ../crates/phala-node-rpc-ext" }
4141
42- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
43- frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
44- try-runtime-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
42+ frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
43+ frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
44+ try-runtime-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
4545
46- pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
47- frame-rpc-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , package = " substrate-frame-rpc-system" }
46+ pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
47+ frame-rpc-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , package = " substrate-frame-rpc-system" }
4848
49- substrate-prometheus-endpoint = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
49+ substrate-prometheus-endpoint = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
5050
5151# Substrate Client Dependencies
52- sc-basic-authorship = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
53- sc-chain-spec = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
54- sc-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , features = [" wasmtime" ] }
55- sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
56- sc-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
57- sc-sysinfo = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
58- sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , features = [" wasmtime" ] }
59- sc-network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
60- sc-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
61- sc-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
62- sc-rpc-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
63- sc-service = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , features = [" wasmtime" ] }
64- sc-telemetry = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
65- sc-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
66- sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
67- sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
52+ sc-basic-authorship = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
53+ sc-chain-spec = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
54+ sc-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , features = [" wasmtime" ] }
55+ sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
56+ sc-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
57+ sc-sysinfo = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
58+ sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , features = [" wasmtime" ] }
59+ sc-network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
60+ sc-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
61+ sc-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
62+ sc-rpc-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
63+ sc-service = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , features = [" wasmtime" ] }
64+ sc-telemetry = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
65+ sc-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
66+ sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
67+ sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
6868
6969# Substrate Primitive Dependencies
70- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
71- sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
72- sp-block-builder = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
73- sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
74- sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
75- sp-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
76- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
77- sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
78- sp-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
79- sp-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
80- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
81- sp-session = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
82- sp-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
83- sp-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
70+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
71+ sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
72+ sp-block-builder = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
73+ sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
74+ sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
75+ sp-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
76+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
77+ sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
78+ sp-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
79+ sp-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
80+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
81+ sp-session = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
82+ sp-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
83+ sp-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
8484
8585# Cumulus dependencies
86- cumulus-client-cli = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
87- cumulus-client-consensus-aura = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
88- cumulus-client-consensus-relay-chain = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
89- cumulus-client-consensus-common = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
90- cumulus-client-network = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
91- cumulus-client-service = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
92- cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
93- cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
94- cumulus-relay-chain-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
95- cumulus-relay-chain-inprocess-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
96- cumulus-relay-chain-rpc-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
86+ cumulus-client-cli = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
87+ cumulus-client-consensus-aura = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
88+ cumulus-client-consensus-relay-chain = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
89+ cumulus-client-consensus-common = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
90+ cumulus-client-network = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
91+ cumulus-client-service = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
92+ cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
93+ cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
94+ cumulus-relay-chain-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
95+ cumulus-relay-chain-inprocess-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
96+ cumulus-relay-chain-rpc-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
9797
9898# Polkadot dependencies
99- polkadot-cli = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
100- polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
101- polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
102- polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
103- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " , default-features = false }
99+ polkadot-cli = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
100+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
101+ polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
102+ polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
103+ xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " , default-features = false }
104104
105105[build-dependencies ]
106- substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
106+ substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
107107
108108[features ]
109109default = [" all-runtimes" ]
0 commit comments