git.delta.rocks / unique-network / refs/commits / 08806919f53b

difftreelog

fix remove orml tokens dep

Daniel Shiposha2023-11-07parent: #b708529.patch.diff
in: master

5 files changed

modifiedCargo.tomldiffbeforeafterboth
199try-runtime-cli = "0.35.0"199try-runtime-cli = "0.35.0"
200200
201# ORML201# ORML
202orml-tokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
203orml-traits = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }202orml-traits = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
204orml-vesting = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }203orml-vesting = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
205orml-xcm-support = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }204orml-xcm-support = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
modifiedpallets/foreign-assets/Cargo.tomldiffbeforeafterboth
12frame-support = { workspace = true }12frame-support = { workspace = true }
13frame-system = { workspace = true }13frame-system = { workspace = true }
14log = { workspace = true }14log = { workspace = true }
15orml-tokens = { workspace = true }
16pallet-balances = { features = ["insecure_zero_ed"], workspace = true }15pallet-balances = { features = ["insecure_zero_ed"], workspace = true }
17pallet-common = { workspace = true }16pallet-common = { workspace = true }
18pallet-fungible = { workspace = true }17pallet-fungible = { workspace = true }
30 "frame-support/std",29 "frame-support/std",
31 "frame-system/std",30 "frame-system/std",
32 "log/std",31 "log/std",
33 "orml-tokens/std",
34 "pallet-balances/std",32 "pallet-balances/std",
35 "pallet-common/std",33 "pallet-common/std",
36 "pallet-fungible/std",34 "pallet-fungible/std",
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
151 'up-rpc/std',151 'up-rpc/std',
152 'up-sponsorship/std',152 'up-sponsorship/std',
153153
154 "orml-tokens/std",
155 "orml-traits/std",154 "orml-traits/std",
156 "orml-vesting/std",155 "orml-vesting/std",
157 "orml-xcm-support/std",156 "orml-xcm-support/std",
179 'frame-system/try-runtime',178 'frame-system/try-runtime',
180 'frame-try-runtime',179 'frame-try-runtime',
181 'frame-try-runtime?/try-runtime',180 'frame-try-runtime?/try-runtime',
182 'orml-tokens/try-runtime',
183 'orml-vesting/try-runtime',181 'orml-vesting/try-runtime',
184 'orml-xtokens/try-runtime',182 'orml-xtokens/try-runtime',
185 'pallet-app-promotion/try-runtime',183 'pallet-app-promotion/try-runtime',
254frame-support = { workspace = true }252frame-support = { workspace = true }
255frame-system = { workspace = true }253frame-system = { workspace = true }
256frame-system-rpc-runtime-api = { workspace = true }254frame-system-rpc-runtime-api = { workspace = true }
257orml-tokens = { workspace = true }
258orml-traits = { workspace = true }255orml-traits = { workspace = true }
259orml-vesting = { workspace = true }256orml-vesting = { workspace = true }
260orml-xcm-support = { workspace = true }257orml-xcm-support = { workspace = true }
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
150 'up-rpc/std',150 'up-rpc/std',
151 'up-sponsorship/std',151 'up-sponsorship/std',
152152
153 "orml-tokens/std",
154 "orml-traits/std",153 "orml-traits/std",
155 "orml-vesting/std",154 "orml-vesting/std",
156 "orml-xcm-support/std",155 "orml-xcm-support/std",
175 'frame-support/try-runtime',174 'frame-support/try-runtime',
176 'frame-system/try-runtime',175 'frame-system/try-runtime',
177 'frame-try-runtime',176 'frame-try-runtime',
178 'orml-tokens/try-runtime',
179 'orml-vesting/try-runtime',177 'orml-vesting/try-runtime',
180 'orml-xtokens/try-runtime',178 'orml-xtokens/try-runtime',
181 'pallet-app-promotion/try-runtime',179 'pallet-app-promotion/try-runtime',
242frame-support = { workspace = true }240frame-support = { workspace = true }
243frame-system = { workspace = true }241frame-system = { workspace = true }
244frame-system-rpc-runtime-api = { workspace = true }242frame-system-rpc-runtime-api = { workspace = true }
245orml-tokens = { workspace = true }
246orml-traits = { workspace = true }243orml-traits = { workspace = true }
247orml-vesting = { workspace = true }244orml-vesting = { workspace = true }
248orml-xcm-support = { workspace = true }245orml-xcm-support = { workspace = true }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
147 'up-rpc/std',147 'up-rpc/std',
148 'up-sponsorship/std',148 'up-sponsorship/std',
149149
150 "orml-tokens/std",
151 "orml-traits/std",150 "orml-traits/std",
152 "orml-vesting/std",151 "orml-vesting/std",
153 "orml-xcm-support/std",152 "orml-xcm-support/std",
173 'frame-support/try-runtime',172 'frame-support/try-runtime',
174 'frame-system/try-runtime',173 'frame-system/try-runtime',
175 'frame-try-runtime',174 'frame-try-runtime',
176 'orml-tokens/try-runtime',
177 'orml-vesting/try-runtime',175 'orml-vesting/try-runtime',
178 'orml-xtokens/try-runtime',176 'orml-xtokens/try-runtime',
179 'pallet-app-promotion/try-runtime',177 'pallet-app-promotion/try-runtime',
245frame-support = { workspace = true }243frame-support = { workspace = true }
246frame-system = { workspace = true }244frame-system = { workspace = true }
247frame-system-rpc-runtime-api = { workspace = true }245frame-system-rpc-runtime-api = { workspace = true }
248orml-tokens = { workspace = true }
249orml-traits = { workspace = true }246orml-traits = { workspace = true }
250orml-vesting = { workspace = true }247orml-vesting = { workspace = true }
251orml-xcm-support = { workspace = true }248orml-xcm-support = { workspace = true }