git.delta.rocks / unique-network / refs/commits / cdfb9bdc7b20

difftreelog

build(dep) upgrade polkadot to v0.9.25

Yaroslav Bolyukin2022-07-21parent: #d75b746.patch.diff
in: master

26 files changed

modifiedREADME.mddiffbeforeafterboth
92```92```
93git clone https://github.com/paritytech/polkadot.git93git clone https://github.com/paritytech/polkadot.git
94cd polkadot94cd polkadot
95git checkout release-v0.9.2495git checkout release-v0.9.25
96cargo build --release96cargo build --release
97```97```
9898
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
10up-rpc = { path = "../../primitives/rpc" }10up-rpc = { path = "../../primitives/rpc" }
11rmrk-rpc = { path = "../../primitives/rmrk-rpc" }11rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
12codec = { package = "parity-scale-codec", version = "3.1.2" }12codec = { package = "parity-scale-codec", version = "3.1.2" }
13jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }13jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }
14anyhow = "1.0.57"14anyhow = "1.0.57"
1515
16sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
2222
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
9primitive-types = { version = "0.11.1", default-features = false }9primitive-types = { version = "0.11.1", default-features = false }
10hex-literal = "0.3.3"10hex-literal = "0.3.3"
11ethereum = { version = "0.12.0", default-features = false }11ethereum = { version = "0.12.0", default-features = false }
12evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.24" }12evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.25" }
13impl-trait-for-tuples = "0.2.1"13impl-trait-for-tuples = "0.2.1"
1414
15[dev-dependencies]15[dev-dependencies]
modifiednode/cli/Cargo.tomldiffbeforeafterboth
33
4[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]
5git = "https://github.com/paritytech/substrate"5git = "https://github.com/paritytech/substrate"
6branch = "polkadot-v0.9.24"6branch = "polkadot-v0.9.25"
77
8################################################################################8################################################################################
9# Substrate Dependecies9# Substrate Dependecies
1616
17[dependencies.frame-benchmarking]17[dependencies.frame-benchmarking]
18git = "https://github.com/paritytech/substrate"18git = "https://github.com/paritytech/substrate"
19branch = "polkadot-v0.9.24"19branch = "polkadot-v0.9.25"
2020
21[dependencies.frame-benchmarking-cli]21[dependencies.frame-benchmarking-cli]
22git = "https://github.com/paritytech/substrate"22git = "https://github.com/paritytech/substrate"
23branch = "polkadot-v0.9.24"23branch = "polkadot-v0.9.25"
2424
25[dependencies.try-runtime-cli]25[dependencies.try-runtime-cli]
26git = 'https://github.com/paritytech/substrate'26git = 'https://github.com/paritytech/substrate'
27branch = 'polkadot-v0.9.24'27branch = 'polkadot-v0.9.25'
2828
29[dependencies.pallet-transaction-payment-rpc]29[dependencies.pallet-transaction-payment-rpc]
30git = "https://github.com/paritytech/substrate"30git = "https://github.com/paritytech/substrate"
31branch = "polkadot-v0.9.24"31branch = "polkadot-v0.9.25"
3232
33[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]
34git = "https://github.com/paritytech/substrate"34git = "https://github.com/paritytech/substrate"
35branch = "polkadot-v0.9.24"35branch = "polkadot-v0.9.25"
3636
37[dependencies.sc-basic-authorship]37[dependencies.sc-basic-authorship]
38git = "https://github.com/paritytech/substrate"38git = "https://github.com/paritytech/substrate"
39branch = "polkadot-v0.9.24"39branch = "polkadot-v0.9.25"
4040
41[dependencies.sc-chain-spec]41[dependencies.sc-chain-spec]
42git = "https://github.com/paritytech/substrate"42git = "https://github.com/paritytech/substrate"
43branch = "polkadot-v0.9.24"43branch = "polkadot-v0.9.25"
4444
45[dependencies.sc-cli]45[dependencies.sc-cli]
46features = ['wasmtime']46features = ['wasmtime']
47git = "https://github.com/paritytech/substrate"47git = "https://github.com/paritytech/substrate"
48branch = "polkadot-v0.9.24"48branch = "polkadot-v0.9.25"
4949
50[dependencies.sc-client-api]50[dependencies.sc-client-api]
51git = "https://github.com/paritytech/substrate"51git = "https://github.com/paritytech/substrate"
52branch = "polkadot-v0.9.24"52branch = "polkadot-v0.9.25"
5353
54[dependencies.sc-consensus]54[dependencies.sc-consensus]
55git = "https://github.com/paritytech/substrate"55git = "https://github.com/paritytech/substrate"
56branch = "polkadot-v0.9.24"56branch = "polkadot-v0.9.25"
5757
58[dependencies.sc-consensus-aura]58[dependencies.sc-consensus-aura]
59git = "https://github.com/paritytech/substrate"59git = "https://github.com/paritytech/substrate"
60branch = "polkadot-v0.9.24"60branch = "polkadot-v0.9.25"
6161
62[dependencies.sc-executor]62[dependencies.sc-executor]
63features = ['wasmtime']63features = ['wasmtime']
64git = "https://github.com/paritytech/substrate"64git = "https://github.com/paritytech/substrate"
65branch = "polkadot-v0.9.24"65branch = "polkadot-v0.9.25"
6666
67[dependencies.sc-finality-grandpa]67[dependencies.sc-finality-grandpa]
68git = "https://github.com/paritytech/substrate"68git = "https://github.com/paritytech/substrate"
69branch = "polkadot-v0.9.24"69branch = "polkadot-v0.9.25"
7070
71[dependencies.sc-keystore]71[dependencies.sc-keystore]
72git = "https://github.com/paritytech/substrate"72git = "https://github.com/paritytech/substrate"
73branch = "polkadot-v0.9.24"73branch = "polkadot-v0.9.25"
7474
75[dependencies.sc-rpc]75[dependencies.sc-rpc]
76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"
77branch = "polkadot-v0.9.24"77branch = "polkadot-v0.9.25"
7878
79[dependencies.sc-rpc-api]79[dependencies.sc-rpc-api]
80git = "https://github.com/paritytech/substrate"80git = "https://github.com/paritytech/substrate"
81branch = "polkadot-v0.9.24"81branch = "polkadot-v0.9.25"
8282
83[dependencies.sc-service]83[dependencies.sc-service]
84features = ['wasmtime']84features = ['wasmtime']
85git = "https://github.com/paritytech/substrate"85git = "https://github.com/paritytech/substrate"
86branch = "polkadot-v0.9.24"86branch = "polkadot-v0.9.25"
8787
88[dependencies.sc-telemetry]88[dependencies.sc-telemetry]
89git = "https://github.com/paritytech/substrate"89git = "https://github.com/paritytech/substrate"
90branch = "polkadot-v0.9.24"90branch = "polkadot-v0.9.25"
9191
92[dependencies.sc-transaction-pool]92[dependencies.sc-transaction-pool]
93git = "https://github.com/paritytech/substrate"93git = "https://github.com/paritytech/substrate"
94branch = "polkadot-v0.9.24"94branch = "polkadot-v0.9.25"
9595
96[dependencies.sc-tracing]96[dependencies.sc-tracing]
97git = "https://github.com/paritytech/substrate"97git = "https://github.com/paritytech/substrate"
98branch = "polkadot-v0.9.24"98branch = "polkadot-v0.9.25"
9999
100[dependencies.sc-sysinfo]100[dependencies.sc-sysinfo]
101git = "https://github.com/paritytech/substrate"101git = "https://github.com/paritytech/substrate"
102branch = "polkadot-v0.9.24"102branch = "polkadot-v0.9.25"
103103
104[dependencies.sp-block-builder]104[dependencies.sp-block-builder]
105git = "https://github.com/paritytech/substrate"105git = "https://github.com/paritytech/substrate"
106branch = "polkadot-v0.9.24"106branch = "polkadot-v0.9.25"
107107
108[dependencies.sp-api]108[dependencies.sp-api]
109git = "https://github.com/paritytech/substrate"109git = "https://github.com/paritytech/substrate"
110branch = "polkadot-v0.9.24"110branch = "polkadot-v0.9.25"
111111
112[dependencies.sp-blockchain]112[dependencies.sp-blockchain]
113git = "https://github.com/paritytech/substrate"113git = "https://github.com/paritytech/substrate"
114branch = "polkadot-v0.9.24"114branch = "polkadot-v0.9.25"
115115
116[dependencies.sp-consensus]116[dependencies.sp-consensus]
117git = "https://github.com/paritytech/substrate"117git = "https://github.com/paritytech/substrate"
118branch = "polkadot-v0.9.24"118branch = "polkadot-v0.9.25"
119119
120[dependencies.sp-consensus-aura]120[dependencies.sp-consensus-aura]
121git = "https://github.com/paritytech/substrate"121git = "https://github.com/paritytech/substrate"
122branch = "polkadot-v0.9.24"122branch = "polkadot-v0.9.25"
123123
124[dependencies.sp-core]124[dependencies.sp-core]
125git = "https://github.com/paritytech/substrate"125git = "https://github.com/paritytech/substrate"
126branch = "polkadot-v0.9.24"126branch = "polkadot-v0.9.25"
127127
128[dependencies.sp-finality-grandpa]128[dependencies.sp-finality-grandpa]
129git = "https://github.com/paritytech/substrate"129git = "https://github.com/paritytech/substrate"
130branch = "polkadot-v0.9.24"130branch = "polkadot-v0.9.25"
131131
132[dependencies.sp-inherents]132[dependencies.sp-inherents]
133git = "https://github.com/paritytech/substrate"133git = "https://github.com/paritytech/substrate"
134branch = "polkadot-v0.9.24"134branch = "polkadot-v0.9.25"
135135
136[dependencies.sp-keystore]136[dependencies.sp-keystore]
137git = "https://github.com/paritytech/substrate"137git = "https://github.com/paritytech/substrate"
138branch = "polkadot-v0.9.24"138branch = "polkadot-v0.9.25"
139139
140[dependencies.sp-offchain]140[dependencies.sp-offchain]
141git = "https://github.com/paritytech/substrate"141git = "https://github.com/paritytech/substrate"
142branch = "polkadot-v0.9.24"142branch = "polkadot-v0.9.25"
143143
144[dependencies.sp-runtime]144[dependencies.sp-runtime]
145git = "https://github.com/paritytech/substrate"145git = "https://github.com/paritytech/substrate"
146branch = "polkadot-v0.9.24"146branch = "polkadot-v0.9.25"
147147
148[dependencies.sp-session]148[dependencies.sp-session]
149git = "https://github.com/paritytech/substrate"149git = "https://github.com/paritytech/substrate"
150branch = "polkadot-v0.9.24"150branch = "polkadot-v0.9.25"
151151
152[dependencies.sp-timestamp]152[dependencies.sp-timestamp]
153git = "https://github.com/paritytech/substrate"153git = "https://github.com/paritytech/substrate"
154branch = "polkadot-v0.9.24"154branch = "polkadot-v0.9.25"
155155
156[dependencies.sp-transaction-pool]156[dependencies.sp-transaction-pool]
157git = "https://github.com/paritytech/substrate"157git = "https://github.com/paritytech/substrate"
158branch = "polkadot-v0.9.24"158branch = "polkadot-v0.9.25"
159159
160[dependencies.sp-trie]160[dependencies.sp-trie]
161git = "https://github.com/paritytech/substrate"161git = "https://github.com/paritytech/substrate"
162branch = "polkadot-v0.9.24"162branch = "polkadot-v0.9.25"
163163
164[dependencies.substrate-frame-rpc-system]164[dependencies.substrate-frame-rpc-system]
165git = "https://github.com/paritytech/substrate"165git = "https://github.com/paritytech/substrate"
166branch = "polkadot-v0.9.24"166branch = "polkadot-v0.9.25"
167167
168[dependencies.sc-network]168[dependencies.sc-network]
169git = "https://github.com/paritytech/substrate"169git = "https://github.com/paritytech/substrate"
170branch = "polkadot-v0.9.24"170branch = "polkadot-v0.9.25"
171171
172[dependencies.serde]172[dependencies.serde]
173features = ['derive']173features = ['derive']
178178
179[dependencies.sc-consensus-manual-seal]179[dependencies.sc-consensus-manual-seal]
180git = "https://github.com/paritytech/substrate"180git = "https://github.com/paritytech/substrate"
181branch = "polkadot-v0.9.24"181branch = "polkadot-v0.9.25"
182182
183################################################################################183################################################################################
184# Cumulus dependencies184# Cumulus dependencies
185185
186[dependencies.cumulus-client-consensus-aura]186[dependencies.cumulus-client-consensus-aura]
187git = "https://github.com/paritytech/cumulus"187git = "https://github.com/paritytech/cumulus"
188branch = "polkadot-v0.9.24"188branch = "polkadot-v0.9.25"
189189
190[dependencies.cumulus-client-consensus-common]190[dependencies.cumulus-client-consensus-common]
191git = "https://github.com/paritytech/cumulus"191git = "https://github.com/paritytech/cumulus"
192branch = "polkadot-v0.9.24"192branch = "polkadot-v0.9.25"
193193
194[dependencies.cumulus-client-collator]194[dependencies.cumulus-client-collator]
195git = "https://github.com/paritytech/cumulus"195git = "https://github.com/paritytech/cumulus"
196branch = "polkadot-v0.9.24"196branch = "polkadot-v0.9.25"
197197
198[dependencies.cumulus-client-cli]198[dependencies.cumulus-client-cli]
199git = "https://github.com/paritytech/cumulus"199git = "https://github.com/paritytech/cumulus"
200branch = "polkadot-v0.9.24"200branch = "polkadot-v0.9.25"
201201
202[dependencies.cumulus-client-network]202[dependencies.cumulus-client-network]
203git = "https://github.com/paritytech/cumulus"203git = "https://github.com/paritytech/cumulus"
204branch = "polkadot-v0.9.24"204branch = "polkadot-v0.9.25"
205205
206[dependencies.cumulus-primitives-core]206[dependencies.cumulus-primitives-core]
207git = "https://github.com/paritytech/cumulus"207git = "https://github.com/paritytech/cumulus"
208branch = "polkadot-v0.9.24"208branch = "polkadot-v0.9.25"
209209
210[dependencies.cumulus-primitives-parachain-inherent]210[dependencies.cumulus-primitives-parachain-inherent]
211git = "https://github.com/paritytech/cumulus"211git = "https://github.com/paritytech/cumulus"
212branch = "polkadot-v0.9.24"212branch = "polkadot-v0.9.25"
213213
214[dependencies.cumulus-client-service]214[dependencies.cumulus-client-service]
215git = "https://github.com/paritytech/cumulus"215git = "https://github.com/paritytech/cumulus"
216branch = "polkadot-v0.9.24"216branch = "polkadot-v0.9.25"
217217
218[dependencies.cumulus-relay-chain-interface]218[dependencies.cumulus-relay-chain-interface]
219git = "https://github.com/paritytech/cumulus"219git = "https://github.com/paritytech/cumulus"
220branch = "polkadot-v0.9.24"220branch = "polkadot-v0.9.25"
221221
222[dependencies.cumulus-relay-chain-inprocess-interface]222[dependencies.cumulus-relay-chain-inprocess-interface]
223git = "https://github.com/paritytech/cumulus"223git = "https://github.com/paritytech/cumulus"
224branch = "polkadot-v0.9.24"224branch = "polkadot-v0.9.25"
225225
226[dependencies.cumulus-relay-chain-rpc-interface]226[dependencies.cumulus-relay-chain-rpc-interface]
227git = "https://github.com/paritytech/cumulus"227git = "https://github.com/paritytech/cumulus"
228branch = "polkadot-v0.9.24"228branch = "polkadot-v0.9.25"
229229
230################################################################################230################################################################################
231# Polkadot dependencies231# Polkadot dependencies
232[dependencies.polkadot-primitives]232[dependencies.polkadot-primitives]
233git = "https://github.com/paritytech/polkadot"233git = "https://github.com/paritytech/polkadot"
234branch = "release-v0.9.24"234branch = "release-v0.9.25"
235235
236[dependencies.polkadot-service]236[dependencies.polkadot-service]
237git = "https://github.com/paritytech/polkadot"237git = "https://github.com/paritytech/polkadot"
238branch = "release-v0.9.24"238branch = "release-v0.9.25"
239239
240[dependencies.polkadot-cli]240[dependencies.polkadot-cli]
241git = "https://github.com/paritytech/polkadot"241git = "https://github.com/paritytech/polkadot"
242branch = "release-v0.9.24"242branch = "release-v0.9.25"
243243
244[dependencies.polkadot-test-service]244[dependencies.polkadot-test-service]
245git = "https://github.com/paritytech/polkadot"245git = "https://github.com/paritytech/polkadot"
246branch = "release-v0.9.24"246branch = "release-v0.9.25"
247247
248[dependencies.polkadot-parachain]248[dependencies.polkadot-parachain]
249git = "https://github.com/paritytech/polkadot"249git = "https://github.com/paritytech/polkadot"
250branch = "release-v0.9.24"250branch = "release-v0.9.25"
251251
252252
253################################################################################253################################################################################
276276
277[dependencies.pallet-transaction-payment-rpc-runtime-api]277[dependencies.pallet-transaction-payment-rpc-runtime-api]
278git = "https://github.com/paritytech/substrate"278git = "https://github.com/paritytech/substrate"
279branch = "polkadot-v0.9.24"279branch = "polkadot-v0.9.25"
280280
281################################################################################281################################################################################
282# Package282# Package
302[dependencies]302[dependencies]
303futures = '0.3.17'303futures = '0.3.17'
304log = '0.4.14'304log = '0.4.14'
305flexi_logger = "0.15.7"305flexi_logger = "0.22.5"
306parking_lot = '0.11.2'306parking_lot = '0.12.1'
307clap = "3.1.2"307clap = "3.1.2"
308jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }308jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }
309tokio = { version = "1.17.0", features = ["time"] }309tokio = { version = "1.19.2", features = ["time"] }
310310
311fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }311fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
312fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }312fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
313fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }313fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
314fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }314fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
315fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }315fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
316fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }316fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
317pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }317pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
318318
319unique-rpc = { default-features = false, path = "../rpc" }319unique-rpc = { default-features = false, path = "../rpc" }
320rmrk-rpc = { path = "../../primitives/rmrk-rpc" }320rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
1111
12[dependencies]12[dependencies]
13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }
14jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }14jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }
15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
41tokio = { version = "0.2.25", features = ["macros", "sync"] }41tokio = { version = "1.19.2", features = ["macros", "sync"] }
4242
43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
5050
51pallet-common = { default-features = false, path = "../../pallets/common" }51pallet-common = { default-features = false, path = "../../pallets/common" }
52up-common = { path = "../../primitives/common" }52up-common = { path = "../../primitives/common" }
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }
24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.12.0", default-features = false }
25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
2626
27serde = { version = "1.0.130", default-features = false }27serde = { version = "1.0.130", default-features = false }
28scale-info = { version = "2.0.1", default-features = false, features = [28scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
13ethereum = { version = "0.12.0", default-features = false }13ethereum = { version = "0.12.0", default-features = false }
14evm-coder = { default-features = false, path = "../../crates/evm-coder" }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }
15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
2121
22[dependencies.codec]22[dependencies.codec]
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
11log = { default-features = false, version = "0.4.14" }11log = { default-features = false, version = "0.4.14" }
1212
13# Substrate13# Substrate
14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
1919
20# Unique20# Unique
21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
22fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }22fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
23up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }23up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25" }
2424
25# Locals25# Locals
26evm-coder = { default-features = false, path = '../../crates/evm-coder' }26evm-coder = { default-features = false, path = '../../crates/evm-coder' }
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
13frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }13frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
2020
21[dependencies.codec]21[dependencies.codec]
22default-features = false22default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25" }
21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
2222
23[dependencies.codec]23[dependencies.codec]
24default-features = false24default-features = false
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-structure = { default-features = false, path = '../structure' }20pallet-structure = { default-features = false, path = '../structure' }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }
23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.12.0", default-features = false }
25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [
28 "derive",28 "derive",
29] }29] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
43default-features = false43default-features = false
44optional = true44optional = true
45git = "https://github.com/paritytech/substrate"45git = "https://github.com/paritytech/substrate"
46branch = "polkadot-v0.9.24"46branch = "polkadot-v0.9.25"
4747
48[dependencies.frame-support]48[dependencies.frame-support]
49default-features = false49default-features = false
50git = "https://github.com/paritytech/substrate"50git = "https://github.com/paritytech/substrate"
51branch = "polkadot-v0.9.24"51branch = "polkadot-v0.9.25"
5252
53[dependencies.frame-system]53[dependencies.frame-system]
54default-features = false54default-features = false
55git = "https://github.com/paritytech/substrate"55git = "https://github.com/paritytech/substrate"
56branch = "polkadot-v0.9.24"56branch = "polkadot-v0.9.25"
5757
58[dependencies.pallet-balances]58[dependencies.pallet-balances]
59default-features = false59default-features = false
60git = "https://github.com/paritytech/substrate"60git = "https://github.com/paritytech/substrate"
61branch = "polkadot-v0.9.24"61branch = "polkadot-v0.9.25"
6262
63[dependencies.pallet-timestamp]63[dependencies.pallet-timestamp]
64default-features = false64default-features = false
65git = "https://github.com/paritytech/substrate"65git = "https://github.com/paritytech/substrate"
66branch = "polkadot-v0.9.24"66branch = "polkadot-v0.9.25"
6767
68[dependencies.pallet-randomness-collective-flip]68[dependencies.pallet-randomness-collective-flip]
69default-features = false69default-features = false
70git = "https://github.com/paritytech/substrate"70git = "https://github.com/paritytech/substrate"
71branch = "polkadot-v0.9.24"71branch = "polkadot-v0.9.25"
7272
73[dependencies.sp-std]73[dependencies.sp-std]
74default-features = false74default-features = false
75git = "https://github.com/paritytech/substrate"75git = "https://github.com/paritytech/substrate"
76branch = "polkadot-v0.9.24"76branch = "polkadot-v0.9.25"
7777
78[dependencies.serde]78[dependencies.serde]
79default-features = false79default-features = false
83[dependencies.sp-runtime]83[dependencies.sp-runtime]
84default-features = false84default-features = false
85git = "https://github.com/paritytech/substrate"85git = "https://github.com/paritytech/substrate"
86branch = "polkadot-v0.9.24"86branch = "polkadot-v0.9.25"
8787
88[dependencies.sp-core]88[dependencies.sp-core]
89default-features = false89default-features = false
90git = "https://github.com/paritytech/substrate"90git = "https://github.com/paritytech/substrate"
91branch = "polkadot-v0.9.24"91branch = "polkadot-v0.9.25"
9292
93[dependencies.sp-io]93[dependencies.sp-io]
94default-features = false94default-features = false
95git = "https://github.com/paritytech/substrate"95git = "https://github.com/paritytech/substrate"
96branch = "polkadot-v0.9.24"96branch = "polkadot-v0.9.25"
9797
98[dependencies]98[dependencies]
99scale-info = { version = "2.0.1", default-features = false, features = [99scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
21pallet-structure = { default-features = false, path = '../structure' }21pallet-structure = { default-features = false, path = '../structure' }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }
24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
25ethereum = { version = "0.12.0", default-features = false }25ethereum = { version = "0.12.0", default-features = false }
26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [
28 "derive",28 "derive",
29] }29] }
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
21pallet-structure = { default-features = false, path = "../../pallets/structure" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
26scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }26scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
27derivative = { version = "2.2.0", features = ["use_core"] }27derivative = { version = "2.2.0", features = ["use_core"] }
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
25scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }25scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
26pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }26pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
14evm-coder = { default-features = false, path = '../../crates/evm-coder' }20evm-coder = { default-features = false, path = '../../crates/evm-coder' }
15pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
16pallet-common = { default-features = false, path = '../common' }22pallet-common = { default-features = false, path = '../common' }
21ethereum = { version = "0.12.0", default-features = false }26ethereum = { version = "0.12.0", default-features = false }
22scale-info = { version = "2.0.1", default-features = false, features = ["derive",] }27scale-info = { version = "2.0.1", default-features = false, features = ["derive",] }
23
24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
25frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
26frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
27pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
28sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
29sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
30sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
31derivative = { version = "2.2.0", features = ["use_core"] }28derivative = { version = "2.2.0", features = ["use_core"] }
3229
33[features]30[features]
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
16 "derive",16 "derive",
17] }17] }
1818
19frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
20frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }20frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
23sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }23sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
24sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.24' }24sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.25' }
25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
2626
27up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }27up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25" }
28log = { version = "0.4.14", default-features = false }28log = { version = "0.4.14", default-features = false }
2929
30[dev-dependencies]30[dev-dependencies]
31sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }31sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
32substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }32substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
3333
34[features]34[features]
35default = ["std"]35default = ["std"]
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
4edition = "2021"4edition = "2021"
55
6[dependencies]6[dependencies]
7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
11pallet-common = { path = "../common", default-features = false }11pallet-common = { path = "../common", default-features = false }
12parity-scale-codec = { version = "3.1.2", default-features = false, features = [12parity-scale-codec = { version = "3.1.2", default-features = false, features = [
13 "derive",13 "derive",
16 "derive",16 "derive",
17] }17] }
18up-data-structs = { path = "../../primitives/data-structs", default-features = false }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
2020
21[features]21[features]
22default = ["std"]22default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
59default-features = false59default-features = false
60optional = true60optional = true
61git = "https://github.com/paritytech/substrate"61git = "https://github.com/paritytech/substrate"
62branch = "polkadot-v0.9.24"62branch = "polkadot-v0.9.25"
6363
64[dependencies.frame-support]64[dependencies.frame-support]
65default-features = false65default-features = false
66git = "https://github.com/paritytech/substrate"66git = "https://github.com/paritytech/substrate"
67branch = "polkadot-v0.9.24"67branch = "polkadot-v0.9.25"
6868
69[dependencies.frame-system]69[dependencies.frame-system]
70default-features = false70default-features = false
71git = "https://github.com/paritytech/substrate"71git = "https://github.com/paritytech/substrate"
72branch = "polkadot-v0.9.24"72branch = "polkadot-v0.9.25"
7373
74[dependencies.sp-std]74[dependencies.sp-std]
75default-features = false75default-features = false
76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"
77branch = "polkadot-v0.9.24"77branch = "polkadot-v0.9.25"
7878
79[dependencies.sp-runtime]79[dependencies.sp-runtime]
80default-features = false80default-features = false
81git = "https://github.com/paritytech/substrate"81git = "https://github.com/paritytech/substrate"
82branch = "polkadot-v0.9.24"82branch = "polkadot-v0.9.25"
8383
84[dependencies.sp-core]84[dependencies.sp-core]
85default-features = false85default-features = false
86git = "https://github.com/paritytech/substrate"86git = "https://github.com/paritytech/substrate"
87branch = "polkadot-v0.9.24"87branch = "polkadot-v0.9.25"
8888
89[dependencies.sp-io]89[dependencies.sp-io]
90default-features = false90default-features = false
91git = "https://github.com/paritytech/substrate"91git = "https://github.com/paritytech/substrate"
92branch = "polkadot-v0.9.24"92branch = "polkadot-v0.9.25"
9393
94################################################################################94################################################################################
95# Local Dependencies95# Local Dependencies
98scale-info = { version = "2.0.1", default-features = false, features = [98scale-info = { version = "2.0.1", default-features = false, features = [
99 "derive",99 "derive",
100] }100] }
101pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }101pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
102pallet-common = { default-features = false, path = "../common" }102pallet-common = { default-features = false, path = "../common" }
103evm-coder = { default-features = false, path = '../../crates/evm-coder' }103evm-coder = { default-features = false, path = '../../crates/evm-coder' }
104pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }104pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
18serde = { version = "1.0.130", features = [18serde = { version = "1.0.130", features = [
19 'derive',19 'derive',
20], default-features = false, optional = true }20], default-features = false, optional = true }
21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
26derivative = { version = "2.2.0", features = ["use_core"] }26derivative = { version = "2.2.0", features = ["use_core"] }
27struct-versioning = { path = "../../crates/struct-versioning" }27struct-versioning = { path = "../../crates/struct-versioning" }
28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
29rmrk-traits = { default-features = false, path = "../rmrk-traits" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }
3030
31[features]31[features]
modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
66
7[dependencies]7[dependencies]
8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
9sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }9sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
11sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }11sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
12sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }12sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
13serde = { version = "1.0.130", default-features = false, features = ["derive"] }13serde = { version = "1.0.130", default-features = false, features = ["derive"] }
14rmrk-traits = { default-features = false, path = "../rmrk-traits" }14rmrk-traits = { default-features = false, path = "../rmrk-traits" }
1515
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
1818
19[features]19[features]
20default = ["std"]20default = ["std"]
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
141default-features = false141default-features = false
142git = "https://github.com/paritytech/substrate"142git = "https://github.com/paritytech/substrate"
143optional = true143optional = true
144branch = "polkadot-v0.9.24"144branch = "polkadot-v0.9.25"
145145
146[dependencies.frame-try-runtime]146[dependencies.frame-try-runtime]
147default-features = false147default-features = false
148git = 'https://github.com/paritytech/substrate'148git = 'https://github.com/paritytech/substrate'
149optional = true149optional = true
150branch = 'polkadot-v0.9.24'150branch = 'polkadot-v0.9.25'
151151
152[dependencies.frame-executive]152[dependencies.frame-executive]
153default-features = false153default-features = false
154git = "https://github.com/paritytech/substrate"154git = "https://github.com/paritytech/substrate"
155branch = "polkadot-v0.9.24"155branch = "polkadot-v0.9.25"
156156
157[dependencies.frame-support]157[dependencies.frame-support]
158default-features = false158default-features = false
159git = "https://github.com/paritytech/substrate"159git = "https://github.com/paritytech/substrate"
160branch = "polkadot-v0.9.24"160branch = "polkadot-v0.9.25"
161161
162[dependencies.frame-system]162[dependencies.frame-system]
163default-features = false163default-features = false
164git = "https://github.com/paritytech/substrate"164git = "https://github.com/paritytech/substrate"
165branch = "polkadot-v0.9.24"165branch = "polkadot-v0.9.25"
166166
167[dependencies.frame-system-benchmarking]167[dependencies.frame-system-benchmarking]
168default-features = false168default-features = false
169git = "https://github.com/paritytech/substrate"169git = "https://github.com/paritytech/substrate"
170optional = true170optional = true
171branch = "polkadot-v0.9.24"171branch = "polkadot-v0.9.25"
172172
173[dependencies.frame-system-rpc-runtime-api]173[dependencies.frame-system-rpc-runtime-api]
174default-features = false174default-features = false
175git = "https://github.com/paritytech/substrate"175git = "https://github.com/paritytech/substrate"
176branch = "polkadot-v0.9.24"176branch = "polkadot-v0.9.25"
177177
178[dependencies.hex-literal]178[dependencies.hex-literal]
179optional = true179optional = true
188[dependencies.pallet-aura]188[dependencies.pallet-aura]
189default-features = false189default-features = false
190git = "https://github.com/paritytech/substrate"190git = "https://github.com/paritytech/substrate"
191branch = "polkadot-v0.9.24"191branch = "polkadot-v0.9.25"
192192
193[dependencies.pallet-balances]193[dependencies.pallet-balances]
194default-features = false194default-features = false
195git = "https://github.com/paritytech/substrate"195git = "https://github.com/paritytech/substrate"
196branch = "polkadot-v0.9.24"196branch = "polkadot-v0.9.25"
197197
198# Contracts specific packages198# Contracts specific packages
199# [dependencies.pallet-contracts]199# [dependencies.pallet-contracts]
217[dependencies.pallet-randomness-collective-flip]217[dependencies.pallet-randomness-collective-flip]
218default-features = false218default-features = false
219git = "https://github.com/paritytech/substrate"219git = "https://github.com/paritytech/substrate"
220branch = "polkadot-v0.9.24"220branch = "polkadot-v0.9.25"
221221
222[dependencies.pallet-sudo]222[dependencies.pallet-sudo]
223default-features = false223default-features = false
224git = "https://github.com/paritytech/substrate"224git = "https://github.com/paritytech/substrate"
225branch = "polkadot-v0.9.24"225branch = "polkadot-v0.9.25"
226226
227[dependencies.pallet-timestamp]227[dependencies.pallet-timestamp]
228default-features = false228default-features = false
229git = "https://github.com/paritytech/substrate"229git = "https://github.com/paritytech/substrate"
230branch = "polkadot-v0.9.24"230branch = "polkadot-v0.9.25"
231231
232[dependencies.pallet-transaction-payment]232[dependencies.pallet-transaction-payment]
233default-features = false233default-features = false
234git = "https://github.com/paritytech/substrate"234git = "https://github.com/paritytech/substrate"
235branch = "polkadot-v0.9.24"235branch = "polkadot-v0.9.25"
236236
237[dependencies.pallet-transaction-payment-rpc-runtime-api]237[dependencies.pallet-transaction-payment-rpc-runtime-api]
238default-features = false238default-features = false
239git = "https://github.com/paritytech/substrate"239git = "https://github.com/paritytech/substrate"
240branch = "polkadot-v0.9.24"240branch = "polkadot-v0.9.25"
241241
242[dependencies.pallet-treasury]242[dependencies.pallet-treasury]
243default-features = false243default-features = false
244git = "https://github.com/paritytech/substrate"244git = "https://github.com/paritytech/substrate"
245branch = "polkadot-v0.9.24"245branch = "polkadot-v0.9.25"
246246
247# [dependencies.pallet-vesting]247# [dependencies.pallet-vesting]
248# default-features = false248# default-features = false
252[dependencies.sp-arithmetic]252[dependencies.sp-arithmetic]
253default-features = false253default-features = false
254git = "https://github.com/paritytech/substrate"254git = "https://github.com/paritytech/substrate"
255branch = "polkadot-v0.9.24"255branch = "polkadot-v0.9.25"
256256
257[dependencies.sp-api]257[dependencies.sp-api]
258default-features = false258default-features = false
259git = "https://github.com/paritytech/substrate"259git = "https://github.com/paritytech/substrate"
260branch = "polkadot-v0.9.24"260branch = "polkadot-v0.9.25"
261261
262[dependencies.sp-block-builder]262[dependencies.sp-block-builder]
263default-features = false263default-features = false
264git = "https://github.com/paritytech/substrate"264git = "https://github.com/paritytech/substrate"
265branch = "polkadot-v0.9.24"265branch = "polkadot-v0.9.25"
266266
267[dependencies.sp-core]267[dependencies.sp-core]
268default-features = false268default-features = false
269git = "https://github.com/paritytech/substrate"269git = "https://github.com/paritytech/substrate"
270branch = "polkadot-v0.9.24"270branch = "polkadot-v0.9.25"
271271
272[dependencies.sp-consensus-aura]272[dependencies.sp-consensus-aura]
273default-features = false273default-features = false
274git = "https://github.com/paritytech/substrate"274git = "https://github.com/paritytech/substrate"
275branch = "polkadot-v0.9.24"275branch = "polkadot-v0.9.25"
276276
277[dependencies.sp-inherents]277[dependencies.sp-inherents]
278default-features = false278default-features = false
279git = "https://github.com/paritytech/substrate"279git = "https://github.com/paritytech/substrate"
280branch = "polkadot-v0.9.24"280branch = "polkadot-v0.9.25"
281281
282[dependencies.sp-io]282[dependencies.sp-io]
283default-features = false283default-features = false
284git = "https://github.com/paritytech/substrate"284git = "https://github.com/paritytech/substrate"
285branch = "polkadot-v0.9.24"285branch = "polkadot-v0.9.25"
286286
287[dependencies.sp-offchain]287[dependencies.sp-offchain]
288default-features = false288default-features = false
289git = "https://github.com/paritytech/substrate"289git = "https://github.com/paritytech/substrate"
290branch = "polkadot-v0.9.24"290branch = "polkadot-v0.9.25"
291291
292[dependencies.sp-runtime]292[dependencies.sp-runtime]
293default-features = false293default-features = false
294git = "https://github.com/paritytech/substrate"294git = "https://github.com/paritytech/substrate"
295branch = "polkadot-v0.9.24"295branch = "polkadot-v0.9.25"
296296
297[dependencies.sp-session]297[dependencies.sp-session]
298default-features = false298default-features = false
299git = "https://github.com/paritytech/substrate"299git = "https://github.com/paritytech/substrate"
300branch = "polkadot-v0.9.24"300branch = "polkadot-v0.9.25"
301301
302[dependencies.sp-std]302[dependencies.sp-std]
303default-features = false303default-features = false
304git = "https://github.com/paritytech/substrate"304git = "https://github.com/paritytech/substrate"
305branch = "polkadot-v0.9.24"305branch = "polkadot-v0.9.25"
306306
307[dependencies.sp-transaction-pool]307[dependencies.sp-transaction-pool]
308default-features = false308default-features = false
309git = "https://github.com/paritytech/substrate"309git = "https://github.com/paritytech/substrate"
310branch = "polkadot-v0.9.24"310branch = "polkadot-v0.9.25"
311311
312[dependencies.sp-version]312[dependencies.sp-version]
313default-features = false313default-features = false
314git = "https://github.com/paritytech/substrate"314git = "https://github.com/paritytech/substrate"
315branch = "polkadot-v0.9.24"315branch = "polkadot-v0.9.25"
316316
317[dependencies.smallvec]317[dependencies.smallvec]
318version = '1.6.1'318version = '1.6.1'
323[dependencies.parachain-info]323[dependencies.parachain-info]
324default-features = false324default-features = false
325git = "https://github.com/paritytech/cumulus"325git = "https://github.com/paritytech/cumulus"
326branch = "polkadot-v0.9.24"326branch = "polkadot-v0.9.25"
327327
328[dependencies.cumulus-pallet-aura-ext]328[dependencies.cumulus-pallet-aura-ext]
329git = "https://github.com/paritytech/cumulus"329git = "https://github.com/paritytech/cumulus"
330branch = "polkadot-v0.9.24"330branch = "polkadot-v0.9.25"
331default-features = false331default-features = false
332332
333[dependencies.cumulus-pallet-parachain-system]333[dependencies.cumulus-pallet-parachain-system]
334git = "https://github.com/paritytech/cumulus"334git = "https://github.com/paritytech/cumulus"
335branch = "polkadot-v0.9.24"335branch = "polkadot-v0.9.25"
336default-features = false336default-features = false
337337
338[dependencies.cumulus-primitives-core]338[dependencies.cumulus-primitives-core]
339git = "https://github.com/paritytech/cumulus"339git = "https://github.com/paritytech/cumulus"
340branch = "polkadot-v0.9.24"340branch = "polkadot-v0.9.25"
341default-features = false341default-features = false
342342
343[dependencies.cumulus-pallet-xcm]343[dependencies.cumulus-pallet-xcm]
344git = "https://github.com/paritytech/cumulus"344git = "https://github.com/paritytech/cumulus"
345branch = "polkadot-v0.9.24"345branch = "polkadot-v0.9.25"
346default-features = false346default-features = false
347347
348[dependencies.cumulus-pallet-dmp-queue]348[dependencies.cumulus-pallet-dmp-queue]
349git = "https://github.com/paritytech/cumulus"349git = "https://github.com/paritytech/cumulus"
350branch = "polkadot-v0.9.24"350branch = "polkadot-v0.9.25"
351default-features = false351default-features = false
352352
353[dependencies.cumulus-pallet-xcmp-queue]353[dependencies.cumulus-pallet-xcmp-queue]
354git = "https://github.com/paritytech/cumulus"354git = "https://github.com/paritytech/cumulus"
355branch = "polkadot-v0.9.24"355branch = "polkadot-v0.9.25"
356default-features = false356default-features = false
357357
358[dependencies.cumulus-primitives-utility]358[dependencies.cumulus-primitives-utility]
359git = "https://github.com/paritytech/cumulus"359git = "https://github.com/paritytech/cumulus"
360branch = "polkadot-v0.9.24"360branch = "polkadot-v0.9.25"
361default-features = false361default-features = false
362362
363[dependencies.cumulus-primitives-timestamp]363[dependencies.cumulus-primitives-timestamp]
364git = "https://github.com/paritytech/cumulus"364git = "https://github.com/paritytech/cumulus"
365branch = "polkadot-v0.9.24"365branch = "polkadot-v0.9.25"
366default-features = false366default-features = false
367367
368################################################################################368################################################################################
369# Polkadot dependencies369# Polkadot dependencies
370370
371[dependencies.polkadot-parachain]371[dependencies.polkadot-parachain]
372git = "https://github.com/paritytech/polkadot"372git = "https://github.com/paritytech/polkadot"
373branch = "release-v0.9.24"373branch = "release-v0.9.25"
374default-features = false374default-features = false
375375
376[dependencies.xcm]376[dependencies.xcm]
377git = "https://github.com/paritytech/polkadot"377git = "https://github.com/paritytech/polkadot"
378branch = "release-v0.9.24"378branch = "release-v0.9.25"
379default-features = false379default-features = false
380380
381[dependencies.xcm-builder]381[dependencies.xcm-builder]
382git = "https://github.com/paritytech/polkadot"382git = "https://github.com/paritytech/polkadot"
383branch = "release-v0.9.24"383branch = "release-v0.9.25"
384default-features = false384default-features = false
385385
386[dependencies.xcm-executor]386[dependencies.xcm-executor]
387git = "https://github.com/paritytech/polkadot"387git = "https://github.com/paritytech/polkadot"
388branch = "release-v0.9.24"388branch = "release-v0.9.25"
389default-features = false389default-features = false
390390
391[dependencies.pallet-xcm]391[dependencies.pallet-xcm]
392git = "https://github.com/paritytech/polkadot"392git = "https://github.com/paritytech/polkadot"
393branch = "release-v0.9.24"393branch = "release-v0.9.25"
394default-features = false394default-features = false
395395
396[dependencies.orml-vesting]396[dependencies.orml-vesting]
397git = "https://github.com/uniquenetwork/open-runtime-module-library"397git = "https://github.com/open-web3-stack/open-runtime-module-library"
398branch = "unique-polkadot-v0.9.24"398branch = "polkadot-v0.9.25"
399version = "0.4.1-dev"399version = "0.4.1-dev"
400default-features = false400default-features = false
401401
412pallet-unique = { path = '../../pallets/unique', default-features = false }412pallet-unique = { path = '../../pallets/unique', default-features = false }
413up-rpc = { path = "../../primitives/rpc", default-features = false }413up-rpc = { path = "../../primitives/rpc", default-features = false }
414rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }414rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
415fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }415fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
416pallet-inflation = { path = '../../pallets/inflation', default-features = false }416pallet-inflation = { path = '../../pallets/inflation', default-features = false }
417up-data-structs = { path = '../../primitives/data-structs', default-features = false }417up-data-structs = { path = '../../primitives/data-structs', default-features = false }
418pallet-configuration = { default-features = false, path = "../../pallets/configuration" }418pallet-configuration = { default-features = false, path = "../../pallets/configuration" }
425pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }425pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
426pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }426pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
427# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }427# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
428pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }428pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
429pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }429pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
430pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }430pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
431pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }431pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
432pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }432pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
433pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }433pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
434pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }434pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
435pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }435pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
436fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }436fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
437fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }437fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
438evm-coder = { default-features = false, path = '../../crates/evm-coder' }438evm-coder = { default-features = false, path = '../../crates/evm-coder' }
439up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }439up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.25' }
440440
441################################################################################441################################################################################
442# Build Dependencies442# Build Dependencies
443443
444[build-dependencies.substrate-wasm-builder]444[build-dependencies.substrate-wasm-builder]
445git = "https://github.com/paritytech/substrate"445git = "https://github.com/paritytech/substrate"
446branch = "polkadot-v0.9.24"446branch = "polkadot-v0.9.25"
447447
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
138default-features = false138default-features = false
139git = "https://github.com/paritytech/substrate"139git = "https://github.com/paritytech/substrate"
140optional = true140optional = true
141branch = "polkadot-v0.9.24"141branch = "polkadot-v0.9.25"
142142
143[dependencies.frame-try-runtime]143[dependencies.frame-try-runtime]
144default-features = false144default-features = false
145git = 'https://github.com/paritytech/substrate'145git = 'https://github.com/paritytech/substrate'
146optional = true146optional = true
147branch = 'polkadot-v0.9.24'147branch = 'polkadot-v0.9.25'
148148
149[dependencies.frame-executive]149[dependencies.frame-executive]
150default-features = false150default-features = false
151git = "https://github.com/paritytech/substrate"151git = "https://github.com/paritytech/substrate"
152branch = "polkadot-v0.9.24"152branch = "polkadot-v0.9.25"
153153
154[dependencies.frame-support]154[dependencies.frame-support]
155default-features = false155default-features = false
156git = "https://github.com/paritytech/substrate"156git = "https://github.com/paritytech/substrate"
157branch = "polkadot-v0.9.24"157branch = "polkadot-v0.9.25"
158158
159[dependencies.frame-system]159[dependencies.frame-system]
160default-features = false160default-features = false
161git = "https://github.com/paritytech/substrate"161git = "https://github.com/paritytech/substrate"
162branch = "polkadot-v0.9.24"162branch = "polkadot-v0.9.25"
163163
164[dependencies.frame-system-benchmarking]164[dependencies.frame-system-benchmarking]
165default-features = false165default-features = false
166git = "https://github.com/paritytech/substrate"166git = "https://github.com/paritytech/substrate"
167optional = true167optional = true
168branch = "polkadot-v0.9.24"168branch = "polkadot-v0.9.25"
169169
170[dependencies.frame-system-rpc-runtime-api]170[dependencies.frame-system-rpc-runtime-api]
171default-features = false171default-features = false
172git = "https://github.com/paritytech/substrate"172git = "https://github.com/paritytech/substrate"
173branch = "polkadot-v0.9.24"173branch = "polkadot-v0.9.25"
174174
175[dependencies.hex-literal]175[dependencies.hex-literal]
176optional = true176optional = true
185[dependencies.pallet-aura]185[dependencies.pallet-aura]
186default-features = false186default-features = false
187git = "https://github.com/paritytech/substrate"187git = "https://github.com/paritytech/substrate"
188branch = "polkadot-v0.9.24"188branch = "polkadot-v0.9.25"
189189
190[dependencies.pallet-balances]190[dependencies.pallet-balances]
191default-features = false191default-features = false
192git = "https://github.com/paritytech/substrate"192git = "https://github.com/paritytech/substrate"
193branch = "polkadot-v0.9.24"193branch = "polkadot-v0.9.25"
194194
195# Contracts specific packages195# Contracts specific packages
196# [dependencies.pallet-contracts]196# [dependencies.pallet-contracts]
214[dependencies.pallet-randomness-collective-flip]214[dependencies.pallet-randomness-collective-flip]
215default-features = false215default-features = false
216git = "https://github.com/paritytech/substrate"216git = "https://github.com/paritytech/substrate"
217branch = "polkadot-v0.9.24"217branch = "polkadot-v0.9.25"
218218
219[dependencies.pallet-sudo]219[dependencies.pallet-sudo]
220default-features = false220default-features = false
221git = "https://github.com/paritytech/substrate"221git = "https://github.com/paritytech/substrate"
222branch = "polkadot-v0.9.24"222branch = "polkadot-v0.9.25"
223223
224[dependencies.pallet-timestamp]224[dependencies.pallet-timestamp]
225default-features = false225default-features = false
226git = "https://github.com/paritytech/substrate"226git = "https://github.com/paritytech/substrate"
227branch = "polkadot-v0.9.24"227branch = "polkadot-v0.9.25"
228228
229[dependencies.pallet-transaction-payment]229[dependencies.pallet-transaction-payment]
230default-features = false230default-features = false
231git = "https://github.com/paritytech/substrate"231git = "https://github.com/paritytech/substrate"
232branch = "polkadot-v0.9.24"232branch = "polkadot-v0.9.25"
233233
234[dependencies.pallet-transaction-payment-rpc-runtime-api]234[dependencies.pallet-transaction-payment-rpc-runtime-api]
235default-features = false235default-features = false
236git = "https://github.com/paritytech/substrate"236git = "https://github.com/paritytech/substrate"
237branch = "polkadot-v0.9.24"237branch = "polkadot-v0.9.25"
238238
239[dependencies.pallet-treasury]239[dependencies.pallet-treasury]
240default-features = false240default-features = false
241git = "https://github.com/paritytech/substrate"241git = "https://github.com/paritytech/substrate"
242branch = "polkadot-v0.9.24"242branch = "polkadot-v0.9.25"
243243
244# [dependencies.pallet-vesting]244# [dependencies.pallet-vesting]
245# default-features = false245# default-features = false
249[dependencies.sp-arithmetic]249[dependencies.sp-arithmetic]
250default-features = false250default-features = false
251git = "https://github.com/paritytech/substrate"251git = "https://github.com/paritytech/substrate"
252branch = "polkadot-v0.9.24"252branch = "polkadot-v0.9.25"
253253
254[dependencies.sp-api]254[dependencies.sp-api]
255default-features = false255default-features = false
256git = "https://github.com/paritytech/substrate"256git = "https://github.com/paritytech/substrate"
257branch = "polkadot-v0.9.24"257branch = "polkadot-v0.9.25"
258258
259[dependencies.sp-block-builder]259[dependencies.sp-block-builder]
260default-features = false260default-features = false
261git = "https://github.com/paritytech/substrate"261git = "https://github.com/paritytech/substrate"
262branch = "polkadot-v0.9.24"262branch = "polkadot-v0.9.25"
263263
264[dependencies.sp-core]264[dependencies.sp-core]
265default-features = false265default-features = false
266git = "https://github.com/paritytech/substrate"266git = "https://github.com/paritytech/substrate"
267branch = "polkadot-v0.9.24"267branch = "polkadot-v0.9.25"
268268
269[dependencies.sp-consensus-aura]269[dependencies.sp-consensus-aura]
270default-features = false270default-features = false
271git = "https://github.com/paritytech/substrate"271git = "https://github.com/paritytech/substrate"
272branch = "polkadot-v0.9.24"272branch = "polkadot-v0.9.25"
273273
274[dependencies.sp-inherents]274[dependencies.sp-inherents]
275default-features = false275default-features = false
276git = "https://github.com/paritytech/substrate"276git = "https://github.com/paritytech/substrate"
277branch = "polkadot-v0.9.24"277branch = "polkadot-v0.9.25"
278278
279[dependencies.sp-io]279[dependencies.sp-io]
280default-features = false280default-features = false
281git = "https://github.com/paritytech/substrate"281git = "https://github.com/paritytech/substrate"
282branch = "polkadot-v0.9.24"282branch = "polkadot-v0.9.25"
283283
284[dependencies.sp-offchain]284[dependencies.sp-offchain]
285default-features = false285default-features = false
286git = "https://github.com/paritytech/substrate"286git = "https://github.com/paritytech/substrate"
287branch = "polkadot-v0.9.24"287branch = "polkadot-v0.9.25"
288288
289[dependencies.sp-runtime]289[dependencies.sp-runtime]
290default-features = false290default-features = false
291git = "https://github.com/paritytech/substrate"291git = "https://github.com/paritytech/substrate"
292branch = "polkadot-v0.9.24"292branch = "polkadot-v0.9.25"
293293
294[dependencies.sp-session]294[dependencies.sp-session]
295default-features = false295default-features = false
296git = "https://github.com/paritytech/substrate"296git = "https://github.com/paritytech/substrate"
297branch = "polkadot-v0.9.24"297branch = "polkadot-v0.9.25"
298298
299[dependencies.sp-std]299[dependencies.sp-std]
300default-features = false300default-features = false
301git = "https://github.com/paritytech/substrate"301git = "https://github.com/paritytech/substrate"
302branch = "polkadot-v0.9.24"302branch = "polkadot-v0.9.25"
303303
304[dependencies.sp-transaction-pool]304[dependencies.sp-transaction-pool]
305default-features = false305default-features = false
306git = "https://github.com/paritytech/substrate"306git = "https://github.com/paritytech/substrate"
307branch = "polkadot-v0.9.24"307branch = "polkadot-v0.9.25"
308308
309[dependencies.sp-version]309[dependencies.sp-version]
310default-features = false310default-features = false
311git = "https://github.com/paritytech/substrate"311git = "https://github.com/paritytech/substrate"
312branch = "polkadot-v0.9.24"312branch = "polkadot-v0.9.25"
313313
314[dependencies.smallvec]314[dependencies.smallvec]
315version = '1.6.1'315version = '1.6.1'
320[dependencies.parachain-info]320[dependencies.parachain-info]
321default-features = false321default-features = false
322git = "https://github.com/paritytech/cumulus"322git = "https://github.com/paritytech/cumulus"
323branch = "polkadot-v0.9.24"323branch = "polkadot-v0.9.25"
324324
325[dependencies.cumulus-pallet-aura-ext]325[dependencies.cumulus-pallet-aura-ext]
326git = "https://github.com/paritytech/cumulus"326git = "https://github.com/paritytech/cumulus"
327branch = "polkadot-v0.9.24"327branch = "polkadot-v0.9.25"
328default-features = false328default-features = false
329329
330[dependencies.cumulus-pallet-parachain-system]330[dependencies.cumulus-pallet-parachain-system]
331git = "https://github.com/paritytech/cumulus"331git = "https://github.com/paritytech/cumulus"
332branch = "polkadot-v0.9.24"332branch = "polkadot-v0.9.25"
333default-features = false333default-features = false
334334
335[dependencies.cumulus-primitives-core]335[dependencies.cumulus-primitives-core]
336git = "https://github.com/paritytech/cumulus"336git = "https://github.com/paritytech/cumulus"
337branch = "polkadot-v0.9.24"337branch = "polkadot-v0.9.25"
338default-features = false338default-features = false
339339
340[dependencies.cumulus-pallet-xcm]340[dependencies.cumulus-pallet-xcm]
341git = "https://github.com/paritytech/cumulus"341git = "https://github.com/paritytech/cumulus"
342branch = "polkadot-v0.9.24"342branch = "polkadot-v0.9.25"
343default-features = false343default-features = false
344344
345[dependencies.cumulus-pallet-dmp-queue]345[dependencies.cumulus-pallet-dmp-queue]
346git = "https://github.com/paritytech/cumulus"346git = "https://github.com/paritytech/cumulus"
347branch = "polkadot-v0.9.24"347branch = "polkadot-v0.9.25"
348default-features = false348default-features = false
349349
350[dependencies.cumulus-pallet-xcmp-queue]350[dependencies.cumulus-pallet-xcmp-queue]
351git = "https://github.com/paritytech/cumulus"351git = "https://github.com/paritytech/cumulus"
352branch = "polkadot-v0.9.24"352branch = "polkadot-v0.9.25"
353default-features = false353default-features = false
354354
355[dependencies.cumulus-primitives-utility]355[dependencies.cumulus-primitives-utility]
356git = "https://github.com/paritytech/cumulus"356git = "https://github.com/paritytech/cumulus"
357branch = "polkadot-v0.9.24"357branch = "polkadot-v0.9.25"
358default-features = false358default-features = false
359359
360[dependencies.cumulus-primitives-timestamp]360[dependencies.cumulus-primitives-timestamp]
361git = "https://github.com/paritytech/cumulus"361git = "https://github.com/paritytech/cumulus"
362branch = "polkadot-v0.9.24"362branch = "polkadot-v0.9.25"
363default-features = false363default-features = false
364364
365################################################################################365################################################################################
366# Polkadot dependencies366# Polkadot dependencies
367367
368[dependencies.polkadot-parachain]368[dependencies.polkadot-parachain]
369git = "https://github.com/paritytech/polkadot"369git = "https://github.com/paritytech/polkadot"
370branch = "release-v0.9.24"370branch = "release-v0.9.25"
371default-features = false371default-features = false
372372
373[dependencies.xcm]373[dependencies.xcm]
374git = "https://github.com/paritytech/polkadot"374git = "https://github.com/paritytech/polkadot"
375branch = "release-v0.9.24"375branch = "release-v0.9.25"
376default-features = false376default-features = false
377377
378[dependencies.xcm-builder]378[dependencies.xcm-builder]
379git = "https://github.com/paritytech/polkadot"379git = "https://github.com/paritytech/polkadot"
380branch = "release-v0.9.24"380branch = "release-v0.9.25"
381default-features = false381default-features = false
382382
383[dependencies.xcm-executor]383[dependencies.xcm-executor]
384git = "https://github.com/paritytech/polkadot"384git = "https://github.com/paritytech/polkadot"
385branch = "release-v0.9.24"385branch = "release-v0.9.25"
386default-features = false386default-features = false
387387
388[dependencies.pallet-xcm]388[dependencies.pallet-xcm]
389git = "https://github.com/paritytech/polkadot"389git = "https://github.com/paritytech/polkadot"
390branch = "release-v0.9.24"390branch = "release-v0.9.25"
391default-features = false391default-features = false
392392
393[dependencies.orml-vesting]393[dependencies.orml-vesting]
394git = "https://github.com/uniquenetwork/open-runtime-module-library"394git = "https://github.com/open-web3-stack/open-runtime-module-library"
395branch = "unique-polkadot-v0.9.24"395branch = "polkadot-v0.9.25"
396version = "0.4.1-dev"396version = "0.4.1-dev"
397default-features = false397default-features = false
398398
416derivative = "2.2.0"416derivative = "2.2.0"
417pallet-unique = { path = '../../pallets/unique', default-features = false }417pallet-unique = { path = '../../pallets/unique', default-features = false }
418up-rpc = { path = "../../primitives/rpc", default-features = false }418up-rpc = { path = "../../primitives/rpc", default-features = false }
419fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }419fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
420pallet-inflation = { path = '../../pallets/inflation', default-features = false }420pallet-inflation = { path = '../../pallets/inflation', default-features = false }
421up-data-structs = { path = '../../primitives/data-structs', default-features = false }421up-data-structs = { path = '../../primitives/data-structs', default-features = false }
422pallet-configuration = { default-features = false, path = "../../pallets/configuration" }422pallet-configuration = { default-features = false, path = "../../pallets/configuration" }
429pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }429pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
430pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }430pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
431# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }431# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
432pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }432pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
433pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }433pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
434pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }434pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
435pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }435pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
436pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }436pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
437pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }437pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
438pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }438pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
439pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }439pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
440fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }440fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
441fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }441fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
442evm-coder = { default-features = false, path = '../../crates/evm-coder' }442evm-coder = { default-features = false, path = '../../crates/evm-coder' }
443up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }443up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.25' }
444444
445################################################################################445################################################################################
446# Build Dependencies446# Build Dependencies
447447
448[build-dependencies.substrate-wasm-builder]448[build-dependencies.substrate-wasm-builder]
449git = "https://github.com/paritytech/substrate"449git = "https://github.com/paritytech/substrate"
450branch = "polkadot-v0.9.24"450branch = "polkadot-v0.9.25"
451451
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
11[dependencies]11[dependencies]
12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
1313
14sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }14sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
15sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }15sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
16sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }16sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
17sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }17sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
1818
19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
2020
21frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }21frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
22frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }22frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
2323
24pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }24pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
25pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }25pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
26pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }26pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }
2727
28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
3030
31pallet-common = { path = '../../pallets/common' }31pallet-common = { path = '../../pallets/common' }
32pallet-structure = { path = '../../pallets/structure' }32pallet-structure = { path = '../../pallets/structure' }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
139default-features = false139default-features = false
140git = "https://github.com/paritytech/substrate"140git = "https://github.com/paritytech/substrate"
141optional = true141optional = true
142branch = "polkadot-v0.9.24"142branch = "polkadot-v0.9.25"
143143
144[dependencies.frame-try-runtime]144[dependencies.frame-try-runtime]
145default-features = false145default-features = false
146git = 'https://github.com/paritytech/substrate'146git = 'https://github.com/paritytech/substrate'
147optional = true147optional = true
148branch = 'polkadot-v0.9.24'148branch = 'polkadot-v0.9.25'
149149
150[dependencies.frame-executive]150[dependencies.frame-executive]
151default-features = false151default-features = false
152git = "https://github.com/paritytech/substrate"152git = "https://github.com/paritytech/substrate"
153branch = "polkadot-v0.9.24"153branch = "polkadot-v0.9.25"
154154
155[dependencies.frame-support]155[dependencies.frame-support]
156default-features = false156default-features = false
157git = "https://github.com/paritytech/substrate"157git = "https://github.com/paritytech/substrate"
158branch = "polkadot-v0.9.24"158branch = "polkadot-v0.9.25"
159159
160[dependencies.frame-system]160[dependencies.frame-system]
161default-features = false161default-features = false
162git = "https://github.com/paritytech/substrate"162git = "https://github.com/paritytech/substrate"
163branch = "polkadot-v0.9.24"163branch = "polkadot-v0.9.25"
164164
165[dependencies.frame-system-benchmarking]165[dependencies.frame-system-benchmarking]
166default-features = false166default-features = false
167git = "https://github.com/paritytech/substrate"167git = "https://github.com/paritytech/substrate"
168optional = true168optional = true
169branch = "polkadot-v0.9.24"169branch = "polkadot-v0.9.25"
170170
171[dependencies.frame-system-rpc-runtime-api]171[dependencies.frame-system-rpc-runtime-api]
172default-features = false172default-features = false
173git = "https://github.com/paritytech/substrate"173git = "https://github.com/paritytech/substrate"
174branch = "polkadot-v0.9.24"174branch = "polkadot-v0.9.25"
175175
176[dependencies.hex-literal]176[dependencies.hex-literal]
177optional = true177optional = true
186[dependencies.pallet-aura]186[dependencies.pallet-aura]
187default-features = false187default-features = false
188git = "https://github.com/paritytech/substrate"188git = "https://github.com/paritytech/substrate"
189branch = "polkadot-v0.9.24"189branch = "polkadot-v0.9.25"
190190
191[dependencies.pallet-balances]191[dependencies.pallet-balances]
192default-features = false192default-features = false
193git = "https://github.com/paritytech/substrate"193git = "https://github.com/paritytech/substrate"
194branch = "polkadot-v0.9.24"194branch = "polkadot-v0.9.25"
195195
196# Contracts specific packages196# Contracts specific packages
197# [dependencies.pallet-contracts]197# [dependencies.pallet-contracts]
215[dependencies.pallet-randomness-collective-flip]215[dependencies.pallet-randomness-collective-flip]
216default-features = false216default-features = false
217git = "https://github.com/paritytech/substrate"217git = "https://github.com/paritytech/substrate"
218branch = "polkadot-v0.9.24"218branch = "polkadot-v0.9.25"
219219
220[dependencies.pallet-sudo]220[dependencies.pallet-sudo]
221default-features = false221default-features = false
222git = "https://github.com/paritytech/substrate"222git = "https://github.com/paritytech/substrate"
223branch = "polkadot-v0.9.24"223branch = "polkadot-v0.9.25"
224224
225[dependencies.pallet-timestamp]225[dependencies.pallet-timestamp]
226default-features = false226default-features = false
227git = "https://github.com/paritytech/substrate"227git = "https://github.com/paritytech/substrate"
228branch = "polkadot-v0.9.24"228branch = "polkadot-v0.9.25"
229229
230[dependencies.pallet-transaction-payment]230[dependencies.pallet-transaction-payment]
231default-features = false231default-features = false
232git = "https://github.com/paritytech/substrate"232git = "https://github.com/paritytech/substrate"
233branch = "polkadot-v0.9.24"233branch = "polkadot-v0.9.25"
234234
235[dependencies.pallet-transaction-payment-rpc-runtime-api]235[dependencies.pallet-transaction-payment-rpc-runtime-api]
236default-features = false236default-features = false
237git = "https://github.com/paritytech/substrate"237git = "https://github.com/paritytech/substrate"
238branch = "polkadot-v0.9.24"238branch = "polkadot-v0.9.25"
239239
240[dependencies.pallet-treasury]240[dependencies.pallet-treasury]
241default-features = false241default-features = false
242git = "https://github.com/paritytech/substrate"242git = "https://github.com/paritytech/substrate"
243branch = "polkadot-v0.9.24"243branch = "polkadot-v0.9.25"
244244
245# [dependencies.pallet-vesting]245# [dependencies.pallet-vesting]
246# default-features = false246# default-features = false
250[dependencies.sp-arithmetic]250[dependencies.sp-arithmetic]
251default-features = false251default-features = false
252git = "https://github.com/paritytech/substrate"252git = "https://github.com/paritytech/substrate"
253branch = "polkadot-v0.9.24"253branch = "polkadot-v0.9.25"
254254
255[dependencies.sp-api]255[dependencies.sp-api]
256default-features = false256default-features = false
257git = "https://github.com/paritytech/substrate"257git = "https://github.com/paritytech/substrate"
258branch = "polkadot-v0.9.24"258branch = "polkadot-v0.9.25"
259259
260[dependencies.sp-block-builder]260[dependencies.sp-block-builder]
261default-features = false261default-features = false
262git = "https://github.com/paritytech/substrate"262git = "https://github.com/paritytech/substrate"
263branch = "polkadot-v0.9.24"263branch = "polkadot-v0.9.25"
264264
265[dependencies.sp-core]265[dependencies.sp-core]
266default-features = false266default-features = false
267git = "https://github.com/paritytech/substrate"267git = "https://github.com/paritytech/substrate"
268branch = "polkadot-v0.9.24"268branch = "polkadot-v0.9.25"
269269
270[dependencies.sp-consensus-aura]270[dependencies.sp-consensus-aura]
271default-features = false271default-features = false
272git = "https://github.com/paritytech/substrate"272git = "https://github.com/paritytech/substrate"
273branch = "polkadot-v0.9.24"273branch = "polkadot-v0.9.25"
274274
275[dependencies.sp-inherents]275[dependencies.sp-inherents]
276default-features = false276default-features = false
277git = "https://github.com/paritytech/substrate"277git = "https://github.com/paritytech/substrate"
278branch = "polkadot-v0.9.24"278branch = "polkadot-v0.9.25"
279279
280[dependencies.sp-io]280[dependencies.sp-io]
281default-features = false281default-features = false
282git = "https://github.com/paritytech/substrate"282git = "https://github.com/paritytech/substrate"
283branch = "polkadot-v0.9.24"283branch = "polkadot-v0.9.25"
284284
285[dependencies.sp-offchain]285[dependencies.sp-offchain]
286default-features = false286default-features = false
287git = "https://github.com/paritytech/substrate"287git = "https://github.com/paritytech/substrate"
288branch = "polkadot-v0.9.24"288branch = "polkadot-v0.9.25"
289289
290[dependencies.sp-runtime]290[dependencies.sp-runtime]
291default-features = false291default-features = false
292git = "https://github.com/paritytech/substrate"292git = "https://github.com/paritytech/substrate"
293branch = "polkadot-v0.9.24"293branch = "polkadot-v0.9.25"
294294
295[dependencies.sp-session]295[dependencies.sp-session]
296default-features = false296default-features = false
297git = "https://github.com/paritytech/substrate"297git = "https://github.com/paritytech/substrate"
298branch = "polkadot-v0.9.24"298branch = "polkadot-v0.9.25"
299299
300[dependencies.sp-std]300[dependencies.sp-std]
301default-features = false301default-features = false
302git = "https://github.com/paritytech/substrate"302git = "https://github.com/paritytech/substrate"
303branch = "polkadot-v0.9.24"303branch = "polkadot-v0.9.25"
304304
305[dependencies.sp-transaction-pool]305[dependencies.sp-transaction-pool]
306default-features = false306default-features = false
307git = "https://github.com/paritytech/substrate"307git = "https://github.com/paritytech/substrate"
308branch = "polkadot-v0.9.24"308branch = "polkadot-v0.9.25"
309309
310[dependencies.sp-version]310[dependencies.sp-version]
311default-features = false311default-features = false
312git = "https://github.com/paritytech/substrate"312git = "https://github.com/paritytech/substrate"
313branch = "polkadot-v0.9.24"313branch = "polkadot-v0.9.25"
314314
315[dependencies.smallvec]315[dependencies.smallvec]
316version = '1.6.1'316version = '1.6.1'
321[dependencies.parachain-info]321[dependencies.parachain-info]
322default-features = false322default-features = false
323git = "https://github.com/paritytech/cumulus"323git = "https://github.com/paritytech/cumulus"
324branch = "polkadot-v0.9.24"324branch = "polkadot-v0.9.25"
325325
326[dependencies.cumulus-pallet-aura-ext]326[dependencies.cumulus-pallet-aura-ext]
327git = "https://github.com/paritytech/cumulus"327git = "https://github.com/paritytech/cumulus"
328branch = "polkadot-v0.9.24"328branch = "polkadot-v0.9.25"
329default-features = false329default-features = false
330330
331[dependencies.cumulus-pallet-parachain-system]331[dependencies.cumulus-pallet-parachain-system]
332git = "https://github.com/paritytech/cumulus"332git = "https://github.com/paritytech/cumulus"
333branch = "polkadot-v0.9.24"333branch = "polkadot-v0.9.25"
334default-features = false334default-features = false
335335
336[dependencies.cumulus-primitives-core]336[dependencies.cumulus-primitives-core]
337git = "https://github.com/paritytech/cumulus"337git = "https://github.com/paritytech/cumulus"
338branch = "polkadot-v0.9.24"338branch = "polkadot-v0.9.25"
339default-features = false339default-features = false
340340
341[dependencies.cumulus-pallet-xcm]341[dependencies.cumulus-pallet-xcm]
342git = "https://github.com/paritytech/cumulus"342git = "https://github.com/paritytech/cumulus"
343branch = "polkadot-v0.9.24"343branch = "polkadot-v0.9.25"
344default-features = false344default-features = false
345345
346[dependencies.cumulus-pallet-dmp-queue]346[dependencies.cumulus-pallet-dmp-queue]
347git = "https://github.com/paritytech/cumulus"347git = "https://github.com/paritytech/cumulus"
348branch = "polkadot-v0.9.24"348branch = "polkadot-v0.9.25"
349default-features = false349default-features = false
350350
351[dependencies.cumulus-pallet-xcmp-queue]351[dependencies.cumulus-pallet-xcmp-queue]
352git = "https://github.com/paritytech/cumulus"352git = "https://github.com/paritytech/cumulus"
353branch = "polkadot-v0.9.24"353branch = "polkadot-v0.9.25"
354default-features = false354default-features = false
355355
356[dependencies.cumulus-primitives-utility]356[dependencies.cumulus-primitives-utility]
357git = "https://github.com/paritytech/cumulus"357git = "https://github.com/paritytech/cumulus"
358branch = "polkadot-v0.9.24"358branch = "polkadot-v0.9.25"
359default-features = false359default-features = false
360360
361[dependencies.cumulus-primitives-timestamp]361[dependencies.cumulus-primitives-timestamp]
362git = "https://github.com/paritytech/cumulus"362git = "https://github.com/paritytech/cumulus"
363branch = "polkadot-v0.9.24"363branch = "polkadot-v0.9.25"
364default-features = false364default-features = false
365365
366################################################################################366################################################################################
367# Polkadot dependencies367# Polkadot dependencies
368368
369[dependencies.polkadot-parachain]369[dependencies.polkadot-parachain]
370git = "https://github.com/paritytech/polkadot"370git = "https://github.com/paritytech/polkadot"
371branch = "release-v0.9.24"371branch = "release-v0.9.25"
372default-features = false372default-features = false
373373
374[dependencies.xcm]374[dependencies.xcm]
375git = "https://github.com/paritytech/polkadot"375git = "https://github.com/paritytech/polkadot"
376branch = "release-v0.9.24"376branch = "release-v0.9.25"
377default-features = false377default-features = false
378378
379[dependencies.xcm-builder]379[dependencies.xcm-builder]
380git = "https://github.com/paritytech/polkadot"380git = "https://github.com/paritytech/polkadot"
381branch = "release-v0.9.24"381branch = "release-v0.9.25"
382default-features = false382default-features = false
383383
384[dependencies.xcm-executor]384[dependencies.xcm-executor]
385git = "https://github.com/paritytech/polkadot"385git = "https://github.com/paritytech/polkadot"
386branch = "release-v0.9.24"386branch = "release-v0.9.25"
387default-features = false387default-features = false
388388
389[dependencies.pallet-xcm]389[dependencies.pallet-xcm]
390git = "https://github.com/paritytech/polkadot"390git = "https://github.com/paritytech/polkadot"
391branch = "release-v0.9.24"391branch = "release-v0.9.25"
392default-features = false392default-features = false
393393
394[dependencies.orml-vesting]394[dependencies.orml-vesting]
395git = "https://github.com/uniquenetwork/open-runtime-module-library"395git = "https://github.com/open-web3-stack/open-runtime-module-library"
396branch = "unique-polkadot-v0.9.24"396branch = "polkadot-v0.9.25"
397version = "0.4.1-dev"397version = "0.4.1-dev"
398default-features = false398default-features = false
399399
422pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }422pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
423pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }423pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
424# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }424# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
425pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }425pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
426pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }426pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
427pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }427pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
428pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }428pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
429pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }429pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
430pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }430pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
431pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }431pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
432pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }432pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
433fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }433fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
434fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }434fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
435fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }435fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }
436evm-coder = { default-features = false, path = '../../crates/evm-coder' }436evm-coder = { default-features = false, path = '../../crates/evm-coder' }
437up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }437up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.25' }
438438
439################################################################################439################################################################################
440# Build Dependencies440# Build Dependencies
441441
442[build-dependencies.substrate-wasm-builder]442[build-dependencies.substrate-wasm-builder]
443git = "https://github.com/paritytech/substrate"443git = "https://github.com/paritytech/substrate"
444branch = "polkadot-v0.9.24"444branch = "polkadot-v0.9.25"
445445