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

difftreelog

fix pallet-utility pass features

Daniel Shiposha2023-09-13parent: #465dd2a.patch.diff
in: master

3 files changed

modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
before · runtime/opal/Cargo.toml
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Opal Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'opal-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version.workspace = true1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['opal-runtime', 'std']20limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']21opal-runtime = [22	'app-promotion',23	'collator-selection',24	'foreign-assets',25	'governance',26	'pallet-test-utils',27	'preimage',28	'refungible',29]30pov-estimate = []31runtime-benchmarks = [32	"pallet-preimage/runtime-benchmarks",33	'cumulus-pallet-parachain-system/runtime-benchmarks',34	'frame-benchmarking',35	'frame-support/runtime-benchmarks',36	'frame-system-benchmarking',37	'frame-system/runtime-benchmarks',38	'pallet-app-promotion/runtime-benchmarks',39	'pallet-balances/runtime-benchmarks',40	'pallet-collator-selection/runtime-benchmarks',41	'pallet-common/runtime-benchmarks',42	'pallet-configuration/runtime-benchmarks',43	'pallet-ethereum/runtime-benchmarks',44	'pallet-evm-coder-substrate/runtime-benchmarks',45	'pallet-evm-migration/runtime-benchmarks',46	'pallet-foreign-assets/runtime-benchmarks',47	'pallet-fungible/runtime-benchmarks',48	'pallet-identity/runtime-benchmarks',49	'pallet-inflation/runtime-benchmarks',50	'pallet-maintenance/runtime-benchmarks',51	'pallet-nonfungible/runtime-benchmarks',52	'pallet-democracy/runtime-benchmarks',53	'pallet-collective/runtime-benchmarks',54	'pallet-ranked-collective/runtime-benchmarks',55	'pallet-membership/runtime-benchmarks',56	'pallet-referenda/runtime-benchmarks',57	'pallet-scheduler/runtime-benchmarks',58	'pallet-refungible/runtime-benchmarks',59	'pallet-structure/runtime-benchmarks',60	'pallet-timestamp/runtime-benchmarks',61	'pallet-unique-scheduler-v2/runtime-benchmarks',62	'pallet-unique/runtime-benchmarks',63	'pallet-xcm/runtime-benchmarks',64	'sp-runtime/runtime-benchmarks',65	'xcm-builder/runtime-benchmarks',66]67std = [68	'codec/std',69	'cumulus-pallet-aura-ext/std',70	'cumulus-pallet-parachain-system/std',71	'cumulus-pallet-xcm/std',72	'cumulus-pallet-xcmp-queue/std',73	'cumulus-primitives-core/std',74	'cumulus-primitives-utility/std',75	'frame-executive/std',76	'frame-support/std',77	'frame-system-rpc-runtime-api/std',78	'frame-system/std',79	'frame-try-runtime/std',80	'pallet-aura/std',81	'pallet-balances/std',82	'pallet-democracy/std',83	'pallet-collective/std',84	'pallet-ranked-collective/std',85	'pallet-membership/std',86	'pallet-referenda/std',87	'pallet-gov-origins/std',88	'pallet-scheduler/std',89	# 'pallet-contracts/std',90	# 'pallet-contracts-primitives/std',91	# 'pallet-contracts-rpc-runtime-api/std',92	# 'pallet-contract-helpers/std',93	"pallet-authorship/std",94	"pallet-preimage/std",95	"pallet-session/std",96	"pallet-state-trie-migration/std",97	"sp-consensus-aura/std",98	'app-promotion-rpc/std',99	'evm-coder/std',100	'fp-rpc/std',101	'fp-self-contained/std',102	'pallet-app-promotion/std',103	'pallet-balances-adapter/std',104	'pallet-base-fee/std',105	'pallet-charge-transaction/std',106	'pallet-collator-selection/std',107	'pallet-common/std',108	'pallet-configuration/std',109	'pallet-ethereum/std',110	'pallet-evm-coder-substrate/std',111	'pallet-evm-contract-helpers/std',112	'pallet-evm-migration/std',113	'pallet-evm-transaction-payment/std',114	'pallet-evm/std',115	'pallet-fungible/std',116	'pallet-identity/std',117	'pallet-inflation/std',118	'pallet-nonfungible/std',119	'pallet-refungible/std',120	'pallet-structure/std',121	'pallet-sudo/std',122	'pallet-timestamp/std',123	'pallet-transaction-payment-rpc-runtime-api/std',124	'pallet-transaction-payment/std',125	'pallet-treasury/std',126	'pallet-unique-scheduler-v2/std',127	'pallet-unique/std',128	'parachain-info/std',129	'serde',130	'sp-api/std',131	'sp-block-builder/std',132	'sp-core/std',133	'sp-inherents/std',134	'sp-io/std',135	'sp-offchain/std',136	'sp-runtime/std',137	'sp-session/std',138	'sp-std/std',139	'sp-transaction-pool/std',140	'sp-version/std',141	'up-common/std',142	'up-data-structs/std',143	'up-pov-estimate-rpc/std',144	'up-rpc/std',145	'up-sponsorship/std',146	'xcm-builder/std',147	'xcm-executor/std',148	'xcm/std',149150	"orml-tokens/std",151	"orml-traits/std",152	"orml-vesting/std",153	"orml-xcm-support/std",154	"orml-xtokens/std",155	"pallet-foreign-assets/std",156157	'pallet-maintenance/std',158	'pallet-test-utils?/std',159]160try-runtime = [161	"pallet-authorship/try-runtime",162	"pallet-collator-selection/try-runtime",163	"pallet-identity/try-runtime",164	"pallet-preimage/try-runtime",165	"pallet-session/try-runtime",166	"pallet-state-trie-migration/try-runtime",167	'cumulus-pallet-aura-ext/try-runtime',168	'cumulus-pallet-dmp-queue/try-runtime',169	'cumulus-pallet-parachain-system/try-runtime',170	'cumulus-pallet-xcm/try-runtime',171	'cumulus-pallet-xcmp-queue/try-runtime',172	'fp-self-contained/try-runtime',173	'frame-executive/try-runtime',174	'frame-support/try-runtime',175	'frame-system/try-runtime',176	'frame-try-runtime',177	'frame-try-runtime?/try-runtime',178	'orml-tokens/try-runtime',179	'orml-vesting/try-runtime',180	'orml-xtokens/try-runtime',181	'pallet-app-promotion/try-runtime',182	'pallet-aura/try-runtime',183	'pallet-balances-adapter/try-runtime',184	'pallet-balances/try-runtime',185	'pallet-base-fee/try-runtime',186	'pallet-charge-transaction/try-runtime',187	'pallet-collective/try-runtime',188	'pallet-common/try-runtime',189	'pallet-configuration/try-runtime',190	'pallet-democracy/try-runtime',191	'pallet-ethereum/try-runtime',192	'pallet-evm-coder-substrate/try-runtime',193	'pallet-evm-contract-helpers/try-runtime',194	'pallet-evm-migration/try-runtime',195	'pallet-evm-transaction-payment/try-runtime',196	'pallet-evm/try-runtime',197	'pallet-foreign-assets/try-runtime',198	'pallet-fungible/try-runtime',199	'pallet-inflation/try-runtime',200	'pallet-maintenance/try-runtime',201	'pallet-membership/try-runtime',202	'pallet-nonfungible/try-runtime',203	'pallet-democracy/try-runtime',204	'pallet-collective/try-runtime',205	'pallet-ranked-collective/try-runtime',206	'pallet-membership/try-runtime',207	'pallet-referenda/try-runtime',208	'pallet-gov-origins/try-runtime',209	'pallet-scheduler/try-runtime',210	'pallet-refungible/try-runtime',211	'pallet-scheduler/try-runtime',212	'pallet-structure/try-runtime',213	'pallet-sudo/try-runtime',214	'pallet-test-utils?/try-runtime',215	'pallet-timestamp/try-runtime',216	'pallet-transaction-payment/try-runtime',217	'pallet-treasury/try-runtime',218	'pallet-unique-scheduler-v2/try-runtime',219	'pallet-unique/try-runtime',220	'pallet-xcm/try-runtime',221	'parachain-info/try-runtime',222]223224app-promotion = []225collator-selection = []226foreign-assets = []227governance = []228gov-test-timings = []229preimage = []230refungible = []231unique-scheduler = []232session-test-timings = []233234################################################################################235# local dependencies236237[dependencies]238# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.239codec = { workspace = true, package = "parity-scale-codec" }240241cumulus-pallet-aura-ext = { workspace = true }242cumulus-pallet-dmp-queue = { workspace = true }243cumulus-pallet-parachain-system = { workspace = true }244cumulus-pallet-xcm = { workspace = true }245cumulus-pallet-xcmp-queue = { workspace = true }246cumulus-primitives-core = { workspace = true }247cumulus-primitives-timestamp = { workspace = true }248cumulus-primitives-utility = { workspace = true }249frame-executive = { workspace = true }250frame-support = { workspace = true }251frame-system = { workspace = true }252frame-system-rpc-runtime-api = { workspace = true }253orml-tokens = { workspace = true }254orml-traits = { workspace = true }255orml-vesting = { workspace = true }256orml-xcm-support = { workspace = true }257orml-xtokens = { workspace = true }258pallet-aura = { workspace = true }259pallet-authorship = { workspace = true }260pallet-balances = { features = ["insecure_zero_ed"], workspace = true }261pallet-preimage = { workspace = true }262pallet-session = { workspace = true }263pallet-state-trie-migration = { workspace = true }264pallet-sudo = { workspace = true }265pallet-timestamp = { workspace = true }266pallet-utility = { workspace = true }267pallet-transaction-payment = { workspace = true }268pallet-transaction-payment-rpc-runtime-api = { workspace = true }269pallet-treasury = { workspace = true }270pallet-xcm = { workspace = true }271parachain-info = { workspace = true }272polkadot-parachain = { workspace = true }273smallvec = { workspace = true }274sp-api = { workspace = true }275sp-arithmetic = { workspace = true }276sp-block-builder = { workspace = true }277sp-consensus-aura = { workspace = true }278sp-core = { workspace = true }279sp-inherents = { workspace = true }280sp-io = { workspace = true }281sp-offchain = { workspace = true }282sp-runtime = { workspace = true }283sp-session = { workspace = true }284sp-std = { workspace = true }285sp-transaction-pool = { workspace = true }286sp-version = { workspace = true }287xcm = { workspace = true }288xcm-builder = { workspace = true }289xcm-executor = { workspace = true }290291app-promotion-rpc = { workspace = true }292derivative = { workspace = true }293evm-coder = { workspace = true }294fp-evm = { workspace = true }295fp-rpc = { workspace = true }296fp-self-contained = { workspace = true }297log = { workspace = true }298num_enum = { workspace = true }299pallet-app-promotion = { workspace = true }300pallet-balances-adapter = { workspace = true }301pallet-base-fee = { workspace = true }302pallet-charge-transaction = { workspace = true }303pallet-collator-selection = { workspace = true }304pallet-common = { workspace = true }305pallet-configuration = { workspace = true }306pallet-ethereum = { workspace = true }307pallet-evm = { workspace = true }308pallet-evm-coder-substrate = { workspace = true }309pallet-evm-contract-helpers = { workspace = true }310pallet-evm-migration = { workspace = true }311pallet-evm-precompile-simple = { workspace = true }312pallet-evm-transaction-payment = { workspace = true }313pallet-foreign-assets = { workspace = true }314pallet-fungible = { workspace = true }315pallet-identity = { workspace = true }316pallet-inflation = { workspace = true }317pallet-maintenance = { workspace = true }318pallet-nonfungible = { workspace = true }319pallet-democracy = { workspace = true }320pallet-collective = { workspace = true }321pallet-ranked-collective = { workspace = true }322pallet-membership = { workspace = true }323pallet-referenda = { workspace = true }324pallet-gov-origins = { workspace = true }325pallet-scheduler = { workspace = true }326pallet-refungible = { workspace = true }327pallet-structure = { workspace = true }328pallet-unique = { workspace = true }329pallet-unique-scheduler-v2 = { workspace = true }330precompile-utils-macro = { workspace = true }331scale-info = { workspace = true }332up-common = { workspace = true }333up-data-structs = { workspace = true }334up-pov-estimate-rpc = { workspace = true }335up-rpc = { workspace = true }336up-sponsorship = { workspace = true }337338################################################################################339# Optional dependencies340341frame-benchmarking = { workspace = true, optional = true }342frame-system-benchmarking = { workspace = true, optional = true }343frame-try-runtime = { workspace = true, optional = true }344serde = { workspace = true, optional = true }345346################################################################################347# Test dependencies348349pallet-test-utils = { workspace = true, optional = true }350351################################################################################352# Other Dependencies353354hex-literal = { workspace = true }355impl-trait-for-tuples = { workspace = true }356357[build-dependencies]358substrate-wasm-builder = { workspace = true }
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -55,6 +55,7 @@
 	'pallet-scheduler/runtime-benchmarks',
 	'pallet-structure/runtime-benchmarks',
 	'pallet-timestamp/runtime-benchmarks',
+	'pallet-utility/runtime-benchmarks',
 	'pallet-unique/runtime-benchmarks',
 	'pallet-xcm/runtime-benchmarks',
 	'sp-runtime/runtime-benchmarks',
@@ -120,6 +121,7 @@
 	'pallet-structure/std',
 	'pallet-sudo/std',
 	'pallet-timestamp/std',
+	'pallet-utility/std',
 	'pallet-transaction-payment-rpc-runtime-api/std',
 	'pallet-transaction-payment/std',
 	'pallet-treasury/std',
@@ -203,6 +205,7 @@
 	'pallet-structure/try-runtime',
 	'pallet-sudo/try-runtime',
 	'pallet-timestamp/try-runtime',
+	'pallet-utility/try-runtime',
 	'pallet-transaction-payment/try-runtime',
 	'pallet-treasury/try-runtime',
 	'pallet-unique/try-runtime',
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -52,6 +52,7 @@
 	'pallet-scheduler/runtime-benchmarks',
 	'pallet-structure/runtime-benchmarks',
 	'pallet-timestamp/runtime-benchmarks',
+	'pallet-utility/runtime-benchmarks',
 	'pallet-unique/runtime-benchmarks',
 	'pallet-xcm/runtime-benchmarks',
 	'sp-runtime/runtime-benchmarks',
@@ -118,6 +119,7 @@
 	'pallet-structure/std',
 	'pallet-sudo/std',
 	'pallet-timestamp/std',
+	'pallet-utility/std',
 	'pallet-transaction-payment-rpc-runtime-api/std',
 	'pallet-transaction-payment/std',
 	'pallet-treasury/std',
@@ -205,6 +207,7 @@
 	'pallet-structure/try-runtime',
 	'pallet-sudo/try-runtime',
 	'pallet-timestamp/try-runtime',
+	'pallet-utility/try-runtime',
 	'pallet-transaction-payment/try-runtime',
 	'pallet-treasury/try-runtime',
 	'pallet-unique/try-runtime',