git.delta.rocks / unique-network / refs/commits / cf483e2c63f2

difftreelog

Merge pull request #808 from UniqueNetwork/fix/try-runtime-0.9.36

Yaroslav Bolyukin2022-12-23parents: #507b779 #13872be.patch.diff
in: master

9 files changed

modified.docker/Dockerfile-try-runtimediffbeforeafterboth
--- a/.docker/Dockerfile-try-runtime
+++ b/.docker/Dockerfile-try-runtime
@@ -46,4 +46,4 @@
     echo "Fork from: $REPLICA_FROM\n" && \
     cargo build --features=try-runtime,${NETWORK}-runtime --release
 
-CMD cargo run --features=try-runtime,${NETWORK}-runtime --release -- try-runtime -ltry-runtime::cli=debug --no-spec-check-panic on-runtime-upgrade live --uri $REPLICA_FROM
+CMD cargo run --release --features ${NETWORK}-runtime,try-runtime -- try-runtime --runtime target/release/wbuild/${NETWORK}-runtime/${NETWORK}_runtime.compact.compressed.wasm -lruntime=debug -ltry-runtime::cli=debug on-runtime-upgrade --checks live --uri $REPLICA_FROM
modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2467,7 +2467,7 @@
 [[package]]
 name = "fc-consensus"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "async-trait",
  "fc-db",
@@ -2486,7 +2486,7 @@
 [[package]]
 name = "fc-db"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "fp-storage",
  "kvdb-rocksdb",
@@ -2505,7 +2505,7 @@
 [[package]]
 name = "fc-mapping-sync"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "fc-db",
  "fp-consensus",
@@ -2522,7 +2522,7 @@
 [[package]]
 name = "fc-rpc"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "ethereum 0.14.0",
  "ethereum-types 0.14.1",
@@ -2565,7 +2565,7 @@
 [[package]]
 name = "fc-rpc-core"
 version = "1.1.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "ethereum 0.14.0",
  "ethereum-types 0.14.1",
@@ -2730,7 +2730,7 @@
 [[package]]
 name = "fp-consensus"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "ethereum 0.14.0",
  "parity-scale-codec 3.2.1",
@@ -2742,7 +2742,7 @@
 [[package]]
 name = "fp-ethereum"
 version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "ethereum 0.14.0",
  "ethereum-types 0.14.1",
@@ -2757,7 +2757,7 @@
 [[package]]
 name = "fp-evm"
 version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "evm",
  "frame-support",
@@ -2771,7 +2771,7 @@
 [[package]]
 name = "fp-evm-mapping"
 version = "0.1.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "frame-support",
  "sp-core",
@@ -2780,7 +2780,7 @@
 [[package]]
 name = "fp-rpc"
 version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "ethereum 0.14.0",
  "ethereum-types 0.14.1",
@@ -2797,7 +2797,7 @@
 [[package]]
 name = "fp-self-contained"
 version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "ethereum 0.14.0",
  "frame-support",
@@ -2810,7 +2810,7 @@
 [[package]]
 name = "fp-storage"
 version = "2.0.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "parity-scale-codec 3.2.1",
  "serde",
@@ -5682,7 +5682,7 @@
 [[package]]
 name = "pallet-base-fee"
 version = "1.0.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "fp-evm",
  "frame-support",
@@ -5918,7 +5918,7 @@
 [[package]]
 name = "pallet-ethereum"
 version = "4.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "ethereum 0.14.0",
  "ethereum-types 0.14.1",
@@ -5946,7 +5946,7 @@
 [[package]]
 name = "pallet-evm"
 version = "6.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "environmental",
  "evm",
