@@ -19,47 +19,57 @@ targets = ["x86_64-unknown-linux-gnu"]
1919[dependencies ]
2020clap = { version = " 3.0" , features = [" derive" ] }
2121
22- sc-cli = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" , features = [" wasmtime" ] }
23- sp-core = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
24- sc-executor = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" , features = [" wasmtime" ] }
25- sc-service = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" , features = [" wasmtime" ] }
26- sc-telemetry = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
27- sc-keystore = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
28- sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
29- sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
30- sc-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
31- sp-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
32- sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
33- sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
34- sc-finality-grandpa = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
35- sp-finality-grandpa = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
36- sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
37- sp-runtime = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
38- sp-timestamp = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18" }
22+ sc-cli = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" , features = [" wasmtime" ] }
23+ sp-core = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
24+ sc-executor = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" , features = [" wasmtime" ] }
25+ sc-service = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" , features = [" wasmtime" ] }
26+ sc-telemetry = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
27+ sc-keystore = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
28+ sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
29+ sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
30+ sc-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
31+ sp-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
32+ sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
33+ sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
34+ sc-finality-grandpa = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
35+ sp-finality-grandpa = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
36+ sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
37+ sp-runtime = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
38+ sp-timestamp = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
39+ sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
40+ sp-keyring = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
41+ frame-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
42+ pallet-transaction-payment = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
3943
4044# These dependencies are used for the node template"s RPCs
41- jsonrpc-core = " 18.0.0 "
42- sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
43- sp-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
44- sc-rpc-api = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
45- sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
46- sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
47- sc-basic-authorship = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
48- substrate-frame-rpc-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
49- pallet-transaction-payment-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
45+ jsonrpsee = { version = " 0.13.0 " , features = [ " server " ] }
46+ sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
47+ sp-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
48+ sc-rpc-api = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
49+ sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
50+ sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
51+ sc-basic-authorship = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
52+ substrate-frame-rpc-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
53+ pallet-transaction-payment-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
5054
5155# These dependencies are used for runtime benchmarking
52- frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
53- frame-benchmarking-cli = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
56+ frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
57+ frame-benchmarking-cli = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
5458
5559# Local Dependencies
5660rmrk-substrate-runtime = { version = " 4.0.0-dev" , path = " ../runtime" }
5761
62+ # CLI-specific dependencies
63+ try-runtime-cli = { version = " 0.10.0-dev" , optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22" }
64+
5865[build-dependencies ]
59- substrate-build-script-utils = { version = " 3.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.18 " }
66+ substrate-build-script-utils = { version = " 3.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.22 " }
6067
6168[features ]
6269default = []
6370runtime-benchmarks = [
6471 " rmrk-substrate-runtime/runtime-benchmarks" ,
65- ]
72+ ]
73+ # Enable features that allow the runtime to be tried and debugged. Name might be subject to change
74+ # in the near future.
75+ try-runtime = [" try-runtime-cli" ]
0 commit comments