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

difftreelog

source

runtime/opal/Cargo.toml16.7 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-collator-selection/runtime-benchmarks",33    'pallet-timestamp/runtime-benchmarks',34    'pallet-common/runtime-benchmarks',35    'pallet-structure/runtime-benchmarks',36    'pallet-fungible/runtime-benchmarks',37    'pallet-refungible/runtime-benchmarks',38    'pallet-nonfungible/runtime-benchmarks',39    'pallet-proxy-rmrk-core/runtime-benchmarks',40    'pallet-proxy-rmrk-equip/runtime-benchmarks',41    'pallet-foreign-assets/runtime-benchmarks',42    'pallet-unique/runtime-benchmarks',43    'pallet-inflation/runtime-benchmarks',44    'pallet-app-promotion/runtime-benchmarks',45    'pallet-unique-scheduler/runtime-benchmarks',46    'pallet-xcm/runtime-benchmarks',47    'sp-runtime/runtime-benchmarks',48    'xcm-builder/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-unique-scheduler/try-runtime',75    'pallet-configuration/try-runtime',76    'pallet-charge-transaction/try-runtime',77    'pallet-common/try-runtime',78    'pallet-fungible/try-runtime',79    'pallet-refungible/try-runtime',80    'pallet-nonfungible/try-runtime',81    'pallet-structure/try-runtime',82    'pallet-proxy-rmrk-core/try-runtime',83    'pallet-proxy-rmrk-equip/try-runtime',84    'pallet-app-promotion/try-runtime',85    'pallet-foreign-assets/try-runtime',86    'pallet-evm/try-runtime',87    'pallet-ethereum/try-runtime',88    'pallet-evm-coder-substrate/try-runtime',89    'pallet-evm-contract-helpers/try-runtime',90    'pallet-evm-transaction-payment/try-runtime',91    'pallet-evm-migration/try-runtime',92]93std = [94    'codec/std',95    'cumulus-pallet-aura-ext/std',96    'cumulus-pallet-parachain-system/std',97    'cumulus-pallet-xcm/std',98    'cumulus-pallet-xcmp-queue/std',99    'cumulus-primitives-core/std',100    'cumulus-primitives-utility/std',101    'frame-try-runtime/std',102    'frame-executive/std',103    'frame-support/std',104    'frame-system/std',105    'frame-system-rpc-runtime-api/std',106    'pallet-aura/std',107    'pallet-balances/std',108    # 'pallet-contracts/std',109    # 'pallet-contracts-primitives/std',110    # 'pallet-contracts-rpc-runtime-api/std',111    # 'pallet-contract-helpers/std',112	"pallet-authorship/std",113	'pallet-collator-selection/std',114	"pallet-session/std",115    'pallet-randomness-collective-flip/std',116    'pallet-sudo/std',117    'pallet-timestamp/std',118    'pallet-transaction-payment/std',119    'pallet-transaction-payment-rpc-runtime-api/std',120    'pallet-treasury/std',121    'pallet-evm/std',122    'pallet-evm-migration/std',123    'pallet-evm-contract-helpers/std',124    'pallet-evm-transaction-payment/std',125    'pallet-evm-coder-substrate/std',126    'pallet-ethereum/std',127    'pallet-base-fee/std',128    'fp-rpc/std',129    'up-rpc/std',130    'app-promotion-rpc/std',131    'fp-evm-mapping/std',132    'fp-self-contained/std',133    'parachain-info/std',134    'serde',135    'pallet-inflation/std',136    'pallet-configuration/std',137    'pallet-app-promotion/std',138    'pallet-common/std',139    'pallet-structure/std',140    'pallet-fungible/std',141    'pallet-refungible/std',142    'pallet-nonfungible/std',143    'pallet-proxy-rmrk-core/std',144    'pallet-proxy-rmrk-equip/std',145    'pallet-unique/std',146    'pallet-unique-scheduler/std',147    'pallet-charge-transaction/std',148    'up-data-structs/std',149    'sp-api/std',150    'sp-block-builder/std',151    "sp-consensus-aura/std",152    'sp-core/std',153    'sp-inherents/std',154    'sp-io/std',155    'sp-offchain/std',156    'sp-runtime/std',157    'sp-session/std',158    'sp-std/std',159    'sp-transaction-pool/std',160    'sp-version/std',161    'xcm/std',162    'xcm-builder/std',163    'xcm-executor/std',164    'up-common/std',165    'rmrk-rpc/std',166    'evm-coder/std',167    'up-sponsorship/std',168169    "orml-vesting/std",170    "orml-tokens/std",171    "orml-xtokens/std",172    "orml-traits/std",173    "pallet-foreign-assets/std",174]175limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']176opal-runtime = ['refungible', 'rmrk', 'app-promotion', 'foreign-assets', 'collator-selection']177178refungible = []179scheduler = []180rmrk = []181foreign-assets = []182app-promotion = []183collator-selection = []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-collator-selection]248default-features = false249git = 'https://github.com/paritytech/cumulus'250branch = 'polkadot-v0.9.30'251252[dependencies.pallet-authorship]253default-features = false254git = 'https://github.com/paritytech/substrate'255branch = 'polkadot-v0.9.30'256257[dependencies.pallet-session]258default-features = false259git = 'https://github.com/paritytech/substrate'260branch = 'polkadot-v0.9.30'261262[dependencies.pallet-balances]263default-features = false264git = "https://github.com/paritytech/substrate"265branch = "polkadot-v0.9.30"266267# Contracts specific packages268# [dependencies.pallet-contracts]269# git = 'https://github.com/paritytech/substrate'270# default-features = false271# branch = 'master'272# version = '4.0.0-dev'273274# [dependencies.pallet-contracts-primitives]275# git = 'https://github.com/paritytech/substrate'276# default-features = false277# branch = 'master'278# version = '4.0.0-dev'279280# [dependencies.pallet-contracts-rpc-runtime-api]281# git = 'https://github.com/paritytech/substrate'282# default-features = false283# branch = 'master'284# version = '4.0.0-dev'285286[dependencies.pallet-randomness-collective-flip]287default-features = false288git = "https://github.com/paritytech/substrate"289branch = "polkadot-v0.9.30"290291[dependencies.pallet-sudo]292default-features = false293git = "https://github.com/paritytech/substrate"294branch = "polkadot-v0.9.30"295296[dependencies.pallet-timestamp]297default-features = false298git = "https://github.com/paritytech/substrate"299branch = "polkadot-v0.9.30"300301[dependencies.pallet-transaction-payment]302default-features = false303git = "https://github.com/paritytech/substrate"304branch = "polkadot-v0.9.30"305306[dependencies.pallet-transaction-payment-rpc-runtime-api]307default-features = false308git = "https://github.com/paritytech/substrate"309branch = "polkadot-v0.9.30"310311[dependencies.pallet-treasury]312default-features = false313git = "https://github.com/paritytech/substrate"314branch = "polkadot-v0.9.30"315316[dependencies.sp-arithmetic]317default-features = false318git = "https://github.com/paritytech/substrate"319branch = "polkadot-v0.9.30"320321[dependencies.sp-api]322default-features = false323git = "https://github.com/paritytech/substrate"324branch = "polkadot-v0.9.30"325326[dependencies.sp-block-builder]327default-features = false328git = "https://github.com/paritytech/substrate"329branch = "polkadot-v0.9.30"330331[dependencies.sp-core]332default-features = false333git = "https://github.com/paritytech/substrate"334branch = "polkadot-v0.9.30"335336[dependencies.sp-consensus-aura]337default-features = false338git = "https://github.com/paritytech/substrate"339branch = "polkadot-v0.9.30"340341[dependencies.sp-inherents]342default-features = false343git = "https://github.com/paritytech/substrate"344branch = "polkadot-v0.9.30"345346[dependencies.sp-io]347default-features = false348git = "https://github.com/paritytech/substrate"349branch = "polkadot-v0.9.30"350351[dependencies.sp-offchain]352default-features = false353git = "https://github.com/paritytech/substrate"354branch = "polkadot-v0.9.30"355356[dependencies.sp-runtime]357default-features = false358git = "https://github.com/paritytech/substrate"359branch = "polkadot-v0.9.30"360361[dependencies.sp-session]362default-features = false363git = "https://github.com/paritytech/substrate"364branch = "polkadot-v0.9.30"365366[dependencies.sp-std]367default-features = false368git = "https://github.com/paritytech/substrate"369branch = "polkadot-v0.9.30"370371[dependencies.sp-transaction-pool]372default-features = false373git = "https://github.com/paritytech/substrate"374branch = "polkadot-v0.9.30"375376[dependencies.sp-version]377default-features = false378git = "https://github.com/paritytech/substrate"379branch = "polkadot-v0.9.30"380381[dependencies.smallvec]382version = '1.6.1'383384################################################################################385# Cumulus dependencies386387[dependencies.parachain-info]388default-features = false389git = "https://github.com/paritytech/cumulus"390branch = "polkadot-v0.9.30"391392[dependencies.cumulus-pallet-aura-ext]393git = "https://github.com/paritytech/cumulus"394branch = "polkadot-v0.9.30"395default-features = false396397[dependencies.cumulus-pallet-parachain-system]398git = "https://github.com/paritytech/cumulus"399branch = "polkadot-v0.9.30"400default-features = false401402[dependencies.cumulus-primitives-core]403git = "https://github.com/paritytech/cumulus"404branch = "polkadot-v0.9.30"405default-features = false406407[dependencies.cumulus-pallet-xcm]408git = "https://github.com/paritytech/cumulus"409branch = "polkadot-v0.9.30"410default-features = false411412[dependencies.cumulus-pallet-dmp-queue]413git = "https://github.com/paritytech/cumulus"414branch = "polkadot-v0.9.30"415default-features = false416417[dependencies.cumulus-pallet-xcmp-queue]418git = "https://github.com/paritytech/cumulus"419branch = "polkadot-v0.9.30"420default-features = false421422[dependencies.cumulus-primitives-utility]423git = "https://github.com/paritytech/cumulus"424branch = "polkadot-v0.9.30"425default-features = false426427[dependencies.cumulus-primitives-timestamp]428git = "https://github.com/paritytech/cumulus"429branch = "polkadot-v0.9.30"430default-features = false431432################################################################################433# Polkadot dependencies434435[dependencies.polkadot-parachain]436git = "https://github.com/paritytech/polkadot"437branch = "release-v0.9.30"438default-features = false439440[dependencies.xcm]441git = "https://github.com/paritytech/polkadot"442branch = "release-v0.9.30"443default-features = false444445[dependencies.xcm-builder]446git = "https://github.com/paritytech/polkadot"447branch = "release-v0.9.30"448default-features = false449450[dependencies.xcm-executor]451git = "https://github.com/paritytech/polkadot"452branch = "release-v0.9.30"453default-features = false454455[dependencies.pallet-xcm]456git = "https://github.com/paritytech/polkadot"457branch = "release-v0.9.30"458default-features = false459460################################################################################461# local dependencies462463[dependencies]464orml-vesting.workspace = true465orml-xtokens.workspace = true466orml-tokens.workspace = true467orml-traits.workspace = true468469log = { version = "0.4.16", default-features = false }470up-common = { path = "../../primitives/common", default-features = false }471scale-info = { version = "2.0.1", default-features = false, features = [472    "derive",473] }474derivative = "2.2.0"475pallet-unique = { path = '../../pallets/unique', default-features = false }476up-rpc = { path = "../../primitives/rpc", default-features = false }477app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }478rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }479fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }480pallet-inflation = { path = '../../pallets/inflation', default-features = false }481pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }482up-data-structs = { path = '../../primitives/data-structs', default-features = false }483pallet-configuration = { default-features = false, path = "../../pallets/configuration" }484pallet-common = { default-features = false, path = "../../pallets/common" }485pallet-structure = { default-features = false, path = "../../pallets/structure" }486pallet-fungible = { default-features = false, path = "../../pallets/fungible" }487pallet-refungible = { default-features = false, path = "../../pallets/refungible" }488pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }489pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }490pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }491pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }492pallet-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" }493pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }494pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }495pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }496pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }497pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }498pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }499pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }500fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }501fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30" }502evm-coder = { default-features = false, path = '../../crates/evm-coder' }503up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }504pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }505506################################################################################507# Other Dependencies508509impl-trait-for-tuples = "0.2.2"510511################################################################################512# Dev Dependencies513514[dev-dependencies.logtest]515version = "2.0.0"516517################################################################################518# Build Dependencies519520[build-dependencies.substrate-wasm-builder]521git = "https://github.com/paritytech/substrate"522branch = "polkadot-v0.9.30"