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

difftreelog

build fix versions

Yaroslav Bolyukin2022-05-12parent: #926a049.patch.diff
in: master

9 files changed

modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -24,7 +24,7 @@
 
 [dependencies.try-runtime-cli]
 git = 'https://github.com/paritytech/substrate'
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.pallet-transaction-payment-rpc]
 git = "https://github.com/paritytech/substrate"
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -4,10 +4,10 @@
 edition = "2021"
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
 pallet-common = { path = "../common", default-features = false }
 parity-scale-codec = { version = "3.1.2", default-features = false, features = [
 	"derive",
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
before · pallets/unique/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6description = 'Unique Pallet'7edition = '2021'8homepage = 'https://unique.network'9license = 'GPLv3'10name = 'pallet-unique'11repository = 'https://github.com/UniqueNetwork/unique-chain'12version = '0.1.0'1314[package.metadata.docs.rs]15targets = ['x86_64-unknown-linux-gnu']1617[features]18default = ['std']19runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']20std = [21    'codec/std',22    'frame-support/std',23    'frame-system/std',24    'pallet-evm/std',25    'pallet-common/std',26    'up-data-structs/std',27    'sp-std/std',28    'sp-runtime/std',29    'frame-benchmarking/std',30]31limit-testing = ["up-data-structs/limit-testing"]3233################################################################################34# Substrate Dependencies3536[dependencies.codec]37default-features = false38features = ['derive']39package = 'parity-scale-codec'40version = '3.1.2'4142[dependencies.frame-benchmarking]43default-features = false44optional = true45git = "https://github.com/paritytech/substrate"46branch = "polkadot-v0.9.21"4748[dependencies.frame-support]49default-features = false50git = "https://github.com/paritytech/substrate"51branch = "polkadot-v0.9.21"5253[dependencies.frame-system]54default-features = false55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.21"5758[dependencies.sp-std]59default-features = false60git = "https://github.com/paritytech/substrate"61branch = "polkadot-v0.9.21"6263[dependencies.sp-runtime]64default-features = false65git = "https://github.com/paritytech/substrate"66branch = "polkadot-v0.9.21"6768[dependencies.sp-core]69default-features = false70git = "https://github.com/paritytech/substrate"71branch = "polkadot-v0.9.21"7273[dependencies.sp-io]74default-features = false75git = "https://github.com/paritytech/substrate"76branch = "polkadot-v0.9.21"777879################################################################################80# Local Dependencies81[dependencies]82up-data-structs = { default-features = false, path = "../../primitives/data-structs" }83scale-info = { version = "2.0.1", default-features = false, features = [84    "derive",85] }86pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }87pallet-common = { default-features = false, path = "../common" }
after · pallets/unique/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6description = 'Unique Pallet'7edition = '2021'8homepage = 'https://unique.network'9license = 'GPLv3'10name = 'pallet-unique'11repository = 'https://github.com/UniqueNetwork/unique-chain'12version = '0.1.0'1314[package.metadata.docs.rs]15targets = ['x86_64-unknown-linux-gnu']1617[features]18default = ['std']19runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']20std = [21    'codec/std',22    'frame-support/std',23    'frame-system/std',24    'pallet-evm/std',25    'pallet-common/std',26    'up-data-structs/std',27    'sp-std/std',28    'sp-runtime/std',29    'frame-benchmarking/std',30]31limit-testing = ["up-data-structs/limit-testing"]3233################################################################################34# Substrate Dependencies3536[dependencies.codec]37default-features = false38features = ['derive']39package = 'parity-scale-codec'40version = '3.1.2'4142[dependencies.frame-benchmarking]43default-features = false44optional = true45git = "https://github.com/paritytech/substrate"46branch = "polkadot-v0.9.21"4748[dependencies.frame-support]49default-features = false50git = "https://github.com/paritytech/substrate"51branch = "polkadot-v0.9.21"5253[dependencies.frame-system]54default-features = false55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.21"5758[dependencies.sp-std]59default-features = false60git = "https://github.com/paritytech/substrate"61branch = "polkadot-v0.9.21"6263[dependencies.sp-runtime]64default-features = false65git = "https://github.com/paritytech/substrate"66branch = "polkadot-v0.9.21"6768[dependencies.sp-core]69default-features = false70git = "https://github.com/paritytech/substrate"71branch = "polkadot-v0.9.21"7273[dependencies.sp-io]74default-features = false75git = "https://github.com/paritytech/substrate"76branch = "polkadot-v0.9.21"777879################################################################################80# Local Dependencies81[dependencies]82up-data-structs = { default-features = false, path = "../../primitives/data-structs" }83scale-info = { version = "2.0.1", default-features = false, features = [84    "derive",85] }86pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }87pallet-common = { default-features = false, path = "../common" }
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -25,7 +25,7 @@
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
 derivative = "2.2.0"
 struct-versioning = { path = "../../crates/struct-versioning" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
 
 [features]
 default = ["std"]
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
--- a/runtime/common/Cargo.toml
+++ b/runtime/common/Cargo.toml
@@ -41,7 +41,7 @@
 [dependencies.sp-std]
 default-features = false
 git = 'https://github.com/paritytech/substrate'
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.sp-runtime]
 default-features = false
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -133,7 +133,7 @@
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.frame-executive]
 default-features = false
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -133,7 +133,7 @@
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.frame-executive]
 default-features = false
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
--- a/runtime/tests/Cargo.toml
+++ b/runtime/tests/Cargo.toml
@@ -7,22 +7,22 @@
 unique-runtime-common = { path = '../common' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 
-sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
+sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
 
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
 
-frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
+frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
 
-pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
+pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
 
-pallet-evm = { default-features = false, git = 'https://github.com/uniquenetwork/frontier', branch = 'unique-polkadot-v0.9.20' }
-pallet-ethereum = { default-features = false, git = 'https://github.com/uniquenetwork/frontier', branch = 'unique-polkadot-v0.9.20' }
+pallet-evm = { default-features = false, git = 'https://github.com/uniquenetwork/frontier', branch = 'unique-polkadot-v0.9.21' }
+pallet-ethereum = { default-features = false, git = 'https://github.com/uniquenetwork/frontier', branch = 'unique-polkadot-v0.9.21' }
 
 pallet-common = { path = '../../pallets/common' }
 pallet-structure = { path = '../../pallets/structure' }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -133,7 +133,7 @@
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.frame-executive]
 default-features = false