@@ -10,7 +10,7 @@ repository = "https://github.com/darwinia-network/darwinia"
10
10
version = " 6.0.0"
11
11
12
12
[build-dependencies ]
13
- substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33 " }
13
+ substrate-build-script-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36 " }
14
14
15
15
[dependencies ]
16
16
# crates.io
@@ -19,21 +19,20 @@ async-trait = { version = "0.1" }
19
19
clap = { version = " 4.0" , features = [" derive" ] }
20
20
codec = { package = " parity-scale-codec" , version = " 3.3" }
21
21
futures = { version = " 0.3" }
22
- jsonrpsee = { version = " 0.15 " , features = [" server" ] }
22
+ jsonrpsee = { version = " 0.16 " , features = [" server" ] }
23
23
log = { version = " 0.4" }
24
24
serde = { version = " 1.0" , features = [" derive" ] }
25
25
26
26
# cumulus
27
- cumulus-client-cli = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
28
- cumulus-client-consensus-aura = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
29
- cumulus-client-consensus-common = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
30
- cumulus-client-network = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
31
- cumulus-client-service = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
32
- cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
33
- cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
34
- cumulus-relay-chain-inprocess-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
35
- cumulus-relay-chain-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
36
- cumulus-relay-chain-minimal-node = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.33" }
27
+ cumulus-client-cli = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
28
+ cumulus-client-collator = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
29
+ cumulus-client-consensus-aura = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
30
+ cumulus-client-consensus-common = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
31
+ cumulus-client-network = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
32
+ cumulus-client-service = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
33
+ cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
34
+ cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
35
+ cumulus-relay-chain-interface = { git = " https://github.com/paritytech/cumulus.git" , branch = " polkadot-v0.9.36" }
37
36
38
37
# darwinia
39
38
crab-runtime = { path = " ../runtime/crab" }
@@ -42,57 +41,63 @@ dc-primitives = { path = "../core/primitives" }
42
41
pangolin-runtime = { path = " ../runtime/pangolin" }
43
42
44
43
# frontier
45
- fc-cli = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.33" }
46
- fc-db = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.33" }
47
- fc-mapping-sync = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.33" }
48
- fc-rpc = { features = [" rpc_binary_search_estimate" ], git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.33" }
49
- fc-rpc-core = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.33" }
50
- fp-evm = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.33" }
51
- fp-rpc = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.33" }
52
- fp-storage = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.33" }
44
+ fc-cli = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
45
+ fc-consensus = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
46
+ fc-db = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
47
+ fc-mapping-sync = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
48
+ fc-rpc = { features = [" rpc_binary_search_estimate" ], git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
49
+ fc-rpc-core = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
50
+ fp-evm = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
51
+ fp-rpc = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
52
+ fp-storage = { git = " https://github.com/darwinia-network/frontier" , branch = " polkadot-v0.9.36" }
53
53
54
54
# polkadot
55
- polkadot-cli = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.33" }
56
- polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.33" }
57
- polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.33" }
58
- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.33" }
55
+ polkadot-cli = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.36" }
56
+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.36" }
57
+ polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.36" }
58
+ polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.36" }
59
+ xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.36" }
59
60
60
61
# substrate
61
- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
62
- frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
63
- pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
64
- sc-basic-authorship = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
65
- sc-chain-spec = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
66
- sc-cli = { features = [" wasmtime" ], git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
67
- sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
68
- sc-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
69
- sc-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
70
- sc-executor = { features = [" wasmtime" ], git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
71
- sc-network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
72
- sc-network-common = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
73
- sc-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
74
- sc-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
75
- sc-service = { features = [" wasmtime" ], git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
76
- sc-sysinfo = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
77
- sc-telemetry = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
78
- sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
79
- sc-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
80
- sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
81
- sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
82
- sp-block-builder = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
83
- sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
84
- sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
85
- sp-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
86
- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
87
- sp-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
88
- sp-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
89
- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
90
- sp-session = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
91
- sp-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
92
- sp-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
93
- substrate-frame-rpc-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
94
- substrate-prometheus-endpoint = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" }
95
- try-runtime-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.33" , optional = true }
62
+ frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
63
+ frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
64
+ pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
65
+ sc-basic-authorship = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
66
+ sc-chain-spec = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
67
+ sc-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
68
+ sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
69
+ sc-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
70
+ sc-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
71
+ sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
72
+ sc-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
73
+ sc-network = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
74
+ sc-network-common = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
75
+ sc-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
76
+ sc-rpc = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
77
+ sc-rpc-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
78
+ sc-service = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
79
+ sc-sysinfo = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
80
+ sc-telemetry = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
81
+ sc-tracing = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
82
+ sc-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
83
+ sc-transaction-pool-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
84
+ sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
85
+ sp-block-builder = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
86
+ sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
87
+ sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
88
+ sp-consensus-aura = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
89
+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
90
+ sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
91
+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
92
+ sp-keystore = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
93
+ sp-offchain = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
94
+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
95
+ sp-session = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
96
+ sp-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
97
+ sp-transaction-pool = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
98
+ substrate-frame-rpc-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
99
+ substrate-prometheus-endpoint = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" }
100
+ try-runtime-cli = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.36" , optional = true }
96
101
97
102
[features ]
98
103
default = []
0 commit comments