1
1
[package ]
2
2
name = " encointer-collator"
3
3
# align major.minor revision with the runtimes. bump patch revision ad lib. make this the github release tag
4
- version = " 0.6.11 "
4
+ version = " 1.0.0 "
5
5
authors = [" Encointer <info@encointer.org>" ]
6
6
build = " build.rs"
7
7
edition = " 2021"
@@ -14,7 +14,7 @@ path = "src/main.rs"
14
14
clap = { version = " 3.1" , features = [" derive" ] }
15
15
futures = { version = " 0.3.1" , features = [" compat" ] }
16
16
log = " 0.4.8"
17
- codec = { package = " parity-scale-codec" , version = " 2.3 .0" }
17
+ codec = { package = " parity-scale-codec" , version = " 3.0 .0" }
18
18
serde = { version = " 1.0.132" , features = [" derive" ] }
19
19
hex-literal = " 0.3.4"
20
20
async-trait = " 0.1.42"
@@ -28,74 +28,75 @@ launch-runtime = { package = "launch-runtime", path = "launch-runtime" }
28
28
parachains-common = { path = " parachains-common" }
29
29
30
30
# encointer dependencies
31
- pallet-encointer-ceremonies-rpc = { git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.17 " }
32
- pallet-encointer-ceremonies-rpc-runtime-api = { git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.17 " }
33
- pallet-encointer-communities-rpc = { git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.17 " }
34
- pallet-encointer-communities-rpc-runtime-api = { git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.17 " }
35
- pallet-encointer-bazaar-rpc = {git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.17 " }
36
- pallet-encointer-bazaar-rpc-runtime-api = {git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.17 " }
31
+ pallet-encointer-ceremonies-rpc = { git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.18 " }
32
+ pallet-encointer-ceremonies-rpc-runtime-api = { git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.18 " }
33
+ pallet-encointer-communities-rpc = { git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.18 " }
34
+ pallet-encointer-communities-rpc-runtime-api = { git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.18 " }
35
+ pallet-encointer-bazaar-rpc = {git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.18 " }
36
+ pallet-encointer-bazaar-rpc-runtime-api = {git = " https://github.com/encointer/pallets" , branch = " polkadot-v0.9.18 " }
37
37
38
38
# Substrate dependencies
39
- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
40
- frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
41
- sp-runtime = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.17 " }
42
- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
43
- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
44
- sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
45
- sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
46
- sp-session = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
47
- sc-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
48
- sc-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
49
- sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
50
- sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
51
- sc-service = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
52
- sc-telemetry = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
53
- sc-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
54
- sp-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
55
- sc-network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
56
- sc-basic-authorship = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
57
- sp-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
58
- sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
59
- sp-block-builder = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
60
- sp-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
61
- sp-keyring = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
62
- sc-chain-spec = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
63
- sc-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
64
- sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
65
- sp-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
66
- sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
67
- sp-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
68
- substrate-prometheus-endpoint = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
39
+ frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
40
+ frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
41
+ sp-runtime = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.18 " }
42
+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
43
+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
44
+ sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
45
+ sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
46
+ sp-session = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
47
+ sc-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
48
+ sc-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
49
+ sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
50
+ sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
51
+ sc-service = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
52
+ sc-telemetry = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
53
+ sc-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
54
+ sp-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
55
+ sc-network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
56
+ sc-basic-authorship = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
57
+ sp-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
58
+ sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
59
+ sp-block-builder = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
60
+ sp-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
61
+ sp-keyring = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
62
+ sc-chain-spec = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
63
+ sc-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
64
+ sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
65
+ sp-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
66
+ sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
67
+ sp-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
68
+ substrate-prometheus-endpoint = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
69
69
70
- try-runtime-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
70
+ try-runtime-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
71
71
72
72
# RPC related dependencies
73
73
jsonrpc-core = " 18.0.0"
74
- sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
75
- frame-rpc-system = { package = " substrate-frame-rpc-system" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
76
- pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
74
+ sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
75
+ frame-rpc-system = { package = " substrate-frame-rpc-system" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
76
+ pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
77
77
78
78
# Cumulus dependencies
79
- cumulus-client-cli = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
80
- cumulus-client-consensus-aura = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
81
- cumulus-client-consensus-relay-chain = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
82
- cumulus-client-consensus-common = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
83
- cumulus-client-service = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
84
- cumulus-client-network = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
85
- cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
86
- cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
87
- cumulus-relay-chain-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
88
- cumulus-relay-chain-local = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.17" }
79
+ cumulus-client-cli = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
80
+ cumulus-client-consensus-aura = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
81
+ cumulus-client-consensus-relay-chain = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
82
+ cumulus-client-consensus-common = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
83
+ cumulus-client-service = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
84
+ cumulus-client-network = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
85
+ cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
86
+ cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
87
+ cumulus-relay-chain-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
88
+ cumulus-relay-chain-inprocess-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
89
+ cumulus-relay-chain-rpc-interface = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.18" }
89
90
90
91
# Polkadot dependencies
91
- polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.17 " }
92
- polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.17 " }
93
- polkadot-cli = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.17 " }
94
- polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.17 " }
95
- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.17 " }
92
+ polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.18 " }
93
+ polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.18 " }
94
+ polkadot-cli = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.18 " }
95
+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.18 " }
96
+ xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.18 " }
96
97
97
98
[build-dependencies ]
98
- substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " }
99
+ substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " }
99
100
100
101
[dev-dependencies ]
101
102
assert_cmd = " 0.12"
0 commit comments