git.delta.rocks / unique-network / refs/commits / 7a31642da606

difftreelog

fix runtimes rmrk deps

Daniel Shiposha2022-06-09parent: #624dbaf.patch.diff
in: master

3 files changed

modifiedCargo.lockdiffbeforeafterboth
8581 "pallet-randomness-collective-flip",8581 "pallet-randomness-collective-flip",
8582 "pallet-refungible",8582 "pallet-refungible",
8583 "pallet-rmrk-core",8583 "pallet-rmrk-core",
8584 "pallet-rmrk-equip",
8584 "pallet-structure",8585 "pallet-structure",
8585 "pallet-sudo",8586 "pallet-sudo",
8586 "pallet-template-transaction-payment",8587 "pallet-template-transaction-payment",
12633 "pallet-randomness-collective-flip",12634 "pallet-randomness-collective-flip",
12634 "pallet-refungible",12635 "pallet-refungible",
12635 "pallet-rmrk-core",12636 "pallet-rmrk-core",
12637 "pallet-rmrk-equip",
12636 "pallet-structure",12638 "pallet-structure",
12637 "pallet-sudo",12639 "pallet-sudo",
12638 "pallet-template-transaction-payment",12640 "pallet-template-transaction-payment",
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
34 'pallet-refungible/runtime-benchmarks',34 'pallet-refungible/runtime-benchmarks',
35 'pallet-nonfungible/runtime-benchmarks',35 'pallet-nonfungible/runtime-benchmarks',
36 'pallet-proxy-rmrk-core/runtime-benchmarks',36 'pallet-proxy-rmrk-core/runtime-benchmarks',
37 'pallet-proxy-rmrk-equip/runtime-benchmarks',
37 'pallet-unique/runtime-benchmarks',38 'pallet-unique/runtime-benchmarks',
38 'pallet-inflation/runtime-benchmarks',39 'pallet-inflation/runtime-benchmarks',
39 'pallet-xcm/runtime-benchmarks',40 'pallet-xcm/runtime-benchmarks',
91 'pallet-refungible/std',92 'pallet-refungible/std',
92 'pallet-nonfungible/std',93 'pallet-nonfungible/std',
93 'pallet-proxy-rmrk-core/std',94 'pallet-proxy-rmrk-core/std',
95 'pallet-proxy-rmrk-equip/std',
94 'pallet-unique/std',96 'pallet-unique/std',
95 'pallet-unq-scheduler/std',97 'pallet-unq-scheduler/std',
96 'pallet-charge-transaction/std',98 'pallet-charge-transaction/std',
416pallet-refungible = { default-features = false, path = "../../pallets/refungible" }418pallet-refungible = { default-features = false, path = "../../pallets/refungible" }
417pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }419pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
418pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }420pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
421pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
419pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }422pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
420# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }423# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
421pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }424pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
34 'pallet-refungible/runtime-benchmarks',34 'pallet-refungible/runtime-benchmarks',
35 'pallet-nonfungible/runtime-benchmarks',35 'pallet-nonfungible/runtime-benchmarks',
36 'pallet-proxy-rmrk-core/runtime-benchmarks',36 'pallet-proxy-rmrk-core/runtime-benchmarks',
37 'pallet-proxy-rmrk-equip/runtime-benchmarks',
37 'pallet-unique/runtime-benchmarks',38 'pallet-unique/runtime-benchmarks',
38 'pallet-inflation/runtime-benchmarks',39 'pallet-inflation/runtime-benchmarks',
39 'pallet-xcm/runtime-benchmarks',40 'pallet-xcm/runtime-benchmarks',
92 'pallet-refungible/std',93 'pallet-refungible/std',
93 'pallet-nonfungible/std',94 'pallet-nonfungible/std',
94 'pallet-proxy-rmrk-core/std',95 'pallet-proxy-rmrk-core/std',
96 'pallet-proxy-rmrk-equip/std',
95 'pallet-unique/std',97 'pallet-unique/std',
96 'pallet-unq-scheduler/std',98 'pallet-unq-scheduler/std',
97 'pallet-charge-transaction/std',99 'pallet-charge-transaction/std',
409pallet-refungible = { default-features = false, path = "../../pallets/refungible" }411pallet-refungible = { default-features = false, path = "../../pallets/refungible" }
410pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }412pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
411pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }413pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
414pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
412pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }415pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
413# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }416# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
414pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }417pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.22", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }