git.delta.rocks / unique-network / refs/commits / 3ce5f80a2a4f

difftreelog

source

runtime/opal/Cargo.toml18.2 KiBsourcehistory
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 = ['std', 'opal-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-data-management/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-foreign-assets/runtime-benchmarks',39    'pallet-unique/runtime-benchmarks',40    'pallet-inflation/runtime-benchmarks',41    'pallet-app-promotion/runtime-benchmarks',42    'pallet-unique-scheduler-v2/runtime-benchmarks',43    'pallet-xcm/runtime-benchmarks',44    'sp-runtime/runtime-benchmarks',45    'xcm-builder/runtime-benchmarks',46    'pallet-maintenance/runtime-benchmarks',47    'cumulus-pallet-parachain-system/runtime-benchmarks'48]49try-runtime = [50    'frame-try-runtime',51    'frame-try-runtime?/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-authorship/try-runtime",73	"pallet-collator-selection/try-runtime",74	"pallet-session/try-runtime",75	"pallet-identity/try-runtime",76    'pallet-inflation/try-runtime',77    'pallet-unique/try-runtime',78    'pallet-configuration/try-runtime',79    'pallet-charge-transaction/try-runtime',80    'pallet-common/try-runtime',81    'pallet-fungible/try-runtime',82    'pallet-refungible/try-runtime',83    'pallet-nonfungible/try-runtime',84    'pallet-structure/try-runtime',85    'pallet-proxy-rmrk-core/try-runtime',86    'pallet-proxy-rmrk-equip/try-runtime',87    'pallet-app-promotion/try-runtime',88    'pallet-foreign-assets/try-runtime',89    'pallet-ethereum/try-runtime',90    'pallet-evm/try-runtime',91    'pallet-evm-coder-substrate/try-runtime',92    'pallet-evm-contract-helpers/try-runtime',93    'pallet-evm-transaction-payment/try-runtime',94    'pallet-data-management/try-runtime',95    'pallet-base-fee/try-runtime',96    'pallet-unique-scheduler-v2/try-runtime',97    'pallet-maintenance/try-runtime',98    'pallet-test-utils?/try-runtime',99    'fp-self-contained/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    'up-pov-estimate-rpc/std',140    'app-promotion-rpc/std',141    'fp-evm-mapping/std',142    'fp-self-contained/std',143    'parachain-info/std',144    'serde',145    'pallet-inflation/std',146    'pallet-configuration/std',147    'pallet-app-promotion/std',148    'pallet-common/std',149    'pallet-structure/std',150    'pallet-fungible/std',151    'pallet-refungible/std',152    'pallet-nonfungible/std',153    'pallet-proxy-rmrk-core/std',154    'pallet-proxy-rmrk-equip/std',155    'pallet-unique/std',156    'pallet-unique-scheduler-v2/std',157    'pallet-charge-transaction/std',158    'up-data-structs/std',159    'sp-api/std',160    'sp-block-builder/std',161    "sp-consensus-aura/std",162    'sp-core/std',163    'sp-inherents/std',164    'sp-io/std',165    'sp-offchain/std',166    'sp-runtime/std',167    'sp-session/std',168    'sp-std/std',169    'sp-transaction-pool/std',170    'sp-version/std',171    'xcm/std',172    'xcm-builder/std',173    'xcm-executor/std',174    'up-common/std',175    'rmrk-rpc/std',176    'evm-coder/std',177    'up-sponsorship/std',178179    "orml-vesting/std",180    "orml-tokens/std",181    "orml-xtokens/std",182    "orml-traits/std",183    "pallet-foreign-assets/std",184185    'pallet-maintenance/std',186    'pallet-test-utils?/std',187]188limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']189opal-runtime = [190    'refungible',191    'rmrk',192    'app-promotion',193    'collator-selection',194    'foreign-assets',195    'pallet-test-utils',196]197become-sapphire = []198pov-estimate = []199200refungible = []201scheduler = []202rmrk = []203foreign-assets = []204app-promotion = []205collator-selection = []206207################################################################################208# Substrate Dependencies209210[dependencies.codec]211default-features = false212features = ['derive']213package = 'parity-scale-codec'214version = '3.1.2'215216[dependencies.frame-benchmarking]217default-features = false218git = "https://github.com/paritytech/substrate"219optional = true220branch = "polkadot-v0.9.36"221222[dependencies.frame-try-runtime]223default-features = false224git = "https://github.com/paritytech/substrate"225optional = true226branch = "polkadot-v0.9.36"227228[dependencies.frame-executive]229default-features = false230git = "https://github.com/paritytech/substrate"231branch = "polkadot-v0.9.36"232233[dependencies.frame-support]234default-features = false235git = "https://github.com/paritytech/substrate"236branch = "polkadot-v0.9.36"237238[dependencies.frame-system]239default-features = false240git = "https://github.com/paritytech/substrate"241branch = "polkadot-v0.9.36"242243[dependencies.frame-system-benchmarking]244default-features = false245git = "https://github.com/paritytech/substrate"246optional = true247branch = "polkadot-v0.9.36"248249[dependencies.frame-system-rpc-runtime-api]250default-features = false251git = "https://github.com/paritytech/substrate"252branch = "polkadot-v0.9.36"253254[dependencies.hex-literal]255optional = true256version = '0.3.3'257258[dependencies.serde]259default-features = false260features = ['derive']261optional = true262version = '1.0.130'263264[dependencies.pallet-aura]265default-features = false266git = "https://github.com/paritytech/substrate"267branch = "polkadot-v0.9.36"268269[dependencies.pallet-authorship]270default-features = false271git = 'https://github.com/paritytech/substrate'272branch = 'polkadot-v0.9.36'273274[dependencies.pallet-session]275default-features = false276git = 'https://github.com/paritytech/substrate'277branch = 'polkadot-v0.9.36'278279[dependencies.pallet-identity]280default-features = false281git = 'https://github.com/paritytech/substrate'282branch = 'polkadot-v0.9.36'283284[dependencies.pallet-balances]285default-features = false286git = "https://github.com/paritytech/substrate"287branch = "polkadot-v0.9.36"288289# Contracts specific packages290# [dependencies.pallet-contracts]291# git = 'https://github.com/paritytech/substrate'292# default-features = false293# branch = 'master'294# version = '4.0.0-dev'295296# [dependencies.pallet-contracts-primitives]297# git = 'https://github.com/paritytech/substrate'298# default-features = false299# branch = 'master'300# version = '4.0.0-dev'301302# [dependencies.pallet-contracts-rpc-runtime-api]303# git = 'https://github.com/paritytech/substrate'304# default-features = false305# branch = 'master'306# version = '4.0.0-dev'307308[dependencies.pallet-randomness-collective-flip]309default-features = false310git = "https://github.com/paritytech/substrate"311branch = "polkadot-v0.9.36"312313[dependencies.pallet-sudo]314default-features = false315git = "https://github.com/paritytech/substrate"316branch = "polkadot-v0.9.36"317318[dependencies.pallet-timestamp]319default-features = false320git = "https://github.com/paritytech/substrate"321branch = "polkadot-v0.9.36"322323[dependencies.pallet-transaction-payment]324default-features = false325git = "https://github.com/paritytech/substrate"326branch = "polkadot-v0.9.36"327328[dependencies.pallet-transaction-payment-rpc-runtime-api]329default-features = false330git = "https://github.com/paritytech/substrate"331branch = "polkadot-v0.9.36"332333[dependencies.pallet-treasury]334default-features = false335git = "https://github.com/paritytech/substrate"336branch = "polkadot-v0.9.36"337338[dependencies.sp-arithmetic]339default-features = false340git = "https://github.com/paritytech/substrate"341branch = "polkadot-v0.9.36"342343[dependencies.sp-api]344default-features = false345git = "https://github.com/paritytech/substrate"346branch = "polkadot-v0.9.36"347348[dependencies.sp-block-builder]349default-features = false350git = "https://github.com/paritytech/substrate"351branch = "polkadot-v0.9.36"352353[dependencies.sp-core]354default-features = false355git = "https://github.com/paritytech/substrate"356branch = "polkadot-v0.9.36"357358[dependencies.sp-consensus-aura]359default-features = false360git = "https://github.com/paritytech/substrate"361branch = "polkadot-v0.9.36"362363[dependencies.sp-inherents]364default-features = false365git = "https://github.com/paritytech/substrate"366branch = "polkadot-v0.9.36"367368[dependencies.sp-io]369default-features = false370git = "https://github.com/paritytech/substrate"371branch = "polkadot-v0.9.36"372373[dependencies.sp-offchain]374default-features = false375git = "https://github.com/paritytech/substrate"376branch = "polkadot-v0.9.36"377378[dependencies.sp-runtime]379default-features = false380git = "https://github.com/paritytech/substrate"381branch = "polkadot-v0.9.36"382383[dependencies.sp-session]384default-features = false385git = "https://github.com/paritytech/substrate"386branch = "polkadot-v0.9.36"387388[dependencies.sp-std]389default-features = false390git = "https://github.com/paritytech/substrate"391branch = "polkadot-v0.9.36"392393[dependencies.sp-transaction-pool]394default-features = false395git = "https://github.com/paritytech/substrate"396branch = "polkadot-v0.9.36"397398[dependencies.sp-version]399default-features = false400git = "https://github.com/paritytech/substrate"401branch = "polkadot-v0.9.36"402403[dependencies.smallvec]404version = '1.6.1'405406################################################################################407# Cumulus dependencies408409[dependencies.parachain-info]410default-features = false411git = "https://github.com/paritytech/cumulus"412branch = "polkadot-v0.9.36"413414[dependencies.cumulus-pallet-aura-ext]415git = "https://github.com/paritytech/cumulus"416branch = "polkadot-v0.9.36"417default-features = false418419[dependencies.cumulus-pallet-parachain-system]420git = "https://github.com/paritytech/cumulus"421branch = "polkadot-v0.9.36"422default-features = false423424[dependencies.cumulus-primitives-core]425git = "https://github.com/paritytech/cumulus"426branch = "polkadot-v0.9.36"427default-features = false428429[dependencies.cumulus-pallet-xcm]430git = "https://github.com/paritytech/cumulus"431branch = "polkadot-v0.9.36"432default-features = false433434[dependencies.cumulus-pallet-dmp-queue]435git = "https://github.com/paritytech/cumulus"436branch = "polkadot-v0.9.36"437default-features = false438439[dependencies.cumulus-pallet-xcmp-queue]440git = "https://github.com/paritytech/cumulus"441branch = "polkadot-v0.9.36"442default-features = false443444[dependencies.cumulus-primitives-utility]445git = "https://github.com/paritytech/cumulus"446branch = "polkadot-v0.9.36"447default-features = false448449[dependencies.cumulus-primitives-timestamp]450git = "https://github.com/paritytech/cumulus"451branch = "polkadot-v0.9.36"452default-features = false453454################################################################################455# Polkadot dependencies456457[dependencies.polkadot-parachain]458git = "https://github.com/paritytech/polkadot"459branch = "release-v0.9.36"460default-features = false461462[dependencies.xcm]463git = "https://github.com/paritytech/polkadot"464branch = "release-v0.9.36"465default-features = false466467[dependencies.xcm-builder]468git = "https://github.com/paritytech/polkadot"469branch = "release-v0.9.36"470default-features = false471472[dependencies.xcm-executor]473git = "https://github.com/paritytech/polkadot"474branch = "release-v0.9.36"475default-features = false476477[dependencies.pallet-xcm]478git = "https://github.com/paritytech/polkadot"479branch = "release-v0.9.36"480default-features = false481482################################################################################483# local dependencies484485[dependencies]486orml-vesting.workspace = true487orml-xtokens.workspace = true488orml-tokens.workspace = true489orml-traits.workspace = true490491log = { version = "0.4.16", default-features = false }492up-common = { path = "../../primitives/common", default-features = false }493scale-info = { version = "2.0.1", default-features = false, features = [494    "derive",495] }496derivative = "2.2.0"497pallet-unique = { path = '../../pallets/unique', default-features = false }498up-rpc = { path = "../../primitives/rpc", default-features = false }499up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }500app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }501rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }502fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }503fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }504pallet-inflation = { path = '../../pallets/inflation', default-features = false }505pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }506up-data-structs = { path = '../../primitives/data-structs', default-features = false }507pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }508pallet-configuration = { default-features = false, path = "../../pallets/configuration" }509pallet-common = { default-features = false, path = "../../pallets/common" }510pallet-structure = { default-features = false, path = "../../pallets/structure" }511pallet-fungible = { default-features = false, path = "../../pallets/fungible" }512pallet-refungible = { default-features = false, path = "../../pallets/refungible" }513pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }514pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }515pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }516pallet-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" }517pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }518pallet-data-management = { path = '../../pallets/data-management', default-features = false }519pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }520pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }521pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }522pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }523pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }524pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }525fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }526fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }527pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }528evm-coder = { default-features = false, path = '../../crates/evm-coder' }529up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }530pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }531pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }532precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }533num_enum = { version = "0.5.3", default-features = false }534535################################################################################536# Test dependencies537538pallet-test-utils = { optional = true, default-features = false, path = "../../test-pallets/utils" }539540################################################################################541# Other Dependencies542543impl-trait-for-tuples = "0.2.2"544545################################################################################546# Dev Dependencies547548[dev-dependencies.logtest]549version = "2.0.0"550551################################################################################552# Build Dependencies553554[build-dependencies.substrate-wasm-builder]555git = "https://github.com/paritytech/substrate"556branch = "polkadot-v0.9.36"