git.delta.rocks / unique-network / refs/commits / 6e6cd209c065

difftreelog

up node version

Igor Kozyrev2022-03-01parent: #2a0daba.patch.diff
in: master

4 files changed

modified.envdiffbeforeafterboth
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
 RUST_TOOLCHAIN=nightly-2021-11-11
 RUST_C=1.58.0-nightly
-POLKA_VERSION=release-v0.9.16
+POLKA_VERSION=release-v0.9.17
 UNIQUE_BRANCH=develop
 USER=***
 PASS=***
modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -860,9 +860,9 @@
 
 [[package]]
 name = "byte-slice-cast"
-version = "1.2.0"
+version = "1.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d30c751592b77c499e7bce34d99d67c2c11bdc0574e9a488ddade14150a4698"
+checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"
 
 [[package]]
 name = "byte-tools"
@@ -1051,9 +1051,9 @@
 
 [[package]]
 name = "clap"
-version = "3.1.2"
+version = "3.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5177fac1ab67102d8989464efd043c6ff44191b1557ec1ddd489b4f7e1447e77"
+checksum = "86f8c0e2a6b902acc18214e24a6935cdaf8a8e34231913d4404dcaee659f65a1"
 dependencies = [
  "atty",
  "bitflags",
@@ -2013,9 +2013,9 @@
 
 [[package]]
 name = "ed25519"
-version = "1.3.0"
+version = "1.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74e1069e39f1454367eb2de793ed062fac4c35c2934b76a81d90dd9abcd28816"
+checksum = "eed12bbf7b5312f8da1c2722bc06d8c6b12c2d86a7fb35a194c7f3e6fc2bbe39"
 dependencies = [
  "signature",
 ]
@@ -2042,11 +2042,11 @@
 
 [[package]]
 name = "enum-as-inner"
-version = "0.3.3"
+version = "0.3.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
+checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"
 dependencies = [
- "heck 0.3.3",
+ "heck 0.4.0",
  "proc-macro2",
  "quote",
  "syn",
@@ -4403,7 +4403,7 @@
  "libp2p-core",
  "libp2p-swarm",
  "log",
- "lru 0.7.2",
+ "lru 0.7.3",
  "rand 0.7.3",
  "smallvec",
  "unsigned-varint 0.7.1",
@@ -4667,9 +4667,9 @@
 
 [[package]]
 name = "lru"
-version = "0.7.2"
+version = "0.7.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f"
+checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"
 dependencies = [
  "hashbrown 0.11.2",
 ]
@@ -6664,7 +6664,7 @@
  "cfg-if 1.0.0",
  "instant",
  "libc",
- "redox_syscall 0.2.10",
+ "redox_syscall 0.2.11",
  "smallvec",
  "winapi 0.3.9",
 ]
@@ -6677,7 +6677,7 @@
 dependencies = [
  "cfg-if 1.0.0",
  "libc",
- "redox_syscall 0.2.10",
+ "redox_syscall 0.2.11",
  "smallvec",
  "windows-sys",
 ]
@@ -6881,7 +6881,7 @@
 dependencies = [
  "derive_more",
  "futures 0.3.21",
- "lru 0.7.2",
+ "lru 0.7.3",
  "parity-scale-codec",
  "polkadot-erasure-coding",
  "polkadot-node-network-protocol",
@@ -6902,7 +6902,7 @@
 source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"
 dependencies = [
  "futures 0.3.21",
- "lru 0.7.2",
+ "lru 0.7.3",
  "parity-scale-codec",
  "polkadot-erasure-coding",
  "polkadot-node-network-protocol",
@@ -7010,7 +7010,7 @@
 dependencies = [
  "derive_more",
  "futures 0.3.21",
- "lru 0.7.2",
+ "lru 0.7.3",
  "parity-scale-codec",
  "polkadot-erasure-coding",
  "polkadot-node-network-protocol",
@@ -7106,7 +7106,7 @@
  "futures 0.3.21",
  "futures-timer",
  "kvdb",
- "lru 0.7.2",
+ "lru 0.7.3",
  "merlin",
  "parity-scale-codec",
  "polkadot-node-jaeger",
@@ -7234,7 +7234,7 @@
 dependencies = [
  "futures 0.3.21",
  "kvdb",
- "lru 0.7.2",
+ "lru 0.7.3",
  "parity-scale-codec",
  "polkadot-node-primitives",
  "polkadot-node-subsystem",
@@ -7458,7 +7458,7 @@
  "derive_more",
  "futures 0.3.21",
  "itertools",
- "lru 0.7.2",
+ "lru 0.7.3",
  "metered-channel",
  "parity-scale-codec",
  "pin-project 1.0.10",
@@ -7484,7 +7484,7 @@
 dependencies = [
  "futures 0.3.21",
  "futures-timer",
- "lru 0.7.2",
+ "lru 0.7.3",
  "parity-util-mem",
  "parking_lot 0.11.2",
  "polkadot-node-metrics",
@@ -7830,7 +7830,7 @@
  "kusama-runtime",
  "kvdb",
  "kvdb-rocksdb",
- "lru 0.7.2",
+ "lru 0.7.3",
  "pallet-babe",
  "pallet-im-online",
  "pallet-mmr-primitives",
@@ -8427,9 +8427,9 @@
 
 [[package]]
 name = "redox_syscall"
-version = "0.2.10"
+version = "0.2.11"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
+checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
 dependencies = [
  "bitflags",
 ]
@@ -8441,7 +8441,7 @@
 checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
 dependencies = [
  "getrandom 0.2.5",
- "redox_syscall 0.2.10",
+ "redox_syscall 0.2.11",
 ]
 
 [[package]]
@@ -8564,9 +8564,9 @@
 
 [[package]]
 name = "retain_mut"
-version = "0.1.6"
+version = "0.1.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "51dd4445360338dab5116712bee1388dc727991d51969558a8882ab552e6db30"
+checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"
 
 [[package]]
 name = "ring"
@@ -9438,7 +9438,7 @@
  "linked-hash-map",
  "linked_hash_set",
  "log",
- "lru 0.7.2",
+ "lru 0.7.3",
  "parity-scale-codec",
  "parking_lot 0.11.2",
  "pin-project 1.0.10",
@@ -9475,7 +9475,7 @@
  "futures-timer",
  "libp2p",
  "log",
- "lru 0.7.2",
+ "lru 0.7.3",
  "sc-network",
  "sp-runtime",
  "substrate-prometheus-endpoint",
@@ -10350,7 +10350,7 @@
 dependencies = [
  "futures 0.3.21",
  "log",
- "lru 0.7.2",
+ "lru 0.7.3",
  "parity-scale-codec",
  "parking_lot 0.11.2",
  "sp-api",
@@ -11218,7 +11218,7 @@
  "cfg-if 1.0.0",
  "fastrand",
  "libc",
- "redox_syscall 0.2.10",
+ "redox_syscall 0.2.11",
  "remove_dir_all",
  "winapi 0.3.9",
 ]
@@ -11761,7 +11761,7 @@
 
 [[package]]
 name = "unique-node"
-version = "0.9.16"
+version = "0.9.17"
 dependencies = [
  "clap",
  "cumulus-client-cli",
@@ -11884,7 +11884,7 @@
 
 [[package]]
 name = "unique-runtime"
-version = "0.9.16"
+version = "0.9.17"
 dependencies = [
  "cumulus-pallet-aura-ext",
  "cumulus-pallet-dmp-queue",
@@ -12805,9 +12805,9 @@
 
 [[package]]
 name = "zeroize"
-version = "1.5.2"
+version = "1.5.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7c88870063c39ee00ec285a2f8d6a966e5b6fb2becc4e8dac77ed0d370ed6006"
+checksum = "50344758e2f40e3a1fcfc8f6f91aa57b5f8ebd8d27919fe6451f15aaaf9ee608"
 dependencies = [
  "zeroize_derive",
 ]
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -257,7 +257,7 @@
 license = 'All Rights Reserved'
 name = 'unique-node'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.16'
+version = '0.9.17'
 
 [[bin]]
 name = 'unique-collator'
modifiedruntime/Cargo.tomldiffbeforeafterboth
before · runtime/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Unique Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'All Rights Reserved'11name = 'unique-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version = '0.9.16'1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std']20runtime-benchmarks = [21    'hex-literal',22    'frame-benchmarking',23    'frame-support/runtime-benchmarks',24    'frame-system-benchmarking',25    'frame-system/runtime-benchmarks',26    'pallet-ethereum/runtime-benchmarks',27    'pallet-evm-migration/runtime-benchmarks',28    'pallet-evm-coder-substrate/runtime-benchmarks',29    'pallet-balances/runtime-benchmarks',30    'pallet-timestamp/runtime-benchmarks',31    'pallet-common/runtime-benchmarks',32    'pallet-fungible/runtime-benchmarks',33    'pallet-refungible/runtime-benchmarks',34    'pallet-nonfungible/runtime-benchmarks',35    'pallet-unique/runtime-benchmarks',36    'pallet-inflation/runtime-benchmarks',37    'pallet-xcm/runtime-benchmarks',38    'sp-runtime/runtime-benchmarks',39    'xcm-builder/runtime-benchmarks',40]41std = [42    'codec/std',43    'cumulus-pallet-aura-ext/std',44    'cumulus-pallet-parachain-system/std',45    'cumulus-pallet-xcm/std',46    'cumulus-pallet-xcmp-queue/std',47    'cumulus-primitives-core/std',48    'cumulus-primitives-utility/std',49    'frame-executive/std',50    'frame-support/std',51    'frame-system/std',52    'frame-system-rpc-runtime-api/std',53    'pallet-aura/std',54    'pallet-balances/std',55    # 'pallet-contracts/std',56    # 'pallet-contracts-primitives/std',57    # 'pallet-contracts-rpc-runtime-api/std',58    # 'pallet-contract-helpers/std',59    'pallet-randomness-collective-flip/std',60    'pallet-sudo/std',61    'pallet-timestamp/std',62    'pallet-transaction-payment/std',63    'pallet-transaction-payment-rpc-runtime-api/std',64    'pallet-treasury/std',65    # 'pallet-vesting/std',66    'pallet-evm/std',67    'pallet-evm-migration/std',68    'pallet-evm-contract-helpers/std',69    'pallet-evm-transaction-payment/std',70    'pallet-evm-coder-substrate/std',71    'pallet-ethereum/std',72    'pallet-base-fee/std',73    'fp-rpc/std',74    'up-rpc/std',75    'up-evm-mapping/std',76    'fp-self-contained/std',77    'parachain-info/std',78    'serde',79    'pallet-inflation/std',80    'pallet-common/std',81    'pallet-fungible/std',82    'pallet-refungible/std',83    'pallet-nonfungible/std',84    'pallet-unique/std',85    'pallet-unq-scheduler/std',86    'pallet-charge-transaction/std',87    'up-data-structs/std',88    'sp-api/std',89    'sp-block-builder/std',90    "sp-consensus-aura/std",91    'sp-core/std',92    'sp-inherents/std',93    'sp-io/std',94    'sp-offchain/std',95    'sp-runtime/std',96    'sp-session/std',97    'sp-std/std',98    'sp-transaction-pool/std',99    'sp-version/std',100    'xcm/std',101    'xcm-builder/std',102    'xcm-executor/std',103104    "orml-vesting/std",105]106limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']107108################################################################################109# Substrate Dependencies110111[dependencies.codec]112default-features = false113features = ['derive']114package = 'parity-scale-codec'115version = '2.3.0'116117[dependencies.frame-benchmarking]118default-features = false119git = 'https://github.com/paritytech/substrate.git'120optional = true121branch = 'polkadot-v0.9.17'122123[dependencies.frame-executive]124default-features = false125git = 'https://github.com/paritytech/substrate.git'126branch = 'polkadot-v0.9.17'127128[dependencies.frame-support]129default-features = false130git = 'https://github.com/paritytech/substrate.git'131branch = 'polkadot-v0.9.17'132133[dependencies.frame-system]134default-features = false135git = 'https://github.com/paritytech/substrate.git'136branch = 'polkadot-v0.9.17'137138[dependencies.frame-system-benchmarking]139default-features = false140git = 'https://github.com/paritytech/substrate.git'141optional = true142branch = 'polkadot-v0.9.17'143144[dependencies.frame-system-rpc-runtime-api]145default-features = false146git = 'https://github.com/paritytech/substrate.git'147branch = 'polkadot-v0.9.17'148149[dependencies.hex-literal]150optional = true151version = '0.3.3'152153[dependencies.serde]154default-features = false155features = ['derive']156optional = true157version = '1.0.130'158159[dependencies.pallet-aura]160default-features = false161git = 'https://github.com/paritytech/substrate.git'162branch = 'polkadot-v0.9.17'163164[dependencies.pallet-balances]165default-features = false166git = 'https://github.com/paritytech/substrate.git'167branch = 'polkadot-v0.9.17'168169# Contracts specific packages170# [dependencies.pallet-contracts]171# git = 'https://github.com/paritytech/substrate.git'172# default-features = false173# branch = 'polkadot-v0.9.17'174# version = '4.0.0-dev'175176# [dependencies.pallet-contracts-primitives]177# git = 'https://github.com/paritytech/substrate.git'178# default-features = false179# branch = 'polkadot-v0.9.17'180# version = '4.0.0-dev'181182# [dependencies.pallet-contracts-rpc-runtime-api]183# git = 'https://github.com/paritytech/substrate.git'184# default-features = false185# branch = 'polkadot-v0.9.17'186# version = '4.0.0-dev'187188[dependencies.pallet-randomness-collective-flip]189default-features = false190git = 'https://github.com/paritytech/substrate.git'191branch = 'polkadot-v0.9.17'192193[dependencies.pallet-sudo]194default-features = false195git = 'https://github.com/paritytech/substrate.git'196branch = 'polkadot-v0.9.17'197198[dependencies.pallet-timestamp]199default-features = false200git = 'https://github.com/paritytech/substrate.git'201branch = 'polkadot-v0.9.17'202203[dependencies.pallet-transaction-payment]204default-features = false205git = 'https://github.com/paritytech/substrate.git'206branch = 'polkadot-v0.9.17'207208[dependencies.pallet-transaction-payment-rpc-runtime-api]209default-features = false210git = 'https://github.com/paritytech/substrate.git'211branch = 'polkadot-v0.9.17'212213[dependencies.pallet-treasury]214default-features = false215git = 'https://github.com/paritytech/substrate.git'216branch = 'polkadot-v0.9.17'217218# [dependencies.pallet-vesting]219# default-features = false220# git = 'https://github.com/paritytech/substrate.git'221# branch = 'polkadot-v0.9.17'222223[dependencies.sp-arithmetic]224default-features = false225git = 'https://github.com/paritytech/substrate.git'226branch = 'polkadot-v0.9.17'227228[dependencies.sp-api]229default-features = false230git = 'https://github.com/paritytech/substrate.git'231branch = 'polkadot-v0.9.17'232233[dependencies.sp-block-builder]234default-features = false235git = 'https://github.com/paritytech/substrate.git'236branch = 'polkadot-v0.9.17'237238[dependencies.sp-core]239default-features = false240git = 'https://github.com/paritytech/substrate.git'241branch = 'polkadot-v0.9.17'242243[dependencies.sp-consensus-aura]244default-features = false245git = 'https://github.com/paritytech/substrate.git'246branch = 'polkadot-v0.9.17'247248[dependencies.sp-inherents]249default-features = false250git = 'https://github.com/paritytech/substrate.git'251branch = 'polkadot-v0.9.17'252253[dependencies.sp-io]254default-features = false255git = 'https://github.com/paritytech/substrate.git'256branch = 'polkadot-v0.9.17'257258[dependencies.sp-offchain]259default-features = false260git = 'https://github.com/paritytech/substrate.git'261branch = 'polkadot-v0.9.17'262263[dependencies.sp-runtime]264default-features = false265git = 'https://github.com/paritytech/substrate.git'266branch = 'polkadot-v0.9.17'267268[dependencies.sp-session]269default-features = false270git = 'https://github.com/paritytech/substrate.git'271branch = 'polkadot-v0.9.17'272273[dependencies.sp-std]274default-features = false275git = 'https://github.com/paritytech/substrate.git'276branch = 'polkadot-v0.9.17'277278[dependencies.sp-transaction-pool]279default-features = false280git = 'https://github.com/paritytech/substrate.git'281branch = 'polkadot-v0.9.17'282283[dependencies.sp-version]284default-features = false285git = 'https://github.com/paritytech/substrate.git'286branch = 'polkadot-v0.9.17'287288[dependencies.smallvec]289version = '1.6.1'290291################################################################################292# Cumulus dependencies293294[dependencies.parachain-info]295default-features = false296git = 'https://github.com/uniqueNetwork/cumulus.git'297branch = 'polkadot-v0.9.17'298299[dependencies.cumulus-pallet-aura-ext]300git = 'https://github.com/uniqueNetwork/cumulus.git'301branch = 'polkadot-v0.9.17'302default-features = false303304[dependencies.cumulus-pallet-parachain-system]305git = 'https://github.com/uniqueNetwork/cumulus.git'306branch = 'polkadot-v0.9.17'307default-features = false308309[dependencies.cumulus-primitives-core]310git = 'https://github.com/uniqueNetwork/cumulus.git'311branch = 'polkadot-v0.9.17'312default-features = false313314[dependencies.cumulus-pallet-xcm]315git = 'https://github.com/uniqueNetwork/cumulus.git'316branch = 'polkadot-v0.9.17'317default-features = false318319[dependencies.cumulus-pallet-dmp-queue]320git = 'https://github.com/uniqueNetwork/cumulus.git'321branch = 'polkadot-v0.9.17'322default-features = false323324[dependencies.cumulus-pallet-xcmp-queue]325git = 'https://github.com/uniqueNetwork/cumulus.git'326branch = 'polkadot-v0.9.17'327default-features = false328329[dependencies.cumulus-primitives-utility]330git = 'https://github.com/uniqueNetwork/cumulus.git'331branch = 'polkadot-v0.9.17'332default-features = false333334[dependencies.cumulus-primitives-timestamp]335git = 'https://github.com/uniqueNetwork/cumulus.git'336branch = 'polkadot-v0.9.17'337default-features = false338339################################################################################340# Polkadot dependencies341342[dependencies.polkadot-parachain]343git = 'https://github.com/paritytech/polkadot'344branch = 'release-v0.9.17'345default-features = false346347[dependencies.xcm]348git = 'https://github.com/paritytech/polkadot'349branch = 'release-v0.9.17'350default-features = false351352[dependencies.xcm-builder]353git = 'https://github.com/paritytech/polkadot'354branch = 'release-v0.9.17'355default-features = false356357[dependencies.xcm-executor]358git = 'https://github.com/paritytech/polkadot'359branch = 'release-v0.9.17'360default-features = false361362[dependencies.pallet-xcm]363git = 'https://github.com/paritytech/polkadot'364branch = 'release-v0.9.17'365default-features = false366367[dependencies.orml-vesting]368git = 'https://github.com/UniqueNetwork/open-runtime-module-library'369branch = 'unique-polkadot-v0.9.17'370version = "0.4.1-dev"371default-features = false372373################################################################################374# local dependencies375376[dependencies]377scale-info = { version = "1.0.0", default-features = false, features = [378    "derive",379] }380derivative = "2.2.0"381pallet-unique = { path = '../pallets/unique', default-features = false }382up-rpc = { path = "../primitives/rpc", default-features = false }383up-evm-mapping = { path = "../primitives/evm-mapping", default-features = false }384pallet-inflation = { path = '../pallets/inflation', default-features = false }385up-data-structs = { path = '../primitives/data-structs', default-features = false }386pallet-common = { default-features = false, path = "../pallets/common" }387pallet-fungible = { default-features = false, path = "../pallets/fungible" }388pallet-refungible = { default-features = false, path = "../pallets/refungible" }389pallet-nonfungible = { default-features = false, path = "../pallets/nonfungible" }390pallet-unq-scheduler = { path = '../pallets/scheduler', default-features = false }391# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }392pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.17', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }393pallet-evm-migration = { path = '../pallets/evm-migration', default-features = false }394pallet-evm-contract-helpers = { path = '../pallets/evm-contract-helpers', default-features = false }395pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }396pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }397398pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }399pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }400pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }401fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }402fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }403404################################################################################405# Build Dependencies406407[build-dependencies.substrate-wasm-builder]408git = 'https://github.com/paritytech/substrate.git'409branch = 'polkadot-v0.9.17'
after · runtime/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Unique Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'All Rights Reserved'11name = 'unique-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version = '0.9.17'1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std']20runtime-benchmarks = [21    'hex-literal',22    'frame-benchmarking',23    'frame-support/runtime-benchmarks',24    'frame-system-benchmarking',25    'frame-system/runtime-benchmarks',26    'pallet-ethereum/runtime-benchmarks',27    'pallet-evm-migration/runtime-benchmarks',28    'pallet-evm-coder-substrate/runtime-benchmarks',29    'pallet-balances/runtime-benchmarks',30    'pallet-timestamp/runtime-benchmarks',31    'pallet-common/runtime-benchmarks',32    'pallet-fungible/runtime-benchmarks',33    'pallet-refungible/runtime-benchmarks',34    'pallet-nonfungible/runtime-benchmarks',35    'pallet-unique/runtime-benchmarks',36    'pallet-inflation/runtime-benchmarks',37    'pallet-xcm/runtime-benchmarks',38    'sp-runtime/runtime-benchmarks',39    'xcm-builder/runtime-benchmarks',40]41std = [42    'codec/std',43    'cumulus-pallet-aura-ext/std',44    'cumulus-pallet-parachain-system/std',45    'cumulus-pallet-xcm/std',46    'cumulus-pallet-xcmp-queue/std',47    'cumulus-primitives-core/std',48    'cumulus-primitives-utility/std',49    'frame-executive/std',50    'frame-support/std',51    'frame-system/std',52    'frame-system-rpc-runtime-api/std',53    'pallet-aura/std',54    'pallet-balances/std',55    # 'pallet-contracts/std',56    # 'pallet-contracts-primitives/std',57    # 'pallet-contracts-rpc-runtime-api/std',58    # 'pallet-contract-helpers/std',59    'pallet-randomness-collective-flip/std',60    'pallet-sudo/std',61    'pallet-timestamp/std',62    'pallet-transaction-payment/std',63    'pallet-transaction-payment-rpc-runtime-api/std',64    'pallet-treasury/std',65    # 'pallet-vesting/std',66    'pallet-evm/std',67    'pallet-evm-migration/std',68    'pallet-evm-contract-helpers/std',69    'pallet-evm-transaction-payment/std',70    'pallet-evm-coder-substrate/std',71    'pallet-ethereum/std',72    'pallet-base-fee/std',73    'fp-rpc/std',74    'up-rpc/std',75    'up-evm-mapping/std',76    'fp-self-contained/std',77    'parachain-info/std',78    'serde',79    'pallet-inflation/std',80    'pallet-common/std',81    'pallet-fungible/std',82    'pallet-refungible/std',83    'pallet-nonfungible/std',84    'pallet-unique/std',85    'pallet-unq-scheduler/std',86    'pallet-charge-transaction/std',87    'up-data-structs/std',88    'sp-api/std',89    'sp-block-builder/std',90    "sp-consensus-aura/std",91    'sp-core/std',92    'sp-inherents/std',93    'sp-io/std',94    'sp-offchain/std',95    'sp-runtime/std',96    'sp-session/std',97    'sp-std/std',98    'sp-transaction-pool/std',99    'sp-version/std',100    'xcm/std',101    'xcm-builder/std',102    'xcm-executor/std',103104    "orml-vesting/std",105]106limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']107108################################################################################109# Substrate Dependencies110111[dependencies.codec]112default-features = false113features = ['derive']114package = 'parity-scale-codec'115version = '2.3.0'116117[dependencies.frame-benchmarking]118default-features = false119git = 'https://github.com/paritytech/substrate.git'120optional = true121branch = 'polkadot-v0.9.17'122123[dependencies.frame-executive]124default-features = false125git = 'https://github.com/paritytech/substrate.git'126branch = 'polkadot-v0.9.17'127128[dependencies.frame-support]129default-features = false130git = 'https://github.com/paritytech/substrate.git'131branch = 'polkadot-v0.9.17'132133[dependencies.frame-system]134default-features = false135git = 'https://github.com/paritytech/substrate.git'136branch = 'polkadot-v0.9.17'137138[dependencies.frame-system-benchmarking]139default-features = false140git = 'https://github.com/paritytech/substrate.git'141optional = true142branch = 'polkadot-v0.9.17'143144[dependencies.frame-system-rpc-runtime-api]145default-features = false146git = 'https://github.com/paritytech/substrate.git'147branch = 'polkadot-v0.9.17'148149[dependencies.hex-literal]150optional = true151version = '0.3.3'152153[dependencies.serde]154default-features = false155features = ['derive']156optional = true157version = '1.0.130'158159[dependencies.pallet-aura]160default-features = false161git = 'https://github.com/paritytech/substrate.git'162branch = 'polkadot-v0.9.17'163164[dependencies.pallet-balances]165default-features = false166git = 'https://github.com/paritytech/substrate.git'167branch = 'polkadot-v0.9.17'168169# Contracts specific packages170# [dependencies.pallet-contracts]171# git = 'https://github.com/paritytech/substrate.git'172# default-features = false173# branch = 'polkadot-v0.9.17'174# version = '4.0.0-dev'175176# [dependencies.pallet-contracts-primitives]177# git = 'https://github.com/paritytech/substrate.git'178# default-features = false179# branch = 'polkadot-v0.9.17'180# version = '4.0.0-dev'181182# [dependencies.pallet-contracts-rpc-runtime-api]183# git = 'https://github.com/paritytech/substrate.git'184# default-features = false185# branch = 'polkadot-v0.9.17'186# version = '4.0.0-dev'187188[dependencies.pallet-randomness-collective-flip]189default-features = false190git = 'https://github.com/paritytech/substrate.git'191branch = 'polkadot-v0.9.17'192193[dependencies.pallet-sudo]194default-features = false195git = 'https://github.com/paritytech/substrate.git'196branch = 'polkadot-v0.9.17'197198[dependencies.pallet-timestamp]199default-features = false200git = 'https://github.com/paritytech/substrate.git'201branch = 'polkadot-v0.9.17'202203[dependencies.pallet-transaction-payment]204default-features = false205git = 'https://github.com/paritytech/substrate.git'206branch = 'polkadot-v0.9.17'207208[dependencies.pallet-transaction-payment-rpc-runtime-api]209default-features = false210git = 'https://github.com/paritytech/substrate.git'211branch = 'polkadot-v0.9.17'212213[dependencies.pallet-treasury]214default-features = false215git = 'https://github.com/paritytech/substrate.git'216branch = 'polkadot-v0.9.17'217218# [dependencies.pallet-vesting]219# default-features = false220# git = 'https://github.com/paritytech/substrate.git'221# branch = 'polkadot-v0.9.17'222223[dependencies.sp-arithmetic]224default-features = false225git = 'https://github.com/paritytech/substrate.git'226branch = 'polkadot-v0.9.17'227228[dependencies.sp-api]229default-features = false230git = 'https://github.com/paritytech/substrate.git'231branch = 'polkadot-v0.9.17'232233[dependencies.sp-block-builder]234default-features = false235git = 'https://github.com/paritytech/substrate.git'236branch = 'polkadot-v0.9.17'237238[dependencies.sp-core]239default-features = false240git = 'https://github.com/paritytech/substrate.git'241branch = 'polkadot-v0.9.17'242243[dependencies.sp-consensus-aura]244default-features = false245git = 'https://github.com/paritytech/substrate.git'246branch = 'polkadot-v0.9.17'247248[dependencies.sp-inherents]249default-features = false250git = 'https://github.com/paritytech/substrate.git'251branch = 'polkadot-v0.9.17'252253[dependencies.sp-io]254default-features = false255git = 'https://github.com/paritytech/substrate.git'256branch = 'polkadot-v0.9.17'257258[dependencies.sp-offchain]259default-features = false260git = 'https://github.com/paritytech/substrate.git'261branch = 'polkadot-v0.9.17'262263[dependencies.sp-runtime]264default-features = false265git = 'https://github.com/paritytech/substrate.git'266branch = 'polkadot-v0.9.17'267268[dependencies.sp-session]269default-features = false270git = 'https://github.com/paritytech/substrate.git'271branch = 'polkadot-v0.9.17'272273[dependencies.sp-std]274default-features = false275git = 'https://github.com/paritytech/substrate.git'276branch = 'polkadot-v0.9.17'277278[dependencies.sp-transaction-pool]279default-features = false280git = 'https://github.com/paritytech/substrate.git'281branch = 'polkadot-v0.9.17'282283[dependencies.sp-version]284default-features = false285git = 'https://github.com/paritytech/substrate.git'286branch = 'polkadot-v0.9.17'287288[dependencies.smallvec]289version = '1.6.1'290291################################################################################292# Cumulus dependencies293294[dependencies.parachain-info]295default-features = false296git = 'https://github.com/uniqueNetwork/cumulus.git'297branch = 'polkadot-v0.9.17'298299[dependencies.cumulus-pallet-aura-ext]300git = 'https://github.com/uniqueNetwork/cumulus.git'301branch = 'polkadot-v0.9.17'302default-features = false303304[dependencies.cumulus-pallet-parachain-system]305git = 'https://github.com/uniqueNetwork/cumulus.git'306branch = 'polkadot-v0.9.17'307default-features = false308309[dependencies.cumulus-primitives-core]310git = 'https://github.com/uniqueNetwork/cumulus.git'311branch = 'polkadot-v0.9.17'312default-features = false313314[dependencies.cumulus-pallet-xcm]315git = 'https://github.com/uniqueNetwork/cumulus.git'316branch = 'polkadot-v0.9.17'317default-features = false318319[dependencies.cumulus-pallet-dmp-queue]320git = 'https://github.com/uniqueNetwork/cumulus.git'321branch = 'polkadot-v0.9.17'322default-features = false323324[dependencies.cumulus-pallet-xcmp-queue]325git = 'https://github.com/uniqueNetwork/cumulus.git'326branch = 'polkadot-v0.9.17'327default-features = false328329[dependencies.cumulus-primitives-utility]330git = 'https://github.com/uniqueNetwork/cumulus.git'331branch = 'polkadot-v0.9.17'332default-features = false333334[dependencies.cumulus-primitives-timestamp]335git = 'https://github.com/uniqueNetwork/cumulus.git'336branch = 'polkadot-v0.9.17'337default-features = false338339################################################################################340# Polkadot dependencies341342[dependencies.polkadot-parachain]343git = 'https://github.com/paritytech/polkadot'344branch = 'release-v0.9.17'345default-features = false346347[dependencies.xcm]348git = 'https://github.com/paritytech/polkadot'349branch = 'release-v0.9.17'350default-features = false351352[dependencies.xcm-builder]353git = 'https://github.com/paritytech/polkadot'354branch = 'release-v0.9.17'355default-features = false356357[dependencies.xcm-executor]358git = 'https://github.com/paritytech/polkadot'359branch = 'release-v0.9.17'360default-features = false361362[dependencies.pallet-xcm]363git = 'https://github.com/paritytech/polkadot'364branch = 'release-v0.9.17'365default-features = false366367[dependencies.orml-vesting]368git = 'https://github.com/UniqueNetwork/open-runtime-module-library'369branch = 'unique-polkadot-v0.9.17'370version = "0.4.1-dev"371default-features = false372373################################################################################374# local dependencies375376[dependencies]377scale-info = { version = "1.0.0", default-features = false, features = [378    "derive",379] }380derivative = "2.2.0"381pallet-unique = { path = '../pallets/unique', default-features = false }382up-rpc = { path = "../primitives/rpc", default-features = false }383up-evm-mapping = { path = "../primitives/evm-mapping", default-features = false }384pallet-inflation = { path = '../pallets/inflation', default-features = false }385up-data-structs = { path = '../primitives/data-structs', default-features = false }386pallet-common = { default-features = false, path = "../pallets/common" }387pallet-fungible = { default-features = false, path = "../pallets/fungible" }388pallet-refungible = { default-features = false, path = "../pallets/refungible" }389pallet-nonfungible = { default-features = false, path = "../pallets/nonfungible" }390pallet-unq-scheduler = { path = '../pallets/scheduler', default-features = false }391# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }392pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.17', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }393pallet-evm-migration = { path = '../pallets/evm-migration', default-features = false }394pallet-evm-contract-helpers = { path = '../pallets/evm-contract-helpers', default-features = false }395pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }396pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }397398pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }399pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }400pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }401fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }402fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }403404################################################################################405# Build Dependencies406407[build-dependencies.substrate-wasm-builder]408git = 'https://github.com/paritytech/substrate.git'409branch = 'polkadot-v0.9.17'