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.tomldiffbeforeafterboth--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/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', 'quartz-runtime']
runtime-benchmarks = [
runtime/unique/Cargo.tomldiffbeforeafterboth1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Unique Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'unique-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', 'unique-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 'up-data-structs/runtime-benchmarks',57 'pallet-maintenance/runtime-benchmarks',58]59try-runtime = [60 'frame-try-runtime',61 'frame-executive/try-runtime',62 'frame-support/try-runtime',63 'frame-system/try-runtime',64 'cumulus-pallet-parachain-system/try-runtime',65 'parachain-info/try-runtime',66 'pallet-aura/try-runtime',67 'cumulus-pallet-aura-ext/try-runtime',68 'pallet-balances/try-runtime',69 'pallet-randomness-collective-flip/try-runtime',70 'pallet-timestamp/try-runtime',71 'pallet-transaction-payment/try-runtime',72 'pallet-treasury/try-runtime',73 'pallet-sudo/try-runtime',74 'orml-vesting/try-runtime',75 'orml-xtokens/try-runtime',76 'orml-tokens/try-runtime',77 'cumulus-pallet-xcmp-queue/try-runtime',78 'pallet-xcm/try-runtime',79 'cumulus-pallet-xcm/try-runtime',80 'cumulus-pallet-dmp-queue/try-runtime',81 'pallet-inflation/try-runtime',82 'pallet-unique/try-runtime',83 'pallet-configuration/try-runtime',84 'pallet-charge-transaction/try-runtime',85 'pallet-common/try-runtime',86 'pallet-fungible/try-runtime',87 'pallet-refungible/try-runtime',88 'pallet-nonfungible/try-runtime',89 'pallet-structure/try-runtime',90 'pallet-proxy-rmrk-core/try-runtime',91 'pallet-proxy-rmrk-equip/try-runtime',92 'pallet-app-promotion/try-runtime',93 'pallet-foreign-assets/try-runtime',94 'pallet-ethereum/try-runtime',95 'pallet-evm/try-runtime',96 'pallet-evm-coder-substrate/try-runtime',97 'pallet-evm-contract-helpers/try-runtime',98 'pallet-evm-transaction-payment/try-runtime',99 'pallet-evm-migration/try-runtime',100 'pallet-maintenance/try-runtime',101]102std = [103 'codec/std',104 'cumulus-pallet-aura-ext/std',105 'cumulus-pallet-parachain-system/std',106 'cumulus-pallet-xcm/std',107 'cumulus-pallet-xcmp-queue/std',108 'cumulus-primitives-core/std',109 'cumulus-primitives-utility/std',110 'frame-try-runtime/std',111 'frame-executive/std',112 'frame-support/std',113 'frame-system/std',114 'frame-system-rpc-runtime-api/std',115 'pallet-aura/std',116 'pallet-balances/std',117 # 'pallet-contracts/std',118 # 'pallet-contracts-primitives/std',119 # 'pallet-contracts-rpc-runtime-api/std',120 # 'pallet-contract-helpers/std',121 'pallet-randomness-collective-flip/std',122 'pallet-sudo/std',123 'pallet-timestamp/std',124 'pallet-transaction-payment/std',125 'pallet-transaction-payment-rpc-runtime-api/std',126 'pallet-treasury/std',127 'pallet-evm/std',128 'pallet-evm-migration/std',129 'pallet-evm-contract-helpers/std',130 'pallet-evm-transaction-payment/std',131 'pallet-evm-coder-substrate/std',132 'pallet-ethereum/std',133 'pallet-base-fee/std',134 'fp-rpc/std',135 'up-rpc/std',136 'app-promotion-rpc/std',137 'fp-evm-mapping/std',138 'fp-self-contained/std',139 'parachain-info/std',140 'serde',141 'pallet-inflation/std',142 'pallet-configuration/std',143 'pallet-app-promotion/std',144 'pallet-common/std',145 'pallet-structure/std',146 'pallet-fungible/std',147 'pallet-refungible/std',148 'pallet-nonfungible/std',149 'pallet-proxy-rmrk-core/std',150 'pallet-proxy-rmrk-equip/std',151 'pallet-unique/std',152 'pallet-charge-transaction/std',153 'up-data-structs/std',154 'sp-api/std',155 'sp-block-builder/std',156 "sp-consensus-aura/std",157 'sp-core/std',158 'sp-inherents/std',159 'sp-io/std',160 'sp-offchain/std',161 'sp-runtime/std',162 'sp-session/std',163 'sp-std/std',164 'sp-transaction-pool/std',165 'sp-version/std',166 'xcm/std',167 'xcm-builder/std',168 'xcm-executor/std',169 'up-common/std',170 'rmrk-rpc/std',171 'evm-coder/std',172 'up-sponsorship/std',173174 "orml-vesting/std",175 "orml-tokens/std",176 "orml-xtokens/std",177 "orml-traits/std",178 "pallet-foreign-assets/std",179 "pallet-maintenance/std",180]181limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']182unique-runtime = ['foreign-assets']183stubgen = ["evm-coder/stubgen"]184185refungible = []186scheduler = []187rmrk = []188foreign-assets = []189190################################################################################191# Substrate Dependencies192193[dependencies.codec]194default-features = false195features = ['derive']196package = 'parity-scale-codec'197version = '3.1.2'198199[dependencies.frame-benchmarking]200default-features = false201git = "https://github.com/paritytech/substrate"202optional = true203branch = "polkadot-v0.9.36"204205[dependencies.frame-try-runtime]206default-features = false207git = "https://github.com/paritytech/substrate"208optional = true209branch = "polkadot-v0.9.36"210211[dependencies.frame-executive]212default-features = false213git = "https://github.com/paritytech/substrate"214branch = "polkadot-v0.9.36"215216[dependencies.frame-support]217default-features = false218git = "https://github.com/paritytech/substrate"219branch = "polkadot-v0.9.36"220221[dependencies.frame-system]222default-features = false223git = "https://github.com/paritytech/substrate"224branch = "polkadot-v0.9.36"225226[dependencies.frame-system-benchmarking]227default-features = false228git = "https://github.com/paritytech/substrate"229optional = true230branch = "polkadot-v0.9.36"231232[dependencies.frame-system-rpc-runtime-api]233default-features = false234git = "https://github.com/paritytech/substrate"235branch = "polkadot-v0.9.36"236237[dependencies.hex-literal]238optional = true239version = '0.3.3'240241[dependencies.serde]242default-features = false243features = ['derive']244optional = true245version = '1.0.130'246247[dependencies.pallet-aura]248default-features = false249git = "https://github.com/paritytech/substrate"250branch = "polkadot-v0.9.36"251252[dependencies.pallet-balances]253default-features = false254git = "https://github.com/paritytech/substrate"255branch = "polkadot-v0.9.36"256257# Contracts specific packages258# [dependencies.pallet-contracts]259# git = 'https://github.com/paritytech/substrate'260# default-features = false261# branch = 'master'262# version = '4.0.0-dev'263264# [dependencies.pallet-contracts-primitives]265# git = 'https://github.com/paritytech/substrate'266# default-features = false267# branch = 'master'268# version = '4.0.0-dev'269270# [dependencies.pallet-contracts-rpc-runtime-api]271# git = 'https://github.com/paritytech/substrate'272# default-features = false273# branch = 'master'274# version = '4.0.0-dev'275276[dependencies.pallet-randomness-collective-flip]277default-features = false278git = "https://github.com/paritytech/substrate"279branch = "polkadot-v0.9.36"280281[dependencies.pallet-sudo]282default-features = false283git = "https://github.com/paritytech/substrate"284branch = "polkadot-v0.9.36"285286[dependencies.pallet-timestamp]287default-features = false288git = "https://github.com/paritytech/substrate"289branch = "polkadot-v0.9.36"290291[dependencies.pallet-transaction-payment]292default-features = false293git = "https://github.com/paritytech/substrate"294branch = "polkadot-v0.9.36"295296[dependencies.pallet-transaction-payment-rpc-runtime-api]297default-features = false298git = "https://github.com/paritytech/substrate"299branch = "polkadot-v0.9.36"300301[dependencies.pallet-treasury]302default-features = false303git = "https://github.com/paritytech/substrate"304branch = "polkadot-v0.9.36"305306[dependencies.sp-arithmetic]307default-features = false308git = "https://github.com/paritytech/substrate"309branch = "polkadot-v0.9.36"310311[dependencies.sp-api]312default-features = false313git = "https://github.com/paritytech/substrate"314branch = "polkadot-v0.9.36"315316[dependencies.sp-block-builder]317default-features = false318git = "https://github.com/paritytech/substrate"319branch = "polkadot-v0.9.36"320321[dependencies.sp-core]322default-features = false323git = "https://github.com/paritytech/substrate"324branch = "polkadot-v0.9.36"325326[dependencies.sp-consensus-aura]327default-features = false328git = "https://github.com/paritytech/substrate"329branch = "polkadot-v0.9.36"330331[dependencies.sp-inherents]332default-features = false333git = "https://github.com/paritytech/substrate"334branch = "polkadot-v0.9.36"335336[dependencies.sp-io]337default-features = false338git = "https://github.com/paritytech/substrate"339branch = "polkadot-v0.9.36"340341[dependencies.sp-offchain]342default-features = false343git = "https://github.com/paritytech/substrate"344branch = "polkadot-v0.9.36"345346[dependencies.sp-runtime]347default-features = false348git = "https://github.com/paritytech/substrate"349branch = "polkadot-v0.9.36"350351[dependencies.sp-session]352default-features = false353git = "https://github.com/paritytech/substrate"354branch = "polkadot-v0.9.36"355356[dependencies.sp-std]357default-features = false358git = "https://github.com/paritytech/substrate"359branch = "polkadot-v0.9.36"360361[dependencies.sp-transaction-pool]362default-features = false363git = "https://github.com/paritytech/substrate"364branch = "polkadot-v0.9.36"365366[dependencies.sp-version]367default-features = false368git = "https://github.com/paritytech/substrate"369branch = "polkadot-v0.9.36"370371[dependencies.smallvec]372version = '1.6.1'373374################################################################################375# Cumulus dependencies376377[dependencies.parachain-info]378default-features = false379git = "https://github.com/paritytech/cumulus"380branch = "draft-polkadot-v0.9.36"381382[dependencies.cumulus-pallet-aura-ext]383git = "https://github.com/paritytech/cumulus"384branch = "draft-polkadot-v0.9.36"385default-features = false386387[dependencies.cumulus-pallet-parachain-system]388git = "https://github.com/paritytech/cumulus"389branch = "draft-polkadot-v0.9.36"390default-features = false391392[dependencies.cumulus-primitives-core]393git = "https://github.com/paritytech/cumulus"394branch = "draft-polkadot-v0.9.36"395default-features = false396397[dependencies.cumulus-pallet-xcm]398git = "https://github.com/paritytech/cumulus"399branch = "draft-polkadot-v0.9.36"400default-features = false401402[dependencies.cumulus-pallet-dmp-queue]403git = "https://github.com/paritytech/cumulus"404branch = "draft-polkadot-v0.9.36"405default-features = false406407[dependencies.cumulus-pallet-xcmp-queue]408git = "https://github.com/paritytech/cumulus"409branch = "draft-polkadot-v0.9.36"410default-features = false411412[dependencies.cumulus-primitives-utility]413git = "https://github.com/paritytech/cumulus"414branch = "draft-polkadot-v0.9.36"415default-features = false416417[dependencies.cumulus-primitives-timestamp]418git = "https://github.com/paritytech/cumulus"419branch = "draft-polkadot-v0.9.36"420default-features = false421422################################################################################423# Polkadot dependencies424425[dependencies.polkadot-parachain]426git = "https://github.com/paritytech/polkadot"427branch = "release-v0.9.36"428default-features = false429430[dependencies.xcm]431git = "https://github.com/paritytech/polkadot"432branch = "release-v0.9.36"433default-features = false434435[dependencies.xcm-builder]436git = "https://github.com/paritytech/polkadot"437branch = "release-v0.9.36"438default-features = false439440[dependencies.xcm-executor]441git = "https://github.com/paritytech/polkadot"442branch = "release-v0.9.36"443default-features = false444445[dependencies.pallet-xcm]446git = "https://github.com/paritytech/polkadot"447branch = "release-v0.9.36"448default-features = false449450################################################################################451# local dependencies452453[dependencies]454orml-vesting.workspace = true455orml-xtokens.workspace = true456orml-tokens.workspace = true457orml-traits.workspace = true458459log = { version = "0.4.16", default-features = false }460up-common = { path = "../../primitives/common", default-features = false }461scale-info = { version = "2.0.1", default-features = false, features = [462 "derive",463] }464derivative = "2.2.0"465pallet-unique = { path = '../../pallets/unique', default-features = false }466up-rpc = { path = "../../primitives/rpc", default-features = false }467app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }468rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }469pallet-inflation = { path = '../../pallets/inflation', default-features = false }470pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }471up-data-structs = { path = '../../primitives/data-structs', default-features = false }472pallet-configuration = { default-features = false, path = "../../pallets/configuration" }473pallet-common = { default-features = false, path = "../../pallets/common" }474pallet-structure = { default-features = false, path = "../../pallets/structure" }475pallet-fungible = { default-features = false, path = "../../pallets/fungible" }476pallet-refungible = { default-features = false, path = "../../pallets/refungible" }477pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }478pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }479pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }480# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }481pallet-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" }482pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }483pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }484pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }485pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }486pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }487pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }488pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }489fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }490fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }491fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }492fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }493pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }494evm-coder = { default-features = false, path = '../../crates/evm-coder' }495up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }496pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }497pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }498precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }499num_enum = { version = "0.5.3", default-features = false }500501################################################################################502# Other Dependencies503504impl-trait-for-tuples = "0.2.2"505506################################################################################507# Dev Dependencies508509[dev-dependencies.logtest]510version = "2.0.0"511512################################################################################513# Build Dependencies514515[build-dependencies.substrate-wasm-builder]516git = "https://github.com/paritytech/substrate"517branch = "polkadot-v0.9.36"