difftreelog
build fix versions
in: master
9 files changed
node/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"
pallets/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",
pallets/unique/Cargo.tomldiffbeforeafterboth--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -83,5 +83,5 @@
scale-info = { version = "2.0.1", default-features = false, features = [
"derive",
] }
-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" }
pallet-common = { default-features = false, path = "../common" }
primitives/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"]
runtime/common/Cargo.tomldiffbeforeafterboth1[package]2authors = ['Unique Network <support@uniquenetwork.io>']3description = 'Unique Runtime Common'4edition = '2021'5homepage = 'https://unique.network'6license = 'All Rights Reserved'7name = 'unique-runtime-common'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version = '0.9.20'1011[features]12default = ['std']13std = [14 'sp-core/std',15 'sp-std/std',16 'sp-runtime/std',17 'codec/std',18 'frame-support/std',19 'frame-system/std',20 'sp-consensus-aura/std',21 'pallet-common/std',22 'pallet-unique/std',23 'pallet-fungible/std',24 'pallet-nonfungible/std',25 'pallet-refungible/std',26 'up-data-structs/std',27 'pallet-evm/std',28 'fp-rpc/std',29]30runtime-benchmarks = [31 'sp-runtime/runtime-benchmarks',32 'frame-support/runtime-benchmarks',33 'frame-system/runtime-benchmarks',34]3536[dependencies.sp-core]37default-features = false38git = "https://github.com/paritytech/substrate"39branch = "polkadot-v0.9.21"4041[dependencies.sp-std]42default-features = false43git = 'https://github.com/paritytech/substrate'44branch = 'polkadot-v0.9.20'4546[dependencies.sp-runtime]47default-features = false48git = "https://github.com/paritytech/substrate"49branch = "polkadot-v0.9.21"5051[dependencies.codec]52default-features = false53features = ['derive']54package = 'parity-scale-codec'55version = '3.1.2'5657[dependencies.scale-info]58default-features = false59features = ["derive"]60version = "2.0.1"6162[dependencies.frame-support]63default-features = false64git = "https://github.com/paritytech/substrate"65branch = "polkadot-v0.9.21"6667[dependencies.frame-system]68default-features = false69git = "https://github.com/paritytech/substrate"70branch = "polkadot-v0.9.21"7172[dependencies.pallet-common]73default-features = false74path = "../../pallets/common"7576[dependencies.pallet-unique]77default-features = false78path = "../../pallets/unique"7980[dependencies.pallet-fungible]81default-features = false82path = "../../pallets/fungible"8384[dependencies.pallet-nonfungible]85default-features = false86path = "../../pallets/nonfungible"8788[dependencies.pallet-refungible]89default-features = false90path = "../../pallets/refungible"9192[dependencies.up-data-structs]93default-features = false94path = "../../primitives/data-structs"9596[dependencies.sp-consensus-aura]97default-features = false98git = "https://github.com/paritytech/substrate"99branch = "polkadot-v0.9.21"100101[dependencies.fp-rpc]102default-features = false103git = "https://github.com/uniquenetwork/frontier"104branch = "unique-polkadot-v0.9.21"105106[dependencies]107pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }108evm-coder = { default-features = false, path = '../../crates/evm-coder' }109up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.21' }runtime/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
runtime/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
runtime/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' }
runtime/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