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

difftreelog

chore deppatcher freeze

Yaroslav Bolyukin2022-12-20parent: #9034a4f.patch.diff
in: master

5 files changed

modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -297,19 +297,6 @@
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
 
-[package.metadata.deppatcher.originals.dependencies]
-cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-collator = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-
 [dependencies]
 futures = '0.3.17'
 log = '0.4.16'
modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
--- a/primitives/common/Cargo.toml
+++ b/primitives/common/Cargo.toml
@@ -8,9 +8,6 @@
 repository = 'https://github.com/UniqueNetwork/unique-chain'
 version.workspace = true
 
-[package.metadata.deppatcher.originals.dependencies]
-cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-
 [features]
 default = ['std']
 std = [
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -15,17 +15,6 @@
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
 
-[package.metadata.deppatcher.originals.dependencies]
-parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-
 [features]
 default = ['std', 'opal-runtime']
 runtime-benchmarks = [
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
before · runtime/quartz/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Quartz Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version.workspace = true1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[package.metadata.deppatcher.originals.dependencies]19parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }20cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }21cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }22cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }23cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }24cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }25cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }26cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }27cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }2829[features]30default = ['std', 'quartz-runtime']31runtime-benchmarks = [32    'hex-literal',33    'frame-benchmarking',34    'frame-support/runtime-benchmarks',35    'frame-system-benchmarking',36    'frame-system/runtime-benchmarks',37    'pallet-ethereum/runtime-benchmarks',38    'pallet-evm-migration/runtime-benchmarks',39    'pallet-evm-coder-substrate/runtime-benchmarks',40    'pallet-balances/runtime-benchmarks',41    'pallet-timestamp/runtime-benchmarks',42    'pallet-common/runtime-benchmarks',43    'pallet-structure/runtime-benchmarks',44    'pallet-fungible/runtime-benchmarks',45    'pallet-refungible/runtime-benchmarks',46    'pallet-nonfungible/runtime-benchmarks',47    'pallet-proxy-rmrk-core/runtime-benchmarks',48    'pallet-proxy-rmrk-equip/runtime-benchmarks',49    'pallet-unique/runtime-benchmarks',50    'pallet-foreign-assets/runtime-benchmarks',51    'pallet-inflation/runtime-benchmarks',52    'pallet-app-promotion/runtime-benchmarks',53    'pallet-xcm/runtime-benchmarks',54    'sp-runtime/runtime-benchmarks',55    'xcm-builder/runtime-benchmarks',56    'pallet-maintenance/runtime-benchmarks',57]58try-runtime = [59    'frame-try-runtime',60    'frame-executive/try-runtime',61    'frame-support/try-runtime',62    'frame-system/try-runtime',63    'cumulus-pallet-parachain-system/try-runtime',64    'parachain-info/try-runtime',65    'pallet-aura/try-runtime',66    'cumulus-pallet-aura-ext/try-runtime',67    'pallet-balances/try-runtime',68    'pallet-randomness-collective-flip/try-runtime',69    'pallet-timestamp/try-runtime',70    'pallet-transaction-payment/try-runtime',71    'pallet-treasury/try-runtime',72    'pallet-sudo/try-runtime',73    'orml-vesting/try-runtime',74    'orml-xtokens/try-runtime',75    'orml-tokens/try-runtime',76    'cumulus-pallet-xcmp-queue/try-runtime',77    'pallet-xcm/try-runtime',78    'cumulus-pallet-xcm/try-runtime',79    'cumulus-pallet-dmp-queue/try-runtime',80    'pallet-inflation/try-runtime',81    'pallet-unique/try-runtime',82    'pallet-configuration/try-runtime',83    'pallet-charge-transaction/try-runtime',84    'pallet-common/try-runtime',85    'pallet-fungible/try-runtime',86    'pallet-refungible/try-runtime',87    'pallet-nonfungible/try-runtime',88    'pallet-structure/try-runtime',89    'pallet-proxy-rmrk-core/try-runtime',90    'pallet-proxy-rmrk-equip/try-runtime',91    'pallet-app-promotion/try-runtime',92    'pallet-foreign-assets/try-runtime',93    'pallet-ethereum/try-runtime',94    'pallet-evm/try-runtime',95    'pallet-evm-coder-substrate/try-runtime',96    'pallet-evm-contract-helpers/try-runtime',97    'pallet-evm-transaction-payment/try-runtime',98    'pallet-evm-migration/try-runtime',99    'pallet-maintenance/try-runtime',100]101std = [102    'codec/std',103    'cumulus-pallet-aura-ext/std',104    'cumulus-pallet-parachain-system/std',105    'cumulus-pallet-xcm/std',106    'cumulus-pallet-xcmp-queue/std',107    'cumulus-primitives-core/std',108    'cumulus-primitives-utility/std',109    'frame-try-runtime/std',110    'frame-executive/std',111    'frame-support/std',112    'frame-system/std',113    'frame-system-rpc-runtime-api/std',114    'pallet-aura/std',115    'pallet-balances/std',116    # 'pallet-contracts/std',117    # 'pallet-contracts-primitives/std',118    # 'pallet-contracts-rpc-runtime-api/std',119    # 'pallet-contract-helpers/std',120    'pallet-randomness-collective-flip/std',121    'pallet-sudo/std',122    'pallet-timestamp/std',123    'pallet-transaction-payment/std',124    'pallet-transaction-payment-rpc-runtime-api/std',125    'pallet-treasury/std',126    'pallet-evm/std',127    'pallet-evm-migration/std',128    'pallet-evm-contract-helpers/std',129    'pallet-evm-transaction-payment/std',130    'pallet-evm-coder-substrate/std',131    'pallet-ethereum/std',132    'pallet-base-fee/std',133    'fp-rpc/std',134    'up-rpc/std',135    'app-promotion-rpc/std',136    'fp-evm-mapping/std',137    'fp-self-contained/std',138    'parachain-info/std',139    'serde',140    'pallet-inflation/std',141    'pallet-configuration/std',142    'pallet-app-promotion/std',143    'pallet-common/std',144    'pallet-structure/std',145    'pallet-fungible/std',146    'pallet-refungible/std',147    'pallet-nonfungible/std',148    'pallet-proxy-rmrk-core/std',149    'pallet-proxy-rmrk-equip/std',150    'pallet-unique/std',151    'pallet-charge-transaction/std',152    'up-data-structs/std',153    'sp-api/std',154    'sp-block-builder/std',155    "sp-consensus-aura/std",156    'sp-core/std',157    'sp-inherents/std',158    'sp-io/std',159    'sp-offchain/std',160    'sp-runtime/std',161    'sp-session/std',162    'sp-std/std',163    'sp-transaction-pool/std',164    'sp-version/std',165    'xcm/std',166    'xcm-builder/std',167    'xcm-executor/std',168    'up-common/std',169    'rmrk-rpc/std',170    'evm-coder/std',171    'up-sponsorship/std',172173    "orml-vesting/std",174    "orml-tokens/std",175    "orml-xtokens/std",176    "orml-traits/std",177    "pallet-foreign-assets/std",178    "pallet-maintenance/std",179]180limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']181quartz-runtime = ['refungible', 'app-promotion', 'foreign-assets']182183refungible = []184scheduler = []185rmrk = []186foreign-assets = []187app-promotion = []188189################################################################################190# Substrate Dependencies191192[dependencies.codec]193default-features = false194features = ['derive']195package = 'parity-scale-codec'196version = '3.1.2'197198[dependencies.frame-benchmarking]199default-features = false200git = "https://github.com/paritytech/substrate"201optional = true202branch = "polkadot-v0.9.36"203204[dependencies.frame-try-runtime]205default-features = false206git = "https://github.com/paritytech/substrate"207optional = true208branch = "polkadot-v0.9.36"209210[dependencies.frame-executive]211default-features = false212git = "https://github.com/paritytech/substrate"213branch = "polkadot-v0.9.36"214215[dependencies.frame-support]216default-features = false217git = "https://github.com/paritytech/substrate"218branch = "polkadot-v0.9.36"219220[dependencies.frame-system]221default-features = false222git = "https://github.com/paritytech/substrate"223branch = "polkadot-v0.9.36"224225[dependencies.frame-system-benchmarking]226default-features = false227git = "https://github.com/paritytech/substrate"228optional = true229branch = "polkadot-v0.9.36"230231[dependencies.frame-system-rpc-runtime-api]232default-features = false233git = "https://github.com/paritytech/substrate"234branch = "polkadot-v0.9.36"235236[dependencies.hex-literal]237optional = true238version = '0.3.3'239240[dependencies.serde]241default-features = false242features = ['derive']243optional = true244version = '1.0.130'245246[dependencies.pallet-aura]247default-features = false248git = "https://github.com/paritytech/substrate"249branch = "polkadot-v0.9.36"250251[dependencies.pallet-balances]252default-features = false253git = "https://github.com/paritytech/substrate"254branch = "polkadot-v0.9.36"255256# Contracts specific packages257# [dependencies.pallet-contracts]258# git = 'https://github.com/paritytech/substrate'259# default-features = false260# branch = 'master'261# version = '4.0.0-dev'262263# [dependencies.pallet-contracts-primitives]264# git = 'https://github.com/paritytech/substrate'265# default-features = false266# branch = 'master'267# version = '4.0.0-dev'268269# [dependencies.pallet-contracts-rpc-runtime-api]270# git = 'https://github.com/paritytech/substrate'271# default-features = false272# branch = 'master'273# version = '4.0.0-dev'274275[dependencies.pallet-randomness-collective-flip]276default-features = false277git = "https://github.com/paritytech/substrate"278branch = "polkadot-v0.9.36"279280[dependencies.pallet-sudo]281default-features = false282git = "https://github.com/paritytech/substrate"283branch = "polkadot-v0.9.36"284285[dependencies.pallet-timestamp]286default-features = false287git = "https://github.com/paritytech/substrate"288branch = "polkadot-v0.9.36"289290[dependencies.pallet-transaction-payment]291default-features = false292git = "https://github.com/paritytech/substrate"293branch = "polkadot-v0.9.36"294295[dependencies.pallet-transaction-payment-rpc-runtime-api]296default-features = false297git = "https://github.com/paritytech/substrate"298branch = "polkadot-v0.9.36"299300[dependencies.pallet-treasury]301default-features = false302git = "https://github.com/paritytech/substrate"303branch = "polkadot-v0.9.36"304305[dependencies.sp-arithmetic]306default-features = false307git = "https://github.com/paritytech/substrate"308branch = "polkadot-v0.9.36"309310[dependencies.sp-api]311default-features = false312git = "https://github.com/paritytech/substrate"313branch = "polkadot-v0.9.36"314315[dependencies.sp-block-builder]316default-features = false317git = "https://github.com/paritytech/substrate"318branch = "polkadot-v0.9.36"319320[dependencies.sp-core]321default-features = false322git = "https://github.com/paritytech/substrate"323branch = "polkadot-v0.9.36"324325[dependencies.sp-consensus-aura]326default-features = false327git = "https://github.com/paritytech/substrate"328branch = "polkadot-v0.9.36"329330[dependencies.sp-inherents]331default-features = false332git = "https://github.com/paritytech/substrate"333branch = "polkadot-v0.9.36"334335[dependencies.sp-io]336default-features = false337git = "https://github.com/paritytech/substrate"338branch = "polkadot-v0.9.36"339340[dependencies.sp-offchain]341default-features = false342git = "https://github.com/paritytech/substrate"343branch = "polkadot-v0.9.36"344345[dependencies.sp-runtime]346default-features = false347git = "https://github.com/paritytech/substrate"348branch = "polkadot-v0.9.36"349350[dependencies.sp-session]351default-features = false352git = "https://github.com/paritytech/substrate"353branch = "polkadot-v0.9.36"354355[dependencies.sp-std]356default-features = false357git = "https://github.com/paritytech/substrate"358branch = "polkadot-v0.9.36"359360[dependencies.sp-transaction-pool]361default-features = false362git = "https://github.com/paritytech/substrate"363branch = "polkadot-v0.9.36"364365[dependencies.sp-version]366default-features = false367git = "https://github.com/paritytech/substrate"368branch = "polkadot-v0.9.36"369370[dependencies.smallvec]371version = '1.6.1'372373################################################################################374# Cumulus dependencies375376[dependencies.parachain-info]377default-features = false378git = "https://github.com/paritytech/cumulus"379branch = "draft-polkadot-v0.9.36"380381[dependencies.cumulus-pallet-aura-ext]382git = "https://github.com/paritytech/cumulus"383branch = "draft-polkadot-v0.9.36"384default-features = false385386[dependencies.cumulus-pallet-parachain-system]387git = "https://github.com/paritytech/cumulus"388branch = "draft-polkadot-v0.9.36"389default-features = false390391[dependencies.cumulus-primitives-core]392git = "https://github.com/paritytech/cumulus"393branch = "draft-polkadot-v0.9.36"394default-features = false395396[dependencies.cumulus-pallet-xcm]397git = "https://github.com/paritytech/cumulus"398branch = "draft-polkadot-v0.9.36"399default-features = false400401[dependencies.cumulus-pallet-dmp-queue]402git = "https://github.com/paritytech/cumulus"403branch = "draft-polkadot-v0.9.36"404default-features = false405406[dependencies.cumulus-pallet-xcmp-queue]407git = "https://github.com/paritytech/cumulus"408branch = "draft-polkadot-v0.9.36"409default-features = false410411[dependencies.cumulus-primitives-utility]412git = "https://github.com/paritytech/cumulus"413branch = "draft-polkadot-v0.9.36"414default-features = false415416[dependencies.cumulus-primitives-timestamp]417git = "https://github.com/paritytech/cumulus"418branch = "draft-polkadot-v0.9.36"419default-features = false420421################################################################################422# Polkadot dependencies423424[dependencies.polkadot-parachain]425git = "https://github.com/paritytech/polkadot"426branch = "release-v0.9.36"427default-features = false428429[dependencies.xcm]430git = "https://github.com/paritytech/polkadot"431branch = "release-v0.9.36"432default-features = false433434[dependencies.xcm-builder]435git = "https://github.com/paritytech/polkadot"436branch = "release-v0.9.36"437default-features = false438439[dependencies.xcm-executor]440git = "https://github.com/paritytech/polkadot"441branch = "release-v0.9.36"442default-features = false443444[dependencies.pallet-xcm]445git = "https://github.com/paritytech/polkadot"446branch = "release-v0.9.36"447default-features = false448449################################################################################450# RMRK dependencies451452# todo git453[dependencies.rmrk-rpc]454default-features = false455path = "../../primitives/rmrk-rpc"456457################################################################################458# local dependencies459460[dependencies]461orml-vesting.workspace = true462orml-xtokens.workspace = true463orml-tokens.workspace = true464orml-traits.workspace = true465466log = { version = "0.4.16", default-features = false }467up-common = { path = "../../primitives/common", default-features = false }468scale-info = { version = "2.0.1", default-features = false, features = [469    "derive",470] }471derivative = "2.2.0"472pallet-unique = { path = '../../pallets/unique', default-features = false }473up-rpc = { path = "../../primitives/rpc", default-features = false }474app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }475fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }476fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }477pallet-inflation = { path = '../../pallets/inflation', default-features = false }478pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }479up-data-structs = { path = '../../primitives/data-structs', default-features = false }480pallet-configuration = { default-features = false, path = "../../pallets/configuration" }481pallet-common = { default-features = false, path = "../../pallets/common" }482pallet-structure = { default-features = false, path = "../../pallets/structure" }483pallet-fungible = { default-features = false, path = "../../pallets/fungible" }484pallet-refungible = { default-features = false, path = "../../pallets/refungible" }485pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }486pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }487pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }488# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }489pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }490pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }491pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }492pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }493pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }494pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }495pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }496pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }497fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }498fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }499pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }500evm-coder = { default-features = false, path = '../../crates/evm-coder' }501up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }502pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }503pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }504precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }505num_enum = { version = "0.5.3", default-features = false }506507################################################################################508# Other Dependencies509510impl-trait-for-tuples = "0.2.2"511512################################################################################513# Dev Dependencies514515[dev-dependencies.logtest]516version = "2.0.0"517518################################################################################519# Build Dependencies520521[build-dependencies.substrate-wasm-builder]522git = "https://github.com/paritytech/substrate"523branch = "polkadot-v0.9.36"
after · runtime/quartz/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Quartz Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version.workspace = true1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std', 'quartz-runtime']20runtime-benchmarks = [21    'hex-literal',22    'frame-benchmarking',23    'frame-support/runtime-benchmarks',24    'frame-system-benchmarking',25    'frame-system/runtime-benchmarks',26    'pallet-ethereum/runtime-benchmarks',27    'pallet-evm-migration/runtime-benchmarks',28    'pallet-evm-coder-substrate/runtime-benchmarks',29    'pallet-balances/runtime-benchmarks',30    'pallet-timestamp/runtime-benchmarks',31    'pallet-common/runtime-benchmarks',32    'pallet-structure/runtime-benchmarks',33    'pallet-fungible/runtime-benchmarks',34    'pallet-refungible/runtime-benchmarks',35    'pallet-nonfungible/runtime-benchmarks',36    'pallet-proxy-rmrk-core/runtime-benchmarks',37    'pallet-proxy-rmrk-equip/runtime-benchmarks',38    'pallet-unique/runtime-benchmarks',39    'pallet-foreign-assets/runtime-benchmarks',40    'pallet-inflation/runtime-benchmarks',41    'pallet-app-promotion/runtime-benchmarks',42    'pallet-xcm/runtime-benchmarks',43    'sp-runtime/runtime-benchmarks',44    'xcm-builder/runtime-benchmarks',45    'pallet-maintenance/runtime-benchmarks',46]47try-runtime = [48    'frame-try-runtime',49    'frame-executive/try-runtime',50    'frame-support/try-runtime',51    'frame-system/try-runtime',52    'cumulus-pallet-parachain-system/try-runtime',53    'parachain-info/try-runtime',54    'pallet-aura/try-runtime',55    'cumulus-pallet-aura-ext/try-runtime',56    'pallet-balances/try-runtime',57    'pallet-randomness-collective-flip/try-runtime',58    'pallet-timestamp/try-runtime',59    'pallet-transaction-payment/try-runtime',60    'pallet-treasury/try-runtime',61    'pallet-sudo/try-runtime',62    'orml-vesting/try-runtime',63    'orml-xtokens/try-runtime',64    'orml-tokens/try-runtime',65    'cumulus-pallet-xcmp-queue/try-runtime',66    'pallet-xcm/try-runtime',67    'cumulus-pallet-xcm/try-runtime',68    'cumulus-pallet-dmp-queue/try-runtime',69    'pallet-inflation/try-runtime',70    'pallet-unique/try-runtime',71    'pallet-configuration/try-runtime',72    'pallet-charge-transaction/try-runtime',73    'pallet-common/try-runtime',74    'pallet-fungible/try-runtime',75    'pallet-refungible/try-runtime',76    'pallet-nonfungible/try-runtime',77    'pallet-structure/try-runtime',78    'pallet-proxy-rmrk-core/try-runtime',79    'pallet-proxy-rmrk-equip/try-runtime',80    'pallet-app-promotion/try-runtime',81    'pallet-foreign-assets/try-runtime',82    'pallet-ethereum/try-runtime',83    'pallet-evm/try-runtime',84    'pallet-evm-coder-substrate/try-runtime',85    'pallet-evm-contract-helpers/try-runtime',86    'pallet-evm-transaction-payment/try-runtime',87    'pallet-evm-migration/try-runtime',88    'pallet-maintenance/try-runtime',89]90std = [91    'codec/std',92    'cumulus-pallet-aura-ext/std',93    'cumulus-pallet-parachain-system/std',94    'cumulus-pallet-xcm/std',95    'cumulus-pallet-xcmp-queue/std',96    'cumulus-primitives-core/std',97    'cumulus-primitives-utility/std',98    'frame-try-runtime/std',99    'frame-executive/std',100    'frame-support/std',101    'frame-system/std',102    'frame-system-rpc-runtime-api/std',103    'pallet-aura/std',104    'pallet-balances/std',105    # 'pallet-contracts/std',106    # 'pallet-contracts-primitives/std',107    # 'pallet-contracts-rpc-runtime-api/std',108    # 'pallet-contract-helpers/std',109    'pallet-randomness-collective-flip/std',110    'pallet-sudo/std',111    'pallet-timestamp/std',112    'pallet-transaction-payment/std',113    'pallet-transaction-payment-rpc-runtime-api/std',114    'pallet-treasury/std',115    'pallet-evm/std',116    'pallet-evm-migration/std',117    'pallet-evm-contract-helpers/std',118    'pallet-evm-transaction-payment/std',119    'pallet-evm-coder-substrate/std',120    'pallet-ethereum/std',121    'pallet-base-fee/std',122    'fp-rpc/std',123    'up-rpc/std',124    'app-promotion-rpc/std',125    'fp-evm-mapping/std',126    'fp-self-contained/std',127    'parachain-info/std',128    'serde',129    'pallet-inflation/std',130    'pallet-configuration/std',131    'pallet-app-promotion/std',132    'pallet-common/std',133    'pallet-structure/std',134    'pallet-fungible/std',135    'pallet-refungible/std',136    'pallet-nonfungible/std',137    'pallet-proxy-rmrk-core/std',138    'pallet-proxy-rmrk-equip/std',139    'pallet-unique/std',140    'pallet-charge-transaction/std',141    'up-data-structs/std',142    'sp-api/std',143    'sp-block-builder/std',144    "sp-consensus-aura/std",145    'sp-core/std',146    'sp-inherents/std',147    'sp-io/std',148    'sp-offchain/std',149    'sp-runtime/std',150    'sp-session/std',151    'sp-std/std',152    'sp-transaction-pool/std',153    'sp-version/std',154    'xcm/std',155    'xcm-builder/std',156    'xcm-executor/std',157    'up-common/std',158    'rmrk-rpc/std',159    'evm-coder/std',160    'up-sponsorship/std',161162    "orml-vesting/std",163    "orml-tokens/std",164    "orml-xtokens/std",165    "orml-traits/std",166    "pallet-foreign-assets/std",167    "pallet-maintenance/std",168]169limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']170quartz-runtime = ['refungible', 'app-promotion', 'foreign-assets']171172refungible = []173scheduler = []174rmrk = []175foreign-assets = []176app-promotion = []177178################################################################################179# Substrate Dependencies180181[dependencies.codec]182default-features = false183features = ['derive']184package = 'parity-scale-codec'185version = '3.1.2'186187[dependencies.frame-benchmarking]188default-features = false189git = "https://github.com/paritytech/substrate"190optional = true191branch = "polkadot-v0.9.36"192193[dependencies.frame-try-runtime]194default-features = false195git = "https://github.com/paritytech/substrate"196optional = true197branch = "polkadot-v0.9.36"198199[dependencies.frame-executive]200default-features = false201git = "https://github.com/paritytech/substrate"202branch = "polkadot-v0.9.36"203204[dependencies.frame-support]205default-features = false206git = "https://github.com/paritytech/substrate"207branch = "polkadot-v0.9.36"208209[dependencies.frame-system]210default-features = false211git = "https://github.com/paritytech/substrate"212branch = "polkadot-v0.9.36"213214[dependencies.frame-system-benchmarking]215default-features = false216git = "https://github.com/paritytech/substrate"217optional = true218branch = "polkadot-v0.9.36"219220[dependencies.frame-system-rpc-runtime-api]221default-features = false222git = "https://github.com/paritytech/substrate"223branch = "polkadot-v0.9.36"224225[dependencies.hex-literal]226optional = true227version = '0.3.3'228229[dependencies.serde]230default-features = false231features = ['derive']232optional = true233version = '1.0.130'234235[dependencies.pallet-aura]236default-features = false237git = "https://github.com/paritytech/substrate"238branch = "polkadot-v0.9.36"239240[dependencies.pallet-balances]241default-features = false242git = "https://github.com/paritytech/substrate"243branch = "polkadot-v0.9.36"244245# Contracts specific packages246# [dependencies.pallet-contracts]247# git = 'https://github.com/paritytech/substrate'248# default-features = false249# branch = 'master'250# version = '4.0.0-dev'251252# [dependencies.pallet-contracts-primitives]253# git = 'https://github.com/paritytech/substrate'254# default-features = false255# branch = 'master'256# version = '4.0.0-dev'257258# [dependencies.pallet-contracts-rpc-runtime-api]259# git = 'https://github.com/paritytech/substrate'260# default-features = false261# branch = 'master'262# version = '4.0.0-dev'263264[dependencies.pallet-randomness-collective-flip]265default-features = false266git = "https://github.com/paritytech/substrate"267branch = "polkadot-v0.9.36"268269[dependencies.pallet-sudo]270default-features = false271git = "https://github.com/paritytech/substrate"272branch = "polkadot-v0.9.36"273274[dependencies.pallet-timestamp]275default-features = false276git = "https://github.com/paritytech/substrate"277branch = "polkadot-v0.9.36"278279[dependencies.pallet-transaction-payment]280default-features = false281git = "https://github.com/paritytech/substrate"282branch = "polkadot-v0.9.36"283284[dependencies.pallet-transaction-payment-rpc-runtime-api]285default-features = false286git = "https://github.com/paritytech/substrate"287branch = "polkadot-v0.9.36"288289[dependencies.pallet-treasury]290default-features = false291git = "https://github.com/paritytech/substrate"292branch = "polkadot-v0.9.36"293294[dependencies.sp-arithmetic]295default-features = false296git = "https://github.com/paritytech/substrate"297branch = "polkadot-v0.9.36"298299[dependencies.sp-api]300default-features = false301git = "https://github.com/paritytech/substrate"302branch = "polkadot-v0.9.36"303304[dependencies.sp-block-builder]305default-features = false306git = "https://github.com/paritytech/substrate"307branch = "polkadot-v0.9.36"308309[dependencies.sp-core]310default-features = false311git = "https://github.com/paritytech/substrate"312branch = "polkadot-v0.9.36"313314[dependencies.sp-consensus-aura]315default-features = false316git = "https://github.com/paritytech/substrate"317branch = "polkadot-v0.9.36"318319[dependencies.sp-inherents]320default-features = false321git = "https://github.com/paritytech/substrate"322branch = "polkadot-v0.9.36"323324[dependencies.sp-io]325default-features = false326git = "https://github.com/paritytech/substrate"327branch = "polkadot-v0.9.36"328329[dependencies.sp-offchain]330default-features = false331git = "https://github.com/paritytech/substrate"332branch = "polkadot-v0.9.36"333334[dependencies.sp-runtime]335default-features = false336git = "https://github.com/paritytech/substrate"337branch = "polkadot-v0.9.36"338339[dependencies.sp-session]340default-features = false341git = "https://github.com/paritytech/substrate"342branch = "polkadot-v0.9.36"343344[dependencies.sp-std]345default-features = false346git = "https://github.com/paritytech/substrate"347branch = "polkadot-v0.9.36"348349[dependencies.sp-transaction-pool]350default-features = false351git = "https://github.com/paritytech/substrate"352branch = "polkadot-v0.9.36"353354[dependencies.sp-version]355default-features = false356git = "https://github.com/paritytech/substrate"357branch = "polkadot-v0.9.36"358359[dependencies.smallvec]360version = '1.6.1'361362################################################################################363# Cumulus dependencies364365[dependencies.parachain-info]366default-features = false367git = "https://github.com/paritytech/cumulus"368branch = "draft-polkadot-v0.9.36"369370[dependencies.cumulus-pallet-aura-ext]371git = "https://github.com/paritytech/cumulus"372branch = "draft-polkadot-v0.9.36"373default-features = false374375[dependencies.cumulus-pallet-parachain-system]376git = "https://github.com/paritytech/cumulus"377branch = "draft-polkadot-v0.9.36"378default-features = false379380[dependencies.cumulus-primitives-core]381git = "https://github.com/paritytech/cumulus"382branch = "draft-polkadot-v0.9.36"383default-features = false384385[dependencies.cumulus-pallet-xcm]386git = "https://github.com/paritytech/cumulus"387branch = "draft-polkadot-v0.9.36"388default-features = false389390[dependencies.cumulus-pallet-dmp-queue]391git = "https://github.com/paritytech/cumulus"392branch = "draft-polkadot-v0.9.36"393default-features = false394395[dependencies.cumulus-pallet-xcmp-queue]396git = "https://github.com/paritytech/cumulus"397branch = "draft-polkadot-v0.9.36"398default-features = false399400[dependencies.cumulus-primitives-utility]401git = "https://github.com/paritytech/cumulus"402branch = "draft-polkadot-v0.9.36"403default-features = false404405[dependencies.cumulus-primitives-timestamp]406git = "https://github.com/paritytech/cumulus"407branch = "draft-polkadot-v0.9.36"408default-features = false409410################################################################################411# Polkadot dependencies412413[dependencies.polkadot-parachain]414git = "https://github.com/paritytech/polkadot"415branch = "release-v0.9.36"416default-features = false417418[dependencies.xcm]419git = "https://github.com/paritytech/polkadot"420branch = "release-v0.9.36"421default-features = false422423[dependencies.xcm-builder]424git = "https://github.com/paritytech/polkadot"425branch = "release-v0.9.36"426default-features = false427428[dependencies.xcm-executor]429git = "https://github.com/paritytech/polkadot"430branch = "release-v0.9.36"431default-features = false432433[dependencies.pallet-xcm]434git = "https://github.com/paritytech/polkadot"435branch = "release-v0.9.36"436default-features = false437438################################################################################439# RMRK dependencies440441# todo git442[dependencies.rmrk-rpc]443default-features = false444path = "../../primitives/rmrk-rpc"445446################################################################################447# local dependencies448449[dependencies]450orml-vesting.workspace = true451orml-xtokens.workspace = true452orml-tokens.workspace = true453orml-traits.workspace = true454455log = { version = "0.4.16", default-features = false }456up-common = { path = "../../primitives/common", default-features = false }457scale-info = { version = "2.0.1", default-features = false, features = [458    "derive",459] }460derivative = "2.2.0"461pallet-unique = { path = '../../pallets/unique', default-features = false }462up-rpc = { path = "../../primitives/rpc", default-features = false }463app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }464fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }465fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }466pallet-inflation = { path = '../../pallets/inflation', default-features = false }467pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }468up-data-structs = { path = '../../primitives/data-structs', default-features = false }469pallet-configuration = { default-features = false, path = "../../pallets/configuration" }470pallet-common = { default-features = false, path = "../../pallets/common" }471pallet-structure = { default-features = false, path = "../../pallets/structure" }472pallet-fungible = { default-features = false, path = "../../pallets/fungible" }473pallet-refungible = { default-features = false, path = "../../pallets/refungible" }474pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }475pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }476pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }477# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }478pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }479pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }480pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }481pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }482pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }483pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }484pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }485pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }486fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }487fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }488pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }489evm-coder = { default-features = false, path = '../../crates/evm-coder' }490up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }491pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }492pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }493precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }494num_enum = { version = "0.5.3", default-features = false }495496################################################################################497# Other Dependencies498499impl-trait-for-tuples = "0.2.2"500501################################################################################502# Dev Dependencies503504[dev-dependencies.logtest]505version = "2.0.0"506507################################################################################508# Build Dependencies509510[build-dependencies.substrate-wasm-builder]511git = "https://github.com/paritytech/substrate"512branch = "polkadot-v0.9.36"
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -15,17 +15,6 @@
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
 
-[package.metadata.deppatcher.originals.dependencies]
-parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
-
 [features]
 default = ['std', 'unique-runtime']
 runtime-benchmarks = [