git.delta.rocks / unique-network / refs/commits / 308db1642565

difftreelog

source

runtime/opal/Cargo.toml18.0 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.33"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-data-management/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-try-runtime?/try-runtime',53    'frame-executive/try-runtime',54    'frame-support/try-runtime',55    'frame-system/try-runtime',56    'cumulus-pallet-parachain-system/try-runtime',57    'parachain-info/try-runtime',58    'pallet-aura/try-runtime',59    'cumulus-pallet-aura-ext/try-runtime',60    'pallet-balances/try-runtime',61    'pallet-randomness-collective-flip/try-runtime',62    'pallet-timestamp/try-runtime',63    'pallet-transaction-payment/try-runtime',64    'pallet-treasury/try-runtime',65    'pallet-sudo/try-runtime',66    'orml-vesting/try-runtime',67    'orml-xtokens/try-runtime',68    'orml-tokens/try-runtime',69    'cumulus-pallet-xcmp-queue/try-runtime',70    'pallet-xcm/try-runtime',71    'cumulus-pallet-xcm/try-runtime',72    'cumulus-pallet-dmp-queue/try-runtime',73	"pallet-authorship/try-runtime",74	"pallet-collator-selection/try-runtime",75	"pallet-session/try-runtime",76	"pallet-identity/try-runtime",77    'pallet-inflation/try-runtime',78    'pallet-unique/try-runtime',79    'pallet-configuration/try-runtime',80    'pallet-charge-transaction/try-runtime',81    'pallet-common/try-runtime',82    'pallet-fungible/try-runtime',83    'pallet-refungible/try-runtime',84    'pallet-nonfungible/try-runtime',85    'pallet-structure/try-runtime',86    'pallet-proxy-rmrk-core/try-runtime',87    'pallet-proxy-rmrk-equip/try-runtime',88    'pallet-app-promotion/try-runtime',89    'pallet-foreign-assets/try-runtime',90    'pallet-ethereum/try-runtime',91    'pallet-evm/try-runtime',92    'pallet-evm-coder-substrate/try-runtime',93    'pallet-evm-contract-helpers/try-runtime',94    'pallet-evm-transaction-payment/try-runtime',95    'pallet-data-management/try-runtime',96    'pallet-base-fee/try-runtime',97    'pallet-unique-scheduler-v2/try-runtime',98    'pallet-maintenance/try-runtime',99    'pallet-test-utils?/try-runtime',100]101std = [102    'codec/std',103    'cumulus-pallet-aura-ext/std',104    'cumulus-pallet-parachain-system/std',105    'cumulus-pallet-xcm/std',106    'cumulus-pallet-xcmp-queue/std',107    'cumulus-primitives-core/std',108    'cumulus-primitives-utility/std',109    'frame-try-runtime/std',110    'frame-executive/std',111    'frame-support/std',112    'frame-system/std',113    'frame-system-rpc-runtime-api/std',114    'pallet-aura/std',115    'pallet-balances/std',116    # 'pallet-contracts/std',117    # 'pallet-contracts-primitives/std',118    # 'pallet-contracts-rpc-runtime-api/std',119    # 'pallet-contract-helpers/std',120	"pallet-authorship/std",121	'pallet-collator-selection/std',122	"pallet-session/std",123	'pallet-identity/std',124    'pallet-randomness-collective-flip/std',125    'pallet-sudo/std',126    'pallet-timestamp/std',127    'pallet-transaction-payment/std',128    'pallet-transaction-payment-rpc-runtime-api/std',129    'pallet-treasury/std',130    'pallet-evm/std',131    'pallet-data-management/std',132    'pallet-evm-contract-helpers/std',133    'pallet-evm-transaction-payment/std',134    'pallet-evm-coder-substrate/std',135    'pallet-ethereum/std',136    'pallet-base-fee/std',137    'fp-rpc/std',138    'up-rpc/std',139    'app-promotion-rpc/std',140    'fp-evm-mapping/std',141    'fp-self-contained/std',142    'parachain-info/std',143    'serde',144    'pallet-inflation/std',145    'pallet-configuration/std',146    'pallet-app-promotion/std',147    'pallet-common/std',148    'pallet-structure/std',149    'pallet-fungible/std',150    'pallet-refungible/std',151    'pallet-nonfungible/std',152    'pallet-proxy-rmrk-core/std',153    'pallet-proxy-rmrk-equip/std',154    'pallet-unique/std',155    'pallet-unique-scheduler-v2/std',156    'pallet-charge-transaction/std',157    'up-data-structs/std',158    'sp-api/std',159    'sp-block-builder/std',160    "sp-consensus-aura/std",161    'sp-core/std',162    'sp-inherents/std',163    'sp-io/std',164    'sp-offchain/std',165    'sp-runtime/std',166    'sp-session/std',167    'sp-std/std',168    'sp-transaction-pool/std',169    'sp-version/std',170    'xcm/std',171    'xcm-builder/std',172    'xcm-executor/std',173    'up-common/std',174    'rmrk-rpc/std',175    'evm-coder/std',176    'up-sponsorship/std',177178    "orml-vesting/std",179    "orml-tokens/std",180    "orml-xtokens/std",181    "orml-traits/std",182    "pallet-foreign-assets/std",183184    'pallet-maintenance/std',185    'pallet-test-utils?/std',186]187limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']188opal-runtime = [189    'refungible',190    'rmrk',191    'app-promotion',192    'collator-selection',193    'foreign-assets',194    'pallet-test-utils',195]196become-sapphire = []197198refungible = []199scheduler = []200rmrk = []201foreign-assets = []202app-promotion = []203collator-selection = []204205################################################################################206# Substrate Dependencies207208[dependencies.codec]209default-features = false210features = ['derive']211package = 'parity-scale-codec'212version = '3.1.2'213214[dependencies.frame-benchmarking]215default-features = false216git = "https://github.com/paritytech/substrate"217optional = true218branch = "polkadot-v0.9.33"219220[dependencies.frame-try-runtime]221default-features = false222git = "https://github.com/paritytech/substrate"223optional = true224branch = "polkadot-v0.9.33"225226[dependencies.frame-executive]227default-features = false228git = "https://github.com/paritytech/substrate"229branch = "polkadot-v0.9.33"230231[dependencies.frame-support]232default-features = false233git = "https://github.com/paritytech/substrate"234branch = "polkadot-v0.9.33"235236[dependencies.frame-system]237default-features = false238git = "https://github.com/paritytech/substrate"239branch = "polkadot-v0.9.33"240241[dependencies.frame-system-benchmarking]242default-features = false243git = "https://github.com/paritytech/substrate"244optional = true245branch = "polkadot-v0.9.33"246247[dependencies.frame-system-rpc-runtime-api]248default-features = false249git = "https://github.com/paritytech/substrate"250branch = "polkadot-v0.9.33"251252[dependencies.hex-literal]253optional = true254version = '0.3.3'255256[dependencies.serde]257default-features = false258features = ['derive']259optional = true260version = '1.0.130'261262[dependencies.pallet-aura]263default-features = false264git = "https://github.com/paritytech/substrate"265branch = "polkadot-v0.9.33"266267[dependencies.pallet-authorship]268default-features = false269git = 'https://github.com/paritytech/substrate'270branch = 'polkadot-v0.9.33'271272[dependencies.pallet-session]273default-features = false274git = 'https://github.com/paritytech/substrate'275branch = 'polkadot-v0.9.33'276277[dependencies.pallet-identity]278default-features = false279git = 'https://github.com/paritytech/substrate'280branch = 'polkadot-v0.9.33'281282[dependencies.pallet-balances]283default-features = false284git = "https://github.com/paritytech/substrate"285branch = "polkadot-v0.9.33"286287# Contracts specific packages288# [dependencies.pallet-contracts]289# git = 'https://github.com/paritytech/substrate'290# default-features = false291# branch = 'master'292# version = '4.0.0-dev'293294# [dependencies.pallet-contracts-primitives]295# git = 'https://github.com/paritytech/substrate'296# default-features = false297# branch = 'master'298# version = '4.0.0-dev'299300# [dependencies.pallet-contracts-rpc-runtime-api]301# git = 'https://github.com/paritytech/substrate'302# default-features = false303# branch = 'master'304# version = '4.0.0-dev'305306[dependencies.pallet-randomness-collective-flip]307default-features = false308git = "https://github.com/paritytech/substrate"309branch = "polkadot-v0.9.33"310311[dependencies.pallet-sudo]312default-features = false313git = "https://github.com/paritytech/substrate"314branch = "polkadot-v0.9.33"315316[dependencies.pallet-timestamp]317default-features = false318git = "https://github.com/paritytech/substrate"319branch = "polkadot-v0.9.33"320321[dependencies.pallet-transaction-payment]322default-features = false323git = "https://github.com/paritytech/substrate"324branch = "polkadot-v0.9.33"325326[dependencies.pallet-transaction-payment-rpc-runtime-api]327default-features = false328git = "https://github.com/paritytech/substrate"329branch = "polkadot-v0.9.33"330331[dependencies.pallet-treasury]332default-features = false333git = "https://github.com/paritytech/substrate"334branch = "polkadot-v0.9.33"335336[dependencies.sp-arithmetic]337default-features = false338git = "https://github.com/paritytech/substrate"339branch = "polkadot-v0.9.33"340341[dependencies.sp-api]342default-features = false343git = "https://github.com/paritytech/substrate"344branch = "polkadot-v0.9.33"345346[dependencies.sp-block-builder]347default-features = false348git = "https://github.com/paritytech/substrate"349branch = "polkadot-v0.9.33"350351[dependencies.sp-core]352default-features = false353git = "https://github.com/paritytech/substrate"354branch = "polkadot-v0.9.33"355356[dependencies.sp-consensus-aura]357default-features = false358git = "https://github.com/paritytech/substrate"359branch = "polkadot-v0.9.33"360361[dependencies.sp-inherents]362default-features = false363git = "https://github.com/paritytech/substrate"364branch = "polkadot-v0.9.33"365366[dependencies.sp-io]367default-features = false368git = "https://github.com/paritytech/substrate"369branch = "polkadot-v0.9.33"370371[dependencies.sp-offchain]372default-features = false373git = "https://github.com/paritytech/substrate"374branch = "polkadot-v0.9.33"375376[dependencies.sp-runtime]377default-features = false378git = "https://github.com/paritytech/substrate"379branch = "polkadot-v0.9.33"380381[dependencies.sp-session]382default-features = false383git = "https://github.com/paritytech/substrate"384branch = "polkadot-v0.9.33"385386[dependencies.sp-std]387default-features = false388git = "https://github.com/paritytech/substrate"389branch = "polkadot-v0.9.33"390391[dependencies.sp-transaction-pool]392default-features = false393git = "https://github.com/paritytech/substrate"394branch = "polkadot-v0.9.33"395396[dependencies.sp-version]397default-features = false398git = "https://github.com/paritytech/substrate"399branch = "polkadot-v0.9.33"400401[dependencies.smallvec]402version = '1.6.1'403404################################################################################405# Cumulus dependencies406407[dependencies.parachain-info]408default-features = false409git = "https://github.com/paritytech/cumulus"410branch = "polkadot-v0.9.33"411412[dependencies.cumulus-pallet-aura-ext]413git = "https://github.com/paritytech/cumulus"414branch = "polkadot-v0.9.33"415default-features = false416417[dependencies.cumulus-pallet-parachain-system]418git = "https://github.com/paritytech/cumulus"419branch = "polkadot-v0.9.33"420default-features = false421422[dependencies.cumulus-primitives-core]423git = "https://github.com/paritytech/cumulus"424branch = "polkadot-v0.9.33"425default-features = false426427[dependencies.cumulus-pallet-xcm]428git = "https://github.com/paritytech/cumulus"429branch = "polkadot-v0.9.33"430default-features = false431432[dependencies.cumulus-pallet-dmp-queue]433git = "https://github.com/paritytech/cumulus"434branch = "polkadot-v0.9.33"435default-features = false436437[dependencies.cumulus-pallet-xcmp-queue]438git = "https://github.com/paritytech/cumulus"439branch = "polkadot-v0.9.33"440default-features = false441442[dependencies.cumulus-primitives-utility]443git = "https://github.com/paritytech/cumulus"444branch = "polkadot-v0.9.33"445default-features = false446447[dependencies.cumulus-primitives-timestamp]448git = "https://github.com/paritytech/cumulus"449branch = "polkadot-v0.9.33"450default-features = false451452################################################################################453# Polkadot dependencies454455[dependencies.polkadot-parachain]456git = "https://github.com/paritytech/polkadot"457branch = "release-v0.9.33"458default-features = false459460[dependencies.xcm]461git = "https://github.com/paritytech/polkadot"462branch = "release-v0.9.33"463default-features = false464465[dependencies.xcm-builder]466git = "https://github.com/paritytech/polkadot"467branch = "release-v0.9.33"468default-features = false469470[dependencies.xcm-executor]471git = "https://github.com/paritytech/polkadot"472branch = "release-v0.9.33"473default-features = false474475[dependencies.pallet-xcm]476git = "https://github.com/paritytech/polkadot"477branch = "release-v0.9.33"478default-features = false479480################################################################################481# local dependencies482483[dependencies]484orml-vesting.workspace = true485orml-xtokens.workspace = true486orml-tokens.workspace = true487orml-traits.workspace = true488489log = { version = "0.4.16", default-features = false }490up-common = { path = "../../primitives/common", default-features = false }491scale-info = { version = "2.0.1", default-features = false, features = [492    "derive",493] }494derivative = "2.2.0"495pallet-unique = { path = '../../pallets/unique', default-features = false }496up-rpc = { path = "../../primitives/rpc", default-features = false }497app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }498rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }499fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }500fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }501pallet-inflation = { path = '../../pallets/inflation', default-features = false }502pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }503up-data-structs = { path = '../../primitives/data-structs', default-features = false }504pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }505pallet-configuration = { default-features = false, path = "../../pallets/configuration" }506pallet-common = { default-features = false, path = "../../pallets/common" }507pallet-structure = { default-features = false, path = "../../pallets/structure" }508pallet-fungible = { default-features = false, path = "../../pallets/fungible" }509pallet-refungible = { default-features = false, path = "../../pallets/refungible" }510pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }511pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }512pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }513pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }514pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }515pallet-data-management = { path = '../../pallets/data-management', default-features = false }516pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }517pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }518pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }519pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }520pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }521pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }522fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }523fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }524pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }525evm-coder = { default-features = false, path = '../../crates/evm-coder' }526up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }527pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }528pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }529precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }530num_enum = { version = "0.5.3", default-features = false }531532################################################################################533# Test dependencies534535pallet-test-utils = { optional = true, default-features = false, path = "../../test-pallets/utils" }536537################################################################################538# Other Dependencies539540impl-trait-for-tuples = "0.2.2"541542################################################################################543# Dev Dependencies544545[dev-dependencies.logtest]546version = "2.0.0"547548################################################################################549# Build Dependencies550551[build-dependencies.substrate-wasm-builder]552git = "https://github.com/paritytech/substrate"553branch = "polkadot-v0.9.33"