git.delta.rocks / unique-network / refs/commits / 9206f91cff29

difftreelog

source

runtime/opal/Cargo.toml18.1 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-balances]280default-features = false281git = "https://github.com/paritytech/substrate"282branch = "polkadot-v0.9.36"283284# Contracts specific packages285# [dependencies.pallet-contracts]286# git = 'https://github.com/paritytech/substrate'287# default-features = false288# branch = 'master'289# version = '4.0.0-dev'290291# [dependencies.pallet-contracts-primitives]292# git = 'https://github.com/paritytech/substrate'293# default-features = false294# branch = 'master'295# version = '4.0.0-dev'296297# [dependencies.pallet-contracts-rpc-runtime-api]298# git = 'https://github.com/paritytech/substrate'299# default-features = false300# branch = 'master'301# version = '4.0.0-dev'302303[dependencies.pallet-randomness-collective-flip]304default-features = false305git = "https://github.com/paritytech/substrate"306branch = "polkadot-v0.9.36"307308[dependencies.pallet-sudo]309default-features = false310git = "https://github.com/paritytech/substrate"311branch = "polkadot-v0.9.36"312313[dependencies.pallet-timestamp]314default-features = false315git = "https://github.com/paritytech/substrate"316branch = "polkadot-v0.9.36"317318[dependencies.pallet-transaction-payment]319default-features = false320git = "https://github.com/paritytech/substrate"321branch = "polkadot-v0.9.36"322323[dependencies.pallet-transaction-payment-rpc-runtime-api]324default-features = false325git = "https://github.com/paritytech/substrate"326branch = "polkadot-v0.9.36"327328[dependencies.pallet-treasury]329default-features = false330git = "https://github.com/paritytech/substrate"331branch = "polkadot-v0.9.36"332333[dependencies.sp-arithmetic]334default-features = false335git = "https://github.com/paritytech/substrate"336branch = "polkadot-v0.9.36"337338[dependencies.sp-api]339default-features = false340git = "https://github.com/paritytech/substrate"341branch = "polkadot-v0.9.36"342343[dependencies.sp-block-builder]344default-features = false345git = "https://github.com/paritytech/substrate"346branch = "polkadot-v0.9.36"347348[dependencies.sp-core]349default-features = false350git = "https://github.com/paritytech/substrate"351branch = "polkadot-v0.9.36"352353[dependencies.sp-consensus-aura]354default-features = false355git = "https://github.com/paritytech/substrate"356branch = "polkadot-v0.9.36"357358[dependencies.sp-inherents]359default-features = false360git = "https://github.com/paritytech/substrate"361branch = "polkadot-v0.9.36"362363[dependencies.sp-io]364default-features = false365git = "https://github.com/paritytech/substrate"366branch = "polkadot-v0.9.36"367368[dependencies.sp-offchain]369default-features = false370git = "https://github.com/paritytech/substrate"371branch = "polkadot-v0.9.36"372373[dependencies.sp-runtime]374default-features = false375git = "https://github.com/paritytech/substrate"376branch = "polkadot-v0.9.36"377378[dependencies.sp-session]379default-features = false380git = "https://github.com/paritytech/substrate"381branch = "polkadot-v0.9.36"382383[dependencies.sp-std]384default-features = false385git = "https://github.com/paritytech/substrate"386branch = "polkadot-v0.9.36"387388[dependencies.sp-transaction-pool]389default-features = false390git = "https://github.com/paritytech/substrate"391branch = "polkadot-v0.9.36"392393[dependencies.sp-version]394default-features = false395git = "https://github.com/paritytech/substrate"396branch = "polkadot-v0.9.36"397398[dependencies.smallvec]399version = '1.6.1'400401################################################################################402# Cumulus dependencies403404[dependencies.parachain-info]405default-features = false406git = "https://github.com/paritytech/cumulus"407branch = "polkadot-v0.9.36"408409[dependencies.cumulus-pallet-aura-ext]410git = "https://github.com/paritytech/cumulus"411branch = "polkadot-v0.9.36"412default-features = false413414[dependencies.cumulus-pallet-parachain-system]415git = "https://github.com/paritytech/cumulus"416branch = "polkadot-v0.9.36"417default-features = false418419[dependencies.cumulus-primitives-core]420git = "https://github.com/paritytech/cumulus"421branch = "polkadot-v0.9.36"422default-features = false423424[dependencies.cumulus-pallet-xcm]425git = "https://github.com/paritytech/cumulus"426branch = "polkadot-v0.9.36"427default-features = false428429[dependencies.cumulus-pallet-dmp-queue]430git = "https://github.com/paritytech/cumulus"431branch = "polkadot-v0.9.36"432default-features = false433434[dependencies.cumulus-pallet-xcmp-queue]435git = "https://github.com/paritytech/cumulus"436branch = "polkadot-v0.9.36"437default-features = false438439[dependencies.cumulus-primitives-utility]440git = "https://github.com/paritytech/cumulus"441branch = "polkadot-v0.9.36"442default-features = false443444[dependencies.cumulus-primitives-timestamp]445git = "https://github.com/paritytech/cumulus"446branch = "polkadot-v0.9.36"447default-features = false448449################################################################################450# Polkadot dependencies451452[dependencies.polkadot-parachain]453git = "https://github.com/paritytech/polkadot"454branch = "release-v0.9.36"455default-features = false456457[dependencies.xcm]458git = "https://github.com/paritytech/polkadot"459branch = "release-v0.9.36"460default-features = false461462[dependencies.xcm-builder]463git = "https://github.com/paritytech/polkadot"464branch = "release-v0.9.36"465default-features = false466467[dependencies.xcm-executor]468git = "https://github.com/paritytech/polkadot"469branch = "release-v0.9.36"470default-features = false471472[dependencies.pallet-xcm]473git = "https://github.com/paritytech/polkadot"474branch = "release-v0.9.36"475default-features = false476477################################################################################478# local dependencies479480[dependencies]481orml-vesting.workspace = true482orml-xtokens.workspace = true483orml-tokens.workspace = true484orml-traits.workspace = true485486log = { version = "0.4.16", default-features = false }487up-common = { path = "../../primitives/common", default-features = false }488scale-info = { version = "2.0.1", default-features = false, features = [489    "derive",490] }491derivative = "2.2.0"492pallet-unique = { path = '../../pallets/unique', default-features = false }493up-rpc = { path = "../../primitives/rpc", default-features = false }494up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }495app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }496rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }497fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }498fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }499pallet-inflation = { path = '../../pallets/inflation', default-features = false }500pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }501up-data-structs = { path = '../../primitives/data-structs', default-features = false }502pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }503pallet-identity = { default-features = false, path = "../../pallets/identity" }504pallet-configuration = { default-features = false, path = "../../pallets/configuration" }505pallet-common = { default-features = false, path = "../../pallets/common" }506pallet-structure = { default-features = false, path = "../../pallets/structure" }507pallet-fungible = { default-features = false, path = "../../pallets/fungible" }508pallet-refungible = { default-features = false, path = "../../pallets/refungible" }509pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }510pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }511pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }512pallet-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" }513pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }514pallet-data-management = { path = '../../pallets/data-management', default-features = false }515pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }516pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }517pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }518pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }519pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }520pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }521fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }522fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }523pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }524evm-coder = { default-features = false, path = '../../crates/evm-coder' }525up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }526pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }527pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }528precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }529num_enum = { version = "0.5.3", default-features = false }530531################################################################################532# Test dependencies533534pallet-test-utils = { optional = true, default-features = false, path = "../../test-pallets/utils" }535536################################################################################537# Other Dependencies538539impl-trait-for-tuples = "0.2.2"540541################################################################################542# Dev Dependencies543544[dev-dependencies.logtest]545version = "2.0.0"546547################################################################################548# Build Dependencies549550[build-dependencies.substrate-wasm-builder]551git = "https://github.com/paritytech/substrate"552branch = "polkadot-v0.9.36"