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
before · primitives/common/Cargo.toml
1[package]2authors = ['Unique Network <support@uniquenetwork.io>']3description = 'Unique Runtime Common Primitives'4edition = '2021'5homepage = 'https://unique.network'6license = 'All Rights Reserved'7name = 'up-common'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version.workspace = true1011[package.metadata.deppatcher.originals.dependencies]12cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }1314[features]15default = ['std']16std = [17    'sp-std/std',18    'frame-support/std',19    'sp-runtime/std',20    'sp-core/std',21    'sp-consensus-aura/std',22    'fp-rpc/std',23    'cumulus-primitives-core/std',24    'pallet-evm/std',25]2627[dependencies.sp-std]28default-features = false29git = "https://github.com/paritytech/substrate"30branch = "polkadot-v0.9.36"3132[dependencies.frame-support]33default-features = false34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.36"3637[dependencies.sp-runtime]38default-features = false39git = "https://github.com/paritytech/substrate"40branch = "polkadot-v0.9.36"4142[dependencies.sp-core]43default-features = false44git = "https://github.com/paritytech/substrate"45branch = "polkadot-v0.9.36"4647[dependencies.sp-consensus-aura]48default-features = false49git = "https://github.com/paritytech/substrate"50branch = "polkadot-v0.9.36"5152[dependencies.fp-rpc]53default-features = false54git = "https://github.com/uniquenetwork/frontier"55branch = "unique-polkadot-v0.9.36"5657[dependencies.cumulus-primitives-core]58default-features = false59git = "https://github.com/paritytech/cumulus"60branch = "draft-polkadot-v0.9.36"6162[dependencies.pallet-evm]63default-features = false64git = "https://github.com/uniquenetwork/frontier"65branch = "unique-polkadot-v0.9.36"
after · primitives/common/Cargo.toml
1[package]2authors = ['Unique Network <support@uniquenetwork.io>']3description = 'Unique Runtime Common Primitives'4edition = '2021'5homepage = 'https://unique.network'6license = 'All Rights Reserved'7name = 'up-common'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version.workspace = true1011[features]12default = ['std']13std = [14    'sp-std/std',15    'frame-support/std',16    'sp-runtime/std',17    'sp-core/std',18    'sp-consensus-aura/std',19    'fp-rpc/std',20    'cumulus-primitives-core/std',21    'pallet-evm/std',22]2324[dependencies.sp-std]25default-features = false26git = "https://github.com/paritytech/substrate"27branch = "polkadot-v0.9.36"2829[dependencies.frame-support]30default-features = false31git = "https://github.com/paritytech/substrate"32branch = "polkadot-v0.9.36"3334[dependencies.sp-runtime]35default-features = false36git = "https://github.com/paritytech/substrate"37branch = "polkadot-v0.9.36"3839[dependencies.sp-core]40default-features = false41git = "https://github.com/paritytech/substrate"42branch = "polkadot-v0.9.36"4344[dependencies.sp-consensus-aura]45default-features = false46git = "https://github.com/paritytech/substrate"47branch = "polkadot-v0.9.36"4849[dependencies.fp-rpc]50default-features = false51git = "https://github.com/uniquenetwork/frontier"52branch = "unique-polkadot-v0.9.36"5354[dependencies.cumulus-primitives-core]55default-features = false56git = "https://github.com/paritytech/cumulus"57branch = "draft-polkadot-v0.9.36"5859[dependencies.pallet-evm]60default-features = false61git = "https://github.com/uniquenetwork/frontier"62branch = "unique-polkadot-v0.9.36"
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
--- 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 = [
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 = [