@@ -6032,7 +6032,7 @@
 [[package]]
 name = "pallet-evm-precompile-simple"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"
 dependencies = [
  "fp-evm",
  "ripemd",
@@ -12965,6 +12965,7 @@
  "sp-core",
  "sp-finality-grandpa",
  "sp-inherents",
+ "sp-io",
  "sp-keystore",
  "sp-offchain",
  "sp-runtime",
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -122,6 +122,10 @@
 git = "https://github.com/paritytech/substrate"
 branch = "polkadot-v0.9.36"
 
+[dependencies.sp-io]
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.36"
+
 [dependencies.sp-finality-grandpa]
 git = "https://github.com/paritytech/substrate"
 branch = "polkadot-v0.9.36"
modifiednode/cli/src/command.rsdiffbeforeafterboth
--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -412,6 +412,7 @@
 		#[cfg(feature = "try-runtime")]
 		Some(Subcommand::TryRuntime(cmd)) => {
 			use std::{future::Future, pin::Pin};
+			use sc_executor::{sp_wasm_interface::ExtendedHostFunctions, NativeExecutionDispatch};
 
 			let runner = cli.create_runner(cmd)?;
 
@@ -429,12 +430,21 @@
 				Ok((
 					match config.chain_spec.runtime_id() {
 						#[cfg(feature = "unique-runtime")]
-						RuntimeId::Unique => Box::pin(cmd.run::<Block, UniqueRuntimeExecutor>(config)),
+						RuntimeId::Unique => Box::pin(cmd.run::<Block, ExtendedHostFunctions<
+							sp_io::SubstrateHostFunctions,
+							<UniqueRuntimeExecutor as NativeExecutionDispatch>::ExtendHostFunctions,
+						>>()),
 
 						#[cfg(feature = "quartz-runtime")]
-						RuntimeId::Quartz => Box::pin(cmd.run::<Block, QuartzRuntimeExecutor>(config)),
+						RuntimeId::Quartz => Box::pin(cmd.run::<Block, ExtendedHostFunctions<
+							sp_io::SubstrateHostFunctions,
+							<QuartzRuntimeExecutor as NativeExecutionDispatch>::ExtendHostFunctions,
+						>>()),
 
-						RuntimeId::Opal => Box::pin(cmd.run::<Block, OpalRuntimeExecutor>(config)),
+						RuntimeId::Opal => Box::pin(cmd.run::<Block, ExtendedHostFunctions<
+							sp_io::SubstrateHostFunctions,
+							<OpalRuntimeExecutor as NativeExecutionDispatch>::ExtendHostFunctions,
+						>>()),
 						RuntimeId::Unknown(chain) => return Err(no_runtime_err!(chain).into()),
 					},
 					task_manager,
modifiednode/cli/src/service.rsdiffbeforeafterboth
--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -106,7 +106,12 @@
 
 #[cfg(feature = "unique-runtime")]
 impl NativeExecutionDispatch for UniqueRuntimeExecutor {
+	/// Only enable the benchmarking host functions when we actually want to benchmark.
+	#[cfg(feature = "runtime-benchmarks")]
 	type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions;
+	/// Otherwise we only use the default Substrate host functions.
+	#[cfg(not(feature = "runtime-benchmarks"))]
+	type ExtendHostFunctions = ();
 
 	fn dispatch(method: &str, data: &[u8]) -> Option<Vec<u8>> {
 		unique_runtime::api::dispatch(method, data)
@@ -119,7 +124,12 @@
 
 #[cfg(feature = "quartz-runtime")]
 impl NativeExecutionDispatch for QuartzRuntimeExecutor {
+	/// Only enable the benchmarking host functions when we actually want to benchmark.
+	#[cfg(feature = "runtime-benchmarks")]
 	type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions;
+	/// Otherwise we only use the default Substrate host functions.
+	#[cfg(not(feature = "runtime-benchmarks"))]
+	type ExtendHostFunctions = ();
 
 	fn dispatch(method: &str, data: &[u8]) -> Option<Vec<u8>> {
 		quartz_runtime::api::dispatch(method, data)
@@ -131,7 +141,12 @@
 }
 
 impl NativeExecutionDispatch for OpalRuntimeExecutor {
+	/// Only enable the benchmarking host functions when we actually want to benchmark.
+	#[cfg(feature = "runtime-benchmarks")]
 	type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions;
+	/// Otherwise we only use the default Substrate host functions.
+	#[cfg(not(feature = "runtime-benchmarks"))]
+	type ExtendHostFunctions = ();
 
 	fn dispatch(method: &str, data: &[u8]) -> Option<Vec<u8>> {
 		opal_runtime::api::dispatch(method, data)
modifiedruntime/common/runtime_apis.rsdiffbeforeafterboth
--- a/runtime/common/runtime_apis.rs
+++ b/runtime/common/runtime_apis.rs
@@ -780,15 +780,16 @@
 
             #[cfg(feature = "try-runtime")]
             impl frame_try_runtime::TryRuntime<Block> for Runtime {
-                fn on_runtime_upgrade() -> (frame_support::pallet_prelude::Weight, frame_support::pallet_prelude::Weight) {
+                fn on_runtime_upgrade(checks: bool) -> (frame_support::pallet_prelude::Weight, frame_support::pallet_prelude::Weight) {
                     log::info!("try-runtime::on_runtime_upgrade unique-chain.");
-                    let weight = Executive::try_runtime_upgrade().unwrap();
+                    let weight = Executive::try_runtime_upgrade(checks).unwrap();
                     (weight, crate::config::substrate::RuntimeBlockWeights::get().max_block)
                 }
 
                 fn execute_block(
                     block: Block,
                     state_root_check: bool,
+                    signature_check: bool,
                     select: frame_try_runtime::TryStateSelect
                 ) -> frame_support::pallet_prelude::Weight {
                     log::info!(
@@ -799,7 +800,7 @@
                         select,
                     );
 
-                    Executive::try_execute_block(block, state_root_check, select).unwrap()
+                    Executive::try_execute_block(block, state_root_check, signature_check, select).unwrap()
                 }
             }
         }
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -91,6 +91,7 @@
     'pallet-unique-scheduler-v2/try-runtime',
     'pallet-maintenance/try-runtime',
     'pallet-test-utils?/try-runtime',
+    'fp-self-contained/try-runtime',
 ]
 std = [
     'codec/std',
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
before · runtime/quartz/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Quartz Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version.workspace = true1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std', 'quartz-runtime']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-structure/runtime-benchmarks',33    'pallet-fungible/runtime-benchmarks',34    'pallet-refungible/runtime-benchmarks',35    'pallet-nonfungible/runtime-benchmarks',36    'pallet-proxy-rmrk-core/runtime-benchmarks',37    'pallet-proxy-rmrk-equip/runtime-benchmarks',38    'pallet-unique/runtime-benchmarks',39    'pallet-foreign-assets/runtime-benchmarks',40    'pallet-inflation/runtime-benchmarks',41    'pallet-app-promotion/runtime-benchmarks',42    'pallet-xcm/runtime-benchmarks',43    'sp-runtime/runtime-benchmarks',44    'xcm-builder/runtime-benchmarks',45    'pallet-maintenance/runtime-benchmarks',46]47try-runtime = [48    'frame-try-runtime',49    'frame-executive/try-runtime',50    'frame-support/try-runtime',51    'frame-system/try-runtime',52    'cumulus-pallet-parachain-system/try-runtime',53    'parachain-info/try-runtime',54    'pallet-aura/try-runtime',55    'cumulus-pallet-aura-ext/try-runtime',56    'pallet-balances/try-runtime',57    'pallet-randomness-collective-flip/try-runtime',58    'pallet-timestamp/try-runtime',59    'pallet-transaction-payment/try-runtime',60    'pallet-treasury/try-runtime',61    'pallet-sudo/try-runtime',62    'orml-vesting/try-runtime',63    'orml-xtokens/try-runtime',64    'orml-tokens/try-runtime',65    'cumulus-pallet-xcmp-queue/try-runtime',66    'pallet-xcm/try-runtime',67    'cumulus-pallet-xcm/try-runtime',68    'cumulus-pallet-dmp-queue/try-runtime',69    'pallet-inflation/try-runtime',70    'pallet-unique/try-runtime',71    'pallet-configuration/try-runtime',72    'pallet-charge-transaction/try-runtime',73    'pallet-common/try-runtime',74    'pallet-fungible/try-runtime',75    'pallet-refungible/try-runtime',76    'pallet-nonfungible/try-runtime',77    'pallet-structure/try-runtime',78    'pallet-proxy-rmrk-core/try-runtime',79    'pallet-proxy-rmrk-equip/try-runtime',80    'pallet-app-promotion/try-runtime',81    'pallet-foreign-assets/try-runtime',82    'pallet-ethereum/try-runtime',83    'pallet-evm/try-runtime',84    'pallet-evm-coder-substrate/try-runtime',85    'pallet-evm-contract-helpers/try-runtime',86    'pallet-evm-transaction-payment/try-runtime',87    'pallet-evm-migration/try-runtime',88    'pallet-maintenance/try-runtime',89]90std = [91    'codec/std',92    'cumulus-pallet-aura-ext/std',93    'cumulus-pallet-parachain-system/std',94    'cumulus-pallet-xcm/std',95    'cumulus-pallet-xcmp-queue/std',96    'cumulus-primitives-core/std',97    'cumulus-primitives-utility/std',98    'frame-try-runtime/std',99    'frame-executive/std',100    'frame-support/std',101    'frame-system/std',102    'frame-system-rpc-runtime-api/std',103    'pallet-aura/std',104    'pallet-balances/std',105    # 'pallet-contracts/std',106    # 'pallet-contracts-primitives/std',107    # 'pallet-contracts-rpc-runtime-api/std',108    # 'pallet-contract-helpers/std',109    'pallet-randomness-collective-flip/std',110    'pallet-sudo/std',111    'pallet-timestamp/std',112    'pallet-transaction-payment/std',113    'pallet-transaction-payment-rpc-runtime-api/std',114    'pallet-treasury/std',115    'pallet-evm/std',116    'pallet-evm-migration/std',117    'pallet-evm-contract-helpers/std',118    'pallet-evm-transaction-payment/std',119    'pallet-evm-coder-substrate/std',120    'pallet-ethereum/std',121    'pallet-base-fee/std',122    'fp-rpc/std',123    'up-rpc/std',124    'app-promotion-rpc/std',125    'fp-evm-mapping/std',126    'fp-self-contained/std',127    'parachain-info/std',128    'serde',129    'pallet-inflation/std',130    'pallet-configuration/std',131    'pallet-app-promotion/std',132    'pallet-common/std',133    'pallet-structure/std',134    'pallet-fungible/std',135    'pallet-refungible/std',136    'pallet-nonfungible/std',137    'pallet-proxy-rmrk-core/std',138    'pallet-proxy-rmrk-equip/std',139    'pallet-unique/std',140    'pallet-charge-transaction/std',141    'up-data-structs/std',142    'sp-api/std',143    'sp-block-builder/std',144    "sp-consensus-aura/std",145    'sp-core/std',146    'sp-inherents/std',147    'sp-io/std',148    'sp-offchain/std',149    'sp-runtime/std',150    'sp-session/std',151    'sp-std/std',152    'sp-transaction-pool/std',153    'sp-version/std',154    'xcm/std',155    'xcm-builder/std',156    'xcm-executor/std',157    'up-common/std',158    'rmrk-rpc/std',159    'evm-coder/std',160    'up-sponsorship/std',161162    "orml-vesting/std",163    "orml-tokens/std",164    "orml-xtokens/std",165    "orml-traits/std",166    "pallet-foreign-assets/std",167    "pallet-maintenance/std",168]169limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']170quartz-runtime = ['refungible', 'app-promotion', 'foreign-assets']171172refungible = []173scheduler = []174rmrk = []175foreign-assets = []176app-promotion = []177178################################################################################179# Substrate Dependencies180181[dependencies.codec]182default-features = false183features = ['derive']184package = 'parity-scale-codec'185version = '3.1.2'186187[dependencies.frame-benchmarking]188default-features = false189git = "https://github.com/paritytech/substrate"190optional = true191branch = "polkadot-v0.9.36"192193[dependencies.frame-try-runtime]194default-features = false195git = "https://github.com/paritytech/substrate"196optional = true197branch = "polkadot-v0.9.36"198199[dependencies.frame-executive]200default-features = false201git = "https://github.com/paritytech/substrate"202branch = "polkadot-v0.9.36"203204[dependencies.frame-support]205default-features = false206git = "https://github.com/paritytech/substrate"207branch = "polkadot-v0.9.36"208209[dependencies.frame-system]210default-features = false211git = "https://github.com/paritytech/substrate"212branch = "polkadot-v0.9.36"213214[dependencies.frame-system-benchmarking]215default-features = false216git = "https://github.com/paritytech/substrate"217optional = true218branch = "polkadot-v0.9.36"219220[dependencies.frame-system-rpc-runtime-api]221default-features = false222git = "https://github.com/paritytech/substrate"223branch = "polkadot-v0.9.36"224225[dependencies.hex-literal]226optional = true227version = '0.3.3'228229[dependencies.serde]230default-features = false231features = ['derive']232optional = true233version = '1.0.130'234235[dependencies.pallet-aura]236default-features = false237git = "https://github.com/paritytech/substrate"238branch = "polkadot-v0.9.36"239240[dependencies.pallet-balances]241default-features = false242git = "https://github.com/paritytech/substrate"243branch = "polkadot-v0.9.36"244245# Contracts specific packages246# [dependencies.pallet-contracts]247# git = 'https://github.com/paritytech/substrate'248# default-features = false249# branch = 'master'250# version = '4.0.0-dev'251252# [dependencies.pallet-contracts-primitives]253# git = 'https://github.com/paritytech/substrate'254# default-features = false255# branch = 'master'256# version = '4.0.0-dev'257258# [dependencies.pallet-contracts-rpc-runtime-api]259# git = 'https://github.com/paritytech/substrate'260# default-features = false261# branch = 'master'262# version = '4.0.0-dev'263264[dependencies.pallet-randomness-collective-flip]265default-features = false266git = "https://github.com/paritytech/substrate"267branch = "polkadot-v0.9.36"268269[dependencies.pallet-sudo]270default-features = false271git = "https://github.com/paritytech/substrate"272branch = "polkadot-v0.9.36"273274[dependencies.pallet-timestamp]275default-features = false276git = "https://github.com/paritytech/substrate"277branch = "polkadot-v0.9.36"278279[dependencies.pallet-transaction-payment]280default-features = false281git = "https://github.com/paritytech/substrate"282branch = "polkadot-v0.9.36"283284[dependencies.pallet-transaction-payment-rpc-runtime-api]285default-features = false286git = "https://github.com/paritytech/substrate"287branch = "polkadot-v0.9.36"288289[dependencies.pallet-treasury]290default-features = false291git = "https://github.com/paritytech/substrate"292branch = "polkadot-v0.9.36"293294[dependencies.sp-arithmetic]295default-features = false296git = "https://github.com/paritytech/substrate"297branch = "polkadot-v0.9.36"298299[dependencies.sp-api]300default-features = false301git = "https://github.com/paritytech/substrate"302branch = "polkadot-v0.9.36"303304[dependencies.sp-block-builder]305default-features = false306git = "https://github.com/paritytech/substrate"307branch = "polkadot-v0.9.36"308309[dependencies.sp-core]310default-features = false311git = "https://github.com/paritytech/substrate"312branch = "polkadot-v0.9.36"313314[dependencies.sp-consensus-aura]315default-features = false316git = "https://github.com/paritytech/substrate"317branch = "polkadot-v0.9.36"318319[dependencies.sp-inherents]320default-features = false321git = "https://github.com/paritytech/substrate"322branch = "polkadot-v0.9.36"323324[dependencies.sp-io]325default-features = false326git = "https://github.com/paritytech/substrate"327branch = "polkadot-v0.9.36"328329[dependencies.sp-offchain]330default-features = false331git = "https://github.com/paritytech/substrate"332branch = "polkadot-v0.9.36"333334[dependencies.sp-runtime]335default-features = false336git = "https://github.com/paritytech/substrate"337branch = "polkadot-v0.9.36"338339[dependencies.sp-session]340default-features = false341git = "https://github.com/paritytech/substrate"342branch = "polkadot-v0.9.36"343344[dependencies.sp-std]345default-features = false346git = "https://github.com/paritytech/substrate"347branch = "polkadot-v0.9.36"348349[dependencies.sp-transaction-pool]350default-features = false351git = "https://github.com/paritytech/substrate"352branch = "polkadot-v0.9.36"353354[dependencies.sp-version]355default-features = false356git = "https://github.com/paritytech/substrate"357branch = "polkadot-v0.9.36"358359[dependencies.smallvec]360version = '1.6.1'361362################################################################################363# Cumulus dependencies364365[dependencies.parachain-info]366default-features = false367git = "https://github.com/paritytech/cumulus"368branch = "polkadot-v0.9.36"369370[dependencies.cumulus-pallet-aura-ext]371git = "https://github.com/paritytech/cumulus"372branch = "polkadot-v0.9.36"373default-features = false374375[dependencies.cumulus-pallet-parachain-system]376git = "https://github.com/paritytech/cumulus"377branch = "polkadot-v0.9.36"378default-features = false379380[dependencies.cumulus-primitives-core]381git = "https://github.com/paritytech/cumulus"382branch = "polkadot-v0.9.36"383default-features = false384385[dependencies.cumulus-pallet-xcm]386git = "https://github.com/paritytech/cumulus"387branch = "polkadot-v0.9.36"388default-features = false389390[dependencies.cumulus-pallet-dmp-queue]391git = "https://github.com/paritytech/cumulus"392branch = "polkadot-v0.9.36"393default-features = false394395[dependencies.cumulus-pallet-xcmp-queue]396git = "https://github.com/paritytech/cumulus"397branch = "polkadot-v0.9.36"398default-features = false399400[dependencies.cumulus-primitives-utility]401git = "https://github.com/paritytech/cumulus"402branch = "polkadot-v0.9.36"403default-features = false404405[dependencies.cumulus-primitives-timestamp]406git = "https://github.com/paritytech/cumulus"407branch = "polkadot-v0.9.36"408default-features = false409410################################################################################411# Polkadot dependencies412413[dependencies.polkadot-parachain]414git = "https://github.com/paritytech/polkadot"415branch = "release-v0.9.36"416default-features = false417418[dependencies.xcm]419git = "https://github.com/paritytech/polkadot"420branch = "release-v0.9.36"421default-features = false422423[dependencies.xcm-builder]424git = "https://github.com/paritytech/polkadot"425branch = "release-v0.9.36"426default-features = false427428[dependencies.xcm-executor]429git = "https://github.com/paritytech/polkadot"430branch = "release-v0.9.36"431default-features = false432433[dependencies.pallet-xcm]434git = "https://github.com/paritytech/polkadot"435branch = "release-v0.9.36"436default-features = false437438################################################################################439# RMRK dependencies440441# todo git442[dependencies.rmrk-rpc]443default-features = false444path = "../../primitives/rmrk-rpc"445446################################################################################447# local dependencies448449[dependencies]450orml-vesting.workspace = true451orml-xtokens.workspace = true452orml-tokens.workspace = true453orml-traits.workspace = true454455log = { version = "0.4.16", default-features = false }456up-common = { path = "../../primitives/common", default-features = false }457scale-info = { version = "2.0.1", default-features = false, features = [458    "derive",459] }460derivative = "2.2.0"461pallet-unique = { path = '../../pallets/unique', default-features = false }462up-rpc = { path = "../../primitives/rpc", default-features = false }463app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }464fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }465fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }466pallet-inflation = { path = '../../pallets/inflation', default-features = false }467pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }468up-data-structs = { path = '../../primitives/data-structs', default-features = false }469pallet-configuration = { default-features = false, path = "../../pallets/configuration" }470pallet-common = { default-features = false, path = "../../pallets/common" }471pallet-structure = { default-features = false, path = "../../pallets/structure" }472pallet-fungible = { default-features = false, path = "../../pallets/fungible" }473pallet-refungible = { default-features = false, path = "../../pallets/refungible" }474pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }475pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }476pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }477# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }478pallet-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" }479pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }480pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }481pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }482pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }483pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }484pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }485pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }486fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }487fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }488pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }489evm-coder = { default-features = false, path = '../../crates/evm-coder' }490up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }491pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }492pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }493precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }494num_enum = { version = "0.5.3", default-features = false }495496################################################################################497# Other Dependencies498499impl-trait-for-tuples = "0.2.2"500501################################################################################502# Dev Dependencies503504[dev-dependencies.logtest]505version = "2.0.0"506507################################################################################508# Build Dependencies509510[build-dependencies.substrate-wasm-builder]511git = "https://github.com/paritytech/substrate"512branch = "polkadot-v0.9.36"
after · runtime/quartz/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Quartz Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version.workspace = true1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std', 'quartz-runtime']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-structure/runtime-benchmarks',33    'pallet-fungible/runtime-benchmarks',34    'pallet-refungible/runtime-benchmarks',35    'pallet-nonfungible/runtime-benchmarks',36    'pallet-proxy-rmrk-core/runtime-benchmarks',37    'pallet-proxy-rmrk-equip/runtime-benchmarks',38    'pallet-unique/runtime-benchmarks',39    'pallet-foreign-assets/runtime-benchmarks',40    'pallet-inflation/runtime-benchmarks',41    'pallet-app-promotion/runtime-benchmarks',42    'pallet-xcm/runtime-benchmarks',43    'sp-runtime/runtime-benchmarks',44    'xcm-builder/runtime-benchmarks',45    'pallet-maintenance/runtime-benchmarks',46]47try-runtime = [48    'frame-try-runtime',49    'frame-executive/try-runtime',50    'frame-support/try-runtime',51    'frame-system/try-runtime',52    'cumulus-pallet-parachain-system/try-runtime',53    'parachain-info/try-runtime',54    'pallet-aura/try-runtime',55    'cumulus-pallet-aura-ext/try-runtime',56    'pallet-balances/try-runtime',57    'pallet-randomness-collective-flip/try-runtime',58    'pallet-timestamp/try-runtime',59    'pallet-transaction-payment/try-runtime',60    'pallet-treasury/try-runtime',61    'pallet-sudo/try-runtime',62    'orml-vesting/try-runtime',63    'orml-xtokens/try-runtime',64    'orml-tokens/try-runtime',65    'cumulus-pallet-xcmp-queue/try-runtime',66    'pallet-xcm/try-runtime',67    'cumulus-pallet-xcm/try-runtime',68    'cumulus-pallet-dmp-queue/try-runtime',69    'pallet-inflation/try-runtime',70    'pallet-unique/try-runtime',71    'pallet-configuration/try-runtime',72    'pallet-charge-transaction/try-runtime',73    'pallet-common/try-runtime',74    'pallet-fungible/try-runtime',75    'pallet-refungible/try-runtime',76    'pallet-nonfungible/try-runtime',77    'pallet-structure/try-runtime',78    'pallet-proxy-rmrk-core/try-runtime',79    'pallet-proxy-rmrk-equip/try-runtime',80    'pallet-app-promotion/try-runtime',81    'pallet-foreign-assets/try-runtime',82    'pallet-ethereum/try-runtime',83    'pallet-evm/try-runtime',84    'pallet-evm-coder-substrate/try-runtime',85    'pallet-evm-contract-helpers/try-runtime',86    'pallet-evm-transaction-payment/try-runtime',87    'pallet-evm-migration/try-runtime',88    'pallet-maintenance/try-runtime',89    'fp-self-contained/try-runtime',90]91std = [92    'codec/std',93    'cumulus-pallet-aura-ext/std',94    'cumulus-pallet-parachain-system/std',95    'cumulus-pallet-xcm/std',96    'cumulus-pallet-xcmp-queue/std',97    'cumulus-primitives-core/std',98    'cumulus-primitives-utility/std',99    'frame-try-runtime/std',100    'frame-executive/std',101    'frame-support/std',102    'frame-system/std',103    'frame-system-rpc-runtime-api/std',104    'pallet-aura/std',105    'pallet-balances/std',106    # 'pallet-contracts/std',107    # 'pallet-contracts-primitives/std',108    # 'pallet-contracts-rpc-runtime-api/std',109    # 'pallet-contract-helpers/std',110    'pallet-randomness-collective-flip/std',111    'pallet-sudo/std',112    'pallet-timestamp/std',113    'pallet-transaction-payment/std',114    'pallet-transaction-payment-rpc-runtime-api/std',115    'pallet-treasury/std',116    'pallet-evm/std',117    'pallet-evm-migration/std',118    'pallet-evm-contract-helpers/std',119    'pallet-evm-transaction-payment/std',120    'pallet-evm-coder-substrate/std',121    'pallet-ethereum/std',122    'pallet-base-fee/std',123    'fp-rpc/std',124    'up-rpc/std',125    'app-promotion-rpc/std',126    'fp-evm-mapping/std',127    'fp-self-contained/std',128    'parachain-info/std',129    'serde',130    'pallet-inflation/std',131    'pallet-configuration/std',132    'pallet-app-promotion/std',133    'pallet-common/std',134    'pallet-structure/std',135    'pallet-fungible/std',136    'pallet-refungible/std',137    'pallet-nonfungible/std',138    'pallet-proxy-rmrk-core/std',139    'pallet-proxy-rmrk-equip/std',140    'pallet-unique/std',141    'pallet-charge-transaction/std',142    'up-data-structs/std',143    'sp-api/std',144    'sp-block-builder/std',145    "sp-consensus-aura/std",146    'sp-core/std',147    'sp-inherents/std',148    'sp-io/std',149    'sp-offchain/std',150    'sp-runtime/std',151    'sp-session/std',152    'sp-std/std',153    'sp-transaction-pool/std',154    'sp-version/std',155    'xcm/std',156    'xcm-builder/std',157    'xcm-executor/std',158    'up-common/std',159    'rmrk-rpc/std',160    'evm-coder/std',161    'up-sponsorship/std',162163    "orml-vesting/std",164    "orml-tokens/std",165    "orml-xtokens/std",166    "orml-traits/std",167    "pallet-foreign-assets/std",168    "pallet-maintenance/std",169]170limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']171quartz-runtime = ['refungible', 'app-promotion', 'foreign-assets']172173refungible = []174scheduler = []175rmrk = []176foreign-assets = []177app-promotion = []178179################################################################################180# Substrate Dependencies181182[dependencies.codec]183default-features = false184features = ['derive']185package = 'parity-scale-codec'186version = '3.1.2'187188[dependencies.frame-benchmarking]189default-features = false190git = "https://github.com/paritytech/substrate"191optional = true192branch = "polkadot-v0.9.36"193194[dependencies.frame-try-runtime]195default-features = false196git = "https://github.com/paritytech/substrate"197optional = true198branch = "polkadot-v0.9.36"199200[dependencies.frame-executive]201default-features = false202git = "https://github.com/paritytech/substrate"203branch = "polkadot-v0.9.36"204205[dependencies.frame-support]206default-features = false207git = "https://github.com/paritytech/substrate"208branch = "polkadot-v0.9.36"209210[dependencies.frame-system]211default-features = false212git = "https://github.com/paritytech/substrate"213branch = "polkadot-v0.9.36"214215[dependencies.frame-system-benchmarking]216default-features = false217git = "https://github.com/paritytech/substrate"218optional = true219branch = "polkadot-v0.9.36"220221[dependencies.frame-system-rpc-runtime-api]222default-features = false223git = "https://github.com/paritytech/substrate"224branch = "polkadot-v0.9.36"225226[dependencies.hex-literal]227optional = true228version = '0.3.3'229230[dependencies.serde]231default-features = false232features = ['derive']233optional = true234version = '1.0.130'235236[dependencies.pallet-aura]237default-features = false238git = "https://github.com/paritytech/substrate"239branch = "polkadot-v0.9.36"240241[dependencies.pallet-balances]242default-features = false243git = "https://github.com/paritytech/substrate"244branch = "polkadot-v0.9.36"245246# Contracts specific packages247# [dependencies.pallet-contracts]248# git = 'https://github.com/paritytech/substrate'249# default-features = false250# branch = 'master'251# version = '4.0.0-dev'252253# [dependencies.pallet-contracts-primitives]254# git = 'https://github.com/paritytech/substrate'255# default-features = false256# branch = 'master'257# version = '4.0.0-dev'258259# [dependencies.pallet-contracts-rpc-runtime-api]260# git = 'https://github.com/paritytech/substrate'261# default-features = false262# branch = 'master'263# version = '4.0.0-dev'264265[dependencies.pallet-randomness-collective-flip]266default-features = false267git = "https://github.com/paritytech/substrate"268branch = "polkadot-v0.9.36"269270[dependencies.pallet-sudo]271default-features = false272git = "https://github.com/paritytech/substrate"273branch = "polkadot-v0.9.36"274275[dependencies.pallet-timestamp]276default-features = false277git = "https://github.com/paritytech/substrate"278branch = "polkadot-v0.9.36"279280[dependencies.pallet-transaction-payment]281default-features = false282git = "https://github.com/paritytech/substrate"283branch = "polkadot-v0.9.36"284285[dependencies.pallet-transaction-payment-rpc-runtime-api]286default-features = false287git = "https://github.com/paritytech/substrate"288branch = "polkadot-v0.9.36"289290[dependencies.pallet-treasury]291default-features = false292git = "https://github.com/paritytech/substrate"293branch = "polkadot-v0.9.36"294295[dependencies.sp-arithmetic]296default-features = false297git = "https://github.com/paritytech/substrate"298branch = "polkadot-v0.9.36"299300[dependencies.sp-api]301default-features = false302git = "https://github.com/paritytech/substrate"303branch = "polkadot-v0.9.36"304305[dependencies.sp-block-builder]306default-features = false307git = "https://github.com/paritytech/substrate"308branch = "polkadot-v0.9.36"309310[dependencies.sp-core]311default-features = false312git = "https://github.com/paritytech/substrate"313branch = "polkadot-v0.9.36"314315[dependencies.sp-consensus-aura]316default-features = false317git = "https://github.com/paritytech/substrate"318branch = "polkadot-v0.9.36"319320[dependencies.sp-inherents]321default-features = false322git = "https://github.com/paritytech/substrate"323branch = "polkadot-v0.9.36"324325[dependencies.sp-io]326default-features = false327git = "https://github.com/paritytech/substrate"328branch = "polkadot-v0.9.36"329330[dependencies.sp-offchain]331default-features = false332git = "https://github.com/paritytech/substrate"333branch = "polkadot-v0.9.36"334335[dependencies.sp-runtime]336default-features = false337git = "https://github.com/paritytech/substrate"338branch = "polkadot-v0.9.36"339340[dependencies.sp-session]341default-features = false342git = "https://github.com/paritytech/substrate"343branch = "polkadot-v0.9.36"344345[dependencies.sp-std]346default-features = false347git = "https://github.com/paritytech/substrate"348branch = "polkadot-v0.9.36"349350[dependencies.sp-transaction-pool]351default-features = false352git = "https://github.com/paritytech/substrate"353branch = "polkadot-v0.9.36"354355[dependencies.sp-version]356default-features = false357git = "https://github.com/paritytech/substrate"358branch = "polkadot-v0.9.36"359360[dependencies.smallvec]361version = '1.6.1'362363################################################################################364# Cumulus dependencies365366[dependencies.parachain-info]367default-features = false368git = "https://github.com/paritytech/cumulus"369branch = "polkadot-v0.9.36"370371[dependencies.cumulus-pallet-aura-ext]372git = "https://github.com/paritytech/cumulus"373branch = "polkadot-v0.9.36"374default-features = false375376[dependencies.cumulus-pallet-parachain-system]377git = "https://github.com/paritytech/cumulus"378branch = "polkadot-v0.9.36"379default-features = false380381[dependencies.cumulus-primitives-core]382git = "https://github.com/paritytech/cumulus"383branch = "polkadot-v0.9.36"384default-features = false385386[dependencies.cumulus-pallet-xcm]387git = "https://github.com/paritytech/cumulus"388branch = "polkadot-v0.9.36"389default-features = false390391[dependencies.cumulus-pallet-dmp-queue]392git = "https://github.com/paritytech/cumulus"393branch = "polkadot-v0.9.36"394default-features = false395396[dependencies.cumulus-pallet-xcmp-queue]397git = "https://github.com/paritytech/cumulus"398branch = "polkadot-v0.9.36"399default-features = false400401[dependencies.cumulus-primitives-utility]402git = "https://github.com/paritytech/cumulus"403branch = "polkadot-v0.9.36"404default-features = false405406[dependencies.cumulus-primitives-timestamp]407git = "https://github.com/paritytech/cumulus"408branch = "polkadot-v0.9.36"409default-features = false410411################################################################################412# Polkadot dependencies413414[dependencies.polkadot-parachain]415git = "https://github.com/paritytech/polkadot"416branch = "release-v0.9.36"417default-features = false418419[dependencies.xcm]420git = "https://github.com/paritytech/polkadot"421branch = "release-v0.9.36"422default-features = false423424[dependencies.xcm-builder]425git = "https://github.com/paritytech/polkadot"426branch = "release-v0.9.36"427default-features = false428429[dependencies.xcm-executor]430git = "https://github.com/paritytech/polkadot"431branch = "release-v0.9.36"432default-features = false433434[dependencies.pallet-xcm]435git = "https://github.com/paritytech/polkadot"436branch = "release-v0.9.36"437default-features = false438439################################################################################440# RMRK dependencies441442# todo git443[dependencies.rmrk-rpc]444default-features = false445path = "../../primitives/rmrk-rpc"446447################################################################################448# local dependencies449450[dependencies]451orml-vesting.workspace = true452orml-xtokens.workspace = true453orml-tokens.workspace = true454orml-traits.workspace = true455456log = { version = "0.4.16", default-features = false }457up-common = { path = "../../primitives/common", default-features = false }458scale-info = { version = "2.0.1", default-features = false, features = [459    "derive",460] }461derivative = "2.2.0"462pallet-unique = { path = '../../pallets/unique', default-features = false }463up-rpc = { path = "../../primitives/rpc", default-features = false }464app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }465fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }466fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }467pallet-inflation = { path = '../../pallets/inflation', default-features = false }468pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }469up-data-structs = { path = '../../primitives/data-structs', default-features = false }470pallet-configuration = { default-features = false, path = "../../pallets/configuration" }471pallet-common = { default-features = false, path = "../../pallets/common" }472pallet-structure = { default-features = false, path = "../../pallets/structure" }473pallet-fungible = { default-features = false, path = "../../pallets/fungible" }474pallet-refungible = { default-features = false, path = "../../pallets/refungible" }475pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }476pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }477pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }478# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }479pallet-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" }480pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }481pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }482pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }483pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }484pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }485pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }486pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }487fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }488fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }489pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }490evm-coder = { default-features = false, path = '../../crates/evm-coder' }491up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }492pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }493pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }494precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }495num_enum = { version = "0.5.3", default-features = false }496497################################################################################498# Other Dependencies499500impl-trait-for-tuples = "0.2.2"501502################################################################################503# Dev Dependencies504505[dev-dependencies.logtest]506version = "2.0.0"507508################################################################################509# Build Dependencies510511[build-dependencies.substrate-wasm-builder]512git = "https://github.com/paritytech/substrate"513branch = "polkadot-v0.9.36"
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -87,6 +87,7 @@
     'pallet-evm-transaction-payment/try-runtime',
     'pallet-evm-migration/try-runtime',
     'pallet-maintenance/try-runtime',
+    'fp-self-contained/try-runtime',
 ]
 std = [
     'codec/std',