difftreelog
chore deppatcher freeze
in: master
5 files changed
node/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'
primitives/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 = [
runtime/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 = [
runtime/quartz/Cargo.tomldiffbeforeafterboth1################################################################################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"runtime/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 = [