git.delta.rocks / unique-network / refs/commits / 465cfefa64e5

difftreelog

source

runtime/opal/Cargo.toml16.6 KiBsourcehistory
1################################################################################2# Package34cargo-features = ["workspace-inheritance"]56[package]7authors = ['Unique Network <support@uniquenetwork.io>']8build = 'build.rs'9description = 'Opal Runtime'10edition = '2021'11homepage = 'https://unique.network'12license = 'GPLv3'13name = 'opal-runtime'14repository = 'https://github.com/UniqueNetwork/unique-chain'15version = "0.9.30"1617[package.metadata.docs.rs]18targets = ['x86_64-unknown-linux-gnu']1920[features]21default = ['std', 'opal-runtime']22runtime-benchmarks = [23    'hex-literal',24    'frame-benchmarking',25    'frame-support/runtime-benchmarks',26    'frame-system-benchmarking',27    'frame-system/runtime-benchmarks',28    'pallet-ethereum/runtime-benchmarks',29    'pallet-evm-migration/runtime-benchmarks',30    'pallet-evm-coder-substrate/runtime-benchmarks',31    'pallet-balances/runtime-benchmarks',32    'pallet-timestamp/runtime-benchmarks',33    'pallet-common/runtime-benchmarks',34    'pallet-structure/runtime-benchmarks',35    'pallet-fungible/runtime-benchmarks',36    'pallet-refungible/runtime-benchmarks',37    'pallet-nonfungible/runtime-benchmarks',38    'pallet-proxy-rmrk-core/runtime-benchmarks',39    'pallet-proxy-rmrk-equip/runtime-benchmarks',40    'pallet-foreign-assets/runtime-benchmarks',41    'pallet-unique/runtime-benchmarks',42    'pallet-inflation/runtime-benchmarks',43    'pallet-app-promotion/runtime-benchmarks',44    'pallet-unique-scheduler-v2/runtime-benchmarks',45    'pallet-xcm/runtime-benchmarks',46    'sp-runtime/runtime-benchmarks',47    'xcm-builder/runtime-benchmarks',48    'pallet-maintenance/runtime-benchmarks',49]50try-runtime = [51    'frame-try-runtime',52    'frame-executive/try-runtime',53    'frame-support/try-runtime',54    'frame-system/try-runtime',55    'cumulus-pallet-parachain-system/try-runtime',56    'parachain-info/try-runtime',57    'pallet-aura/try-runtime',58    'cumulus-pallet-aura-ext/try-runtime',59    'pallet-balances/try-runtime',60    'pallet-randomness-collective-flip/try-runtime',61    'pallet-timestamp/try-runtime',62    'pallet-transaction-payment/try-runtime',63    'pallet-treasury/try-runtime',64    'pallet-sudo/try-runtime',65    'orml-vesting/try-runtime',66    'orml-xtokens/try-runtime',67    'orml-tokens/try-runtime',68    'cumulus-pallet-xcmp-queue/try-runtime',69    'pallet-xcm/try-runtime',70    'cumulus-pallet-xcm/try-runtime',71    'cumulus-pallet-dmp-queue/try-runtime',72    'pallet-inflation/try-runtime',73    'pallet-unique/try-runtime',74    'pallet-configuration/try-runtime',75    'pallet-charge-transaction/try-runtime',76    'pallet-common/try-runtime',77    'pallet-fungible/try-runtime',78    'pallet-refungible/try-runtime',79    'pallet-nonfungible/try-runtime',80    'pallet-structure/try-runtime',81    'pallet-proxy-rmrk-core/try-runtime',82    'pallet-proxy-rmrk-equip/try-runtime',83    'pallet-app-promotion/try-runtime',84    'pallet-foreign-assets/try-runtime',85    'pallet-evm/try-runtime',86    'pallet-ethereum/try-runtime',87    'pallet-evm-coder-substrate/try-runtime',88    'pallet-evm-contract-helpers/try-runtime',89    'pallet-evm-transaction-payment/try-runtime',90    'pallet-evm-migration/try-runtime',91    'pallet-maintenance/try-runtime',92    'pallet-test-utils?/try-runtime',93]94std = [95    'codec/std',96    'cumulus-pallet-aura-ext/std',97    'cumulus-pallet-parachain-system/std',98    'cumulus-pallet-xcm/std',99    'cumulus-pallet-xcmp-queue/std',100    'cumulus-primitives-core/std',101    'cumulus-primitives-utility/std',102    'frame-try-runtime/std',103    'frame-executive/std',104    'frame-support/std',105    'frame-system/std',106    'frame-system-rpc-runtime-api/std',107    'pallet-aura/std',108    'pallet-balances/std',109    # 'pallet-contracts/std',110    # 'pallet-contracts-primitives/std',111    # 'pallet-contracts-rpc-runtime-api/std',112    # 'pallet-contract-helpers/std',113    'pallet-randomness-collective-flip/std',114    'pallet-sudo/std',115    'pallet-timestamp/std',116    'pallet-transaction-payment/std',117    'pallet-transaction-payment-rpc-runtime-api/std',118    'pallet-treasury/std',119    'pallet-evm/std',120    'pallet-evm-migration/std',121    'pallet-evm-contract-helpers/std',122    'pallet-evm-transaction-payment/std',123    'pallet-evm-coder-substrate/std',124    'pallet-ethereum/std',125    'pallet-base-fee/std',126    'fp-rpc/std',127    'up-rpc/std',128    'app-promotion-rpc/std',129    'fp-evm-mapping/std',130    'fp-self-contained/std',131    'parachain-info/std',132    'serde',133    'pallet-inflation/std',134    'pallet-configuration/std',135    'pallet-app-promotion/std',136    'pallet-common/std',137    'pallet-structure/std',138    'pallet-fungible/std',139    'pallet-refungible/std',140    'pallet-nonfungible/std',141    'pallet-proxy-rmrk-core/std',142    'pallet-proxy-rmrk-equip/std',143    'pallet-unique/std',144    'pallet-unique-scheduler-v2/std',145    'pallet-charge-transaction/std',146    'up-data-structs/std',147    'sp-api/std',148    'sp-block-builder/std',149    "sp-consensus-aura/std",150    'sp-core/std',151    'sp-inherents/std',152    'sp-io/std',153    'sp-offchain/std',154    'sp-runtime/std',155    'sp-session/std',156    'sp-std/std',157    'sp-transaction-pool/std',158    'sp-version/std',159    'xcm/std',160    'xcm-builder/std',161    'xcm-executor/std',162    'up-common/std',163    'rmrk-rpc/std',164    'evm-coder/std',165    'up-sponsorship/std',166167    "orml-vesting/std",168    "orml-tokens/std",169    "orml-xtokens/std",170    "orml-traits/std",171    "pallet-foreign-assets/std",172173    'pallet-maintenance/std',174    'pallet-test-utils?/std',175]176limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']177opal-runtime = ['refungible', 'scheduler', 'rmrk', 'app-promotion', 'foreign-assets', 'pallet-test-utils']178179refungible = []180scheduler = []181rmrk = []182foreign-assets = []183app-promotion = []184185################################################################################186# Substrate Dependencies187188[dependencies.codec]189default-features = false190features = ['derive']191package = 'parity-scale-codec'192version = '3.1.2'193194[dependencies.frame-benchmarking]195default-features = false196git = "https://github.com/paritytech/substrate"197optional = true198branch = "polkadot-v0.9.30"199200[dependencies.frame-try-runtime]201default-features = false202git = "https://github.com/paritytech/substrate"203optional = true204branch = "polkadot-v0.9.30"205206[dependencies.frame-executive]207default-features = false208git = "https://github.com/paritytech/substrate"209branch = "polkadot-v0.9.30"210211[dependencies.frame-support]212default-features = false213git = "https://github.com/paritytech/substrate"214branch = "polkadot-v0.9.30"215216[dependencies.frame-system]217default-features = false218git = "https://github.com/paritytech/substrate"219branch = "polkadot-v0.9.30"220221[dependencies.frame-system-benchmarking]222default-features = false223git = "https://github.com/paritytech/substrate"224optional = true225branch = "polkadot-v0.9.30"226227[dependencies.frame-system-rpc-runtime-api]228default-features = false229git = "https://github.com/paritytech/substrate"230branch = "polkadot-v0.9.30"231232[dependencies.hex-literal]233optional = true234version = '0.3.3'235236[dependencies.serde]237default-features = false238features = ['derive']239optional = true240version = '1.0.130'241242[dependencies.pallet-aura]243default-features = false244git = "https://github.com/paritytech/substrate"245branch = "polkadot-v0.9.30"246247[dependencies.pallet-balances]248default-features = false249git = "https://github.com/paritytech/substrate"250branch = "polkadot-v0.9.30"251252# Contracts specific packages253# [dependencies.pallet-contracts]254# git = 'https://github.com/paritytech/substrate'255# default-features = false256# branch = 'master'257# version = '4.0.0-dev'258259# [dependencies.pallet-contracts-primitives]260# git = 'https://github.com/paritytech/substrate'261# default-features = false262# branch = 'master'263# version = '4.0.0-dev'264265# [dependencies.pallet-contracts-rpc-runtime-api]266# git = 'https://github.com/paritytech/substrate'267# default-features = false268# branch = 'master'269# version = '4.0.0-dev'270271[dependencies.pallet-randomness-collective-flip]272default-features = false273git = "https://github.com/paritytech/substrate"274branch = "polkadot-v0.9.30"275276[dependencies.pallet-sudo]277default-features = false278git = "https://github.com/paritytech/substrate"279branch = "polkadot-v0.9.30"280281[dependencies.pallet-timestamp]282default-features = false283git = "https://github.com/paritytech/substrate"284branch = "polkadot-v0.9.30"285286[dependencies.pallet-transaction-payment]287default-features = false288git = "https://github.com/paritytech/substrate"289branch = "polkadot-v0.9.30"290291[dependencies.pallet-transaction-payment-rpc-runtime-api]292default-features = false293git = "https://github.com/paritytech/substrate"294branch = "polkadot-v0.9.30"295296[dependencies.pallet-treasury]297default-features = false298git = "https://github.com/paritytech/substrate"299branch = "polkadot-v0.9.30"300301[dependencies.sp-arithmetic]302default-features = false303git = "https://github.com/paritytech/substrate"304branch = "polkadot-v0.9.30"305306[dependencies.sp-api]307default-features = false308git = "https://github.com/paritytech/substrate"309branch = "polkadot-v0.9.30"310311[dependencies.sp-block-builder]312default-features = false313git = "https://github.com/paritytech/substrate"314branch = "polkadot-v0.9.30"315316[dependencies.sp-core]317default-features = false318git = "https://github.com/paritytech/substrate"319branch = "polkadot-v0.9.30"320321[dependencies.sp-consensus-aura]322default-features = false323git = "https://github.com/paritytech/substrate"324branch = "polkadot-v0.9.30"325326[dependencies.sp-inherents]327default-features = false328git = "https://github.com/paritytech/substrate"329branch = "polkadot-v0.9.30"330331[dependencies.sp-io]332default-features = false333git = "https://github.com/paritytech/substrate"334branch = "polkadot-v0.9.30"335336[dependencies.sp-offchain]337default-features = false338git = "https://github.com/paritytech/substrate"339branch = "polkadot-v0.9.30"340341[dependencies.sp-runtime]342default-features = false343git = "https://github.com/paritytech/substrate"344branch = "polkadot-v0.9.30"345346[dependencies.sp-session]347default-features = false348git = "https://github.com/paritytech/substrate"349branch = "polkadot-v0.9.30"350351[dependencies.sp-std]352default-features = false353git = "https://github.com/paritytech/substrate"354branch = "polkadot-v0.9.30"355356[dependencies.sp-transaction-pool]357default-features = false358git = "https://github.com/paritytech/substrate"359branch = "polkadot-v0.9.30"360361[dependencies.sp-version]362default-features = false363git = "https://github.com/paritytech/substrate"364branch = "polkadot-v0.9.30"365366[dependencies.smallvec]367version = '1.6.1'368369################################################################################370# Cumulus dependencies371372[dependencies.parachain-info]373default-features = false374git = "https://github.com/paritytech/cumulus"375branch = "polkadot-v0.9.30"376377[dependencies.cumulus-pallet-aura-ext]378git = "https://github.com/paritytech/cumulus"379branch = "polkadot-v0.9.30"380default-features = false381382[dependencies.cumulus-pallet-parachain-system]383git = "https://github.com/paritytech/cumulus"384branch = "polkadot-v0.9.30"385default-features = false386387[dependencies.cumulus-primitives-core]388git = "https://github.com/paritytech/cumulus"389branch = "polkadot-v0.9.30"390default-features = false391392[dependencies.cumulus-pallet-xcm]393git = "https://github.com/paritytech/cumulus"394branch = "polkadot-v0.9.30"395default-features = false396397[dependencies.cumulus-pallet-dmp-queue]398git = "https://github.com/paritytech/cumulus"399branch = "polkadot-v0.9.30"400default-features = false401402[dependencies.cumulus-pallet-xcmp-queue]403git = "https://github.com/paritytech/cumulus"404branch = "polkadot-v0.9.30"405default-features = false406407[dependencies.cumulus-primitives-utility]408git = "https://github.com/paritytech/cumulus"409branch = "polkadot-v0.9.30"410default-features = false411412[dependencies.cumulus-primitives-timestamp]413git = "https://github.com/paritytech/cumulus"414branch = "polkadot-v0.9.30"415default-features = false416417################################################################################418# Polkadot dependencies419420[dependencies.polkadot-parachain]421git = "https://github.com/paritytech/polkadot"422branch = "release-v0.9.30"423default-features = false424425[dependencies.xcm]426git = "https://github.com/paritytech/polkadot"427branch = "release-v0.9.30"428default-features = false429430[dependencies.xcm-builder]431git = "https://github.com/paritytech/polkadot"432branch = "release-v0.9.30"433default-features = false434435[dependencies.xcm-executor]436git = "https://github.com/paritytech/polkadot"437branch = "release-v0.9.30"438default-features = false439440[dependencies.pallet-xcm]441git = "https://github.com/paritytech/polkadot"442branch = "release-v0.9.30"443default-features = false444445################################################################################446# local dependencies447448[dependencies]449orml-vesting.workspace = true450orml-xtokens.workspace = true451orml-tokens.workspace = true452orml-traits.workspace = true453454log = { version = "0.4.16", default-features = false }455up-common = { path = "../../primitives/common", default-features = false }456scale-info = { version = "2.0.1", default-features = false, features = [457    "derive",458] }459derivative = "2.2.0"460pallet-unique = { path = '../../pallets/unique', default-features = false }461up-rpc = { path = "../../primitives/rpc", default-features = false }462app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }463rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }464fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }465pallet-inflation = { path = '../../pallets/inflation', default-features = false }466pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }467up-data-structs = { path = '../../primitives/data-structs', default-features = false }468pallet-configuration = { default-features = false, path = "../../pallets/configuration" }469pallet-common = { default-features = false, path = "../../pallets/common" }470pallet-structure = { default-features = false, path = "../../pallets/structure" }471pallet-fungible = { default-features = false, path = "../../pallets/fungible" }472pallet-refungible = { default-features = false, path = "../../pallets/refungible" }473pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }474pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }475pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }476pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }477pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }478pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }479pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }480pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }481pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }482pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }483pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }484pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }485fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }486fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }487evm-coder = { default-features = false, path = '../../crates/evm-coder' }488up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }489pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }490pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }491492################################################################################493# Test dependencies494495pallet-test-utils = { optional = true, default-features = false, path = "../../test-pallets/utils" }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.30"