@@ -4,7 +4,7 @@ build = "build.rs"
4
4
description = " KILT parachain"
5
5
edition = " 2018"
6
6
name = " kilt-parachain"
7
- version = " 0.26.2 "
7
+ version = " 1.0.0 "
8
8
9
9
[[bin ]]
10
10
name = " kilt-parachain"
@@ -18,7 +18,7 @@ peregrine-runtime = {path = "../../runtimes/peregrine"}
18
18
spiritnet-runtime = {path = " ../../runtimes/spiritnet" }
19
19
20
20
# External dependencies
21
- codec = {package = " parity-scale-codec" , version = " 2.0.0 " }
21
+ codec = {package = " parity-scale-codec" , version = " 2.3.1 " }
22
22
derive_more = " 0.15.0"
23
23
exit-future = " 0.1.4"
24
24
futures = {version = " 0.3.1" , features = [" compat" ]}
@@ -31,70 +31,70 @@ structopt = "0.3.3"
31
31
trie-root = " 0.15.2"
32
32
33
33
# Substrate dependencies
34
- sc-basic-authorship = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
35
- sc-chain-spec = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
36
- sc-cli = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
37
- sc-client-api = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
38
- sc-consensus = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
39
- sc-executor = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
40
- sc-finality-grandpa = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
41
- sc-network = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
42
- sc-service = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
43
- sc-telemetry = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
44
- sc-tracing = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
45
- sc-transaction-pool = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
46
- sc-transaction-pool-api = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
47
- sp-block-builder = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
48
- sp-blockchain = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
49
- sp-consensus = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
50
- sp-consensus-aura = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
51
- sp-core = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
52
- sp-inherents = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
53
- sp-io = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
54
- sp-keystore = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
55
- sp-offchain = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
56
- sp-runtime = {git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.10 " }
57
- sp-session = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
58
- sp-timestamp = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
59
- sp-transaction-pool = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
60
- sp-trie = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
61
- substrate-prometheus-endpoint = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
34
+ sc-basic-authorship = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
35
+ sc-chain-spec = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
36
+ sc-cli = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
37
+ sc-client-api = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
38
+ sc-consensus = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
39
+ sc-executor = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
40
+ sc-finality-grandpa = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
41
+ sc-network = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
42
+ sc-service = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
43
+ sc-telemetry = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
44
+ sc-tracing = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
45
+ sc-transaction-pool = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
46
+ sc-transaction-pool-api = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
47
+ sp-block-builder = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
48
+ sp-blockchain = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
49
+ sp-consensus = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
50
+ sp-consensus-aura = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
51
+ sp-core = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
52
+ sp-inherents = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
53
+ sp-io = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
54
+ sp-keystore = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
55
+ sp-offchain = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
56
+ sp-runtime = {git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.11 " }
57
+ sp-session = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
58
+ sp-timestamp = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
59
+ sp-transaction-pool = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
60
+ sp-trie = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
61
+ substrate-prometheus-endpoint = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
62
62
63
63
# RPC related dependencies
64
- frame-rpc-system = {package = " substrate-frame-rpc-system" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
65
- jsonrpc-core = " 15.1 .0"
66
- pallet-transaction-payment-rpc = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
67
- sc-rpc = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
68
- sc-rpc-api = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
69
- sp-api = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
64
+ frame-rpc-system = {package = " substrate-frame-rpc-system" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
65
+ jsonrpc-core = " 18.0 .0"
66
+ pallet-transaction-payment-rpc = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
67
+ sc-rpc = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
68
+ sc-rpc-api = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
69
+ sp-api = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
70
70
71
71
# Cumulus dependencies
72
- cumulus-client-cli = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
73
- cumulus-client-collator = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
74
- cumulus-client-consensus-aura = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
75
- cumulus-client-consensus-common = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
76
- cumulus-client-consensus-relay-chain = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
77
- cumulus-client-network = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
78
- cumulus-client-service = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
79
- cumulus-primitives-core = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
80
- cumulus-primitives-parachain-inherent = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.10 " }
72
+ cumulus-client-cli = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
73
+ cumulus-client-collator = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
74
+ cumulus-client-consensus-aura = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
75
+ cumulus-client-consensus-common = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
76
+ cumulus-client-consensus-relay-chain = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
77
+ cumulus-client-network = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
78
+ cumulus-client-service = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
79
+ cumulus-primitives-core = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
80
+ cumulus-primitives-parachain-inherent = {git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.11 " }
81
81
82
82
# Polkadot dependencies
83
- polkadot-cli = {git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.10 " }
84
- polkadot-parachain = {git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.10 " }
85
- polkadot-primitives = {git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.10 " }
86
- polkadot-service = {git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.10 " }
83
+ polkadot-cli = {git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.11 " }
84
+ polkadot-parachain = {git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.11 " }
85
+ polkadot-primitives = {git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.11 " }
86
+ polkadot-service = {git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.11 " }
87
87
88
88
# Benchmarking
89
- frame-benchmarking = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
90
- frame-benchmarking-cli = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
89
+ frame-benchmarking = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
90
+ frame-benchmarking-cli = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
91
91
92
92
# Runtime tests
93
- node-executor = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " , optional = true }
94
- try-runtime-cli = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " , optional = true }
93
+ node-executor = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " , optional = true }
94
+ try-runtime-cli = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " , optional = true }
95
95
96
96
[build-dependencies ]
97
- substrate-build-script-utils = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.10 " }
97
+ substrate-build-script-utils = {git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.11 " }
98
98
99
99
[features ]
100
100
default = []
0 commit comments