git.delta.rocks / unique-network / refs/commits / 44071b633884

difftreelog

source

Cargo.toml17.5 KiBsourcehistory
1[workspace]2default-members = ['client/*', 'node/*', 'runtime/opal']3members = [4	'client/*',5	'crates/*',6	'node/*',7	'pallets/*',8	'primitives/*',9	'runtime/opal',10	'runtime/quartz',11	'runtime/tests',12	'runtime/unique',13]14package.version = "0.9.43"15resolver = "2"1617[profile.release]18# Runtime requires unwinding19panic = "unwind"2021[profile.production]22codegen-units = 123inherits = "release"24lto = true25opt-level = 32627[profile.integration-tests]28inherits = "release"29debug-assertions = true3031[workspace.dependencies]32# Unique33app-promotion-rpc = { path = "primitives/app_promotion_rpc", default-features = false }34evm-coder = { version = "0.4.2", default-features = false, features = [35	'bondrewd',36] }37pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }38pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }39pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.43" }40pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }41pallet-common = { default-features = false, path = "pallets/common" }42pallet-configuration = { default-features = false, path = "pallets/configuration" }43pallet-evm-coder-substrate = { default-features = false, path = "pallets/evm-coder-substrate" }44pallet-evm-contract-helpers = { path = "pallets/evm-contract-helpers", default-features = false }45pallet-evm-migration = { path = "pallets/evm-migration", default-features = false }46pallet-evm-transaction-payment = { path = "pallets/evm-transaction-payment", default-features = false }47pallet-foreign-assets = { default-features = false, path = "pallets/foreign-assets" }48pallet-fungible = { default-features = false, path = "pallets/fungible" }49pallet-gov-origins = { default-features = false, path = "pallets/gov-origins" }50pallet-identity = { default-features = false, path = "pallets/identity" }51pallet-inflation = { path = "pallets/inflation", default-features = false }52pallet-maintenance = { default-features = false, path = "pallets/maintenance" }53pallet-nonfungible = { default-features = false, path = "pallets/nonfungible" }54pallet-refungible = { default-features = false, path = "pallets/refungible" }55pallet-structure = { default-features = false, path = "pallets/structure" }56pallet-test-utils = { default-features = false, path = "test-pallets/utils" }57pallet-unique = { path = "pallets/unique", default-features = false }58pallet-unique-scheduler-v2 = { path = "pallets/scheduler-v2", default-features = false }59precompile-utils-macro = { path = "runtime/common/ethereum/precompiles/utils/macro" }60struct-versioning = { path = "crates/struct-versioning" }61uc-rpc = { path = "client/rpc" }62unique-rpc = { path = "node/rpc" }63up-common = { path = "primitives/common", default-features = false }64up-data-structs = { path = "primitives/data-structs", default-features = false }65up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }66up-rpc = { path = "primitives/rpc", default-features = false }67up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.43" }6869# Unique: Runtimes70opal-runtime = { path = "runtime/opal" }71quartz-runtime = { path = "runtime/quartz" }72unique-runtime = { path = "runtime/unique" }7374# Frontier (Unique patches over the Parity version)75fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }76fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }77fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }78fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }79fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }80fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }81fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }82fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }83fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }84pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }85pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }86pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }87pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }8889# Parity90codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }91cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }92cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }93cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }94cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }95cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }96cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }97cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }98cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }99cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }100cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }101cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }102cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }103cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }104cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }105cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }106cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }107cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }108frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }109frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }110frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }111frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }112pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }113pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }114pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }115pallet-collective = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }116pallet-democracy = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }117pallet-membership = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }118pallet-preimage = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }119pallet-ranked-collective = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }120pallet-referenda = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }121pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }122pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }123pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }124pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }125pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }126pallet-utility = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }127pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }128pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }129pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }130pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }131pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }132parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }133parity-scale-codec = { version = "3.2.2", features = ["derive"], default-features = false }134polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }135polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }136polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }137polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }138sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }139sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }140sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }141sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }142sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }143sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }144sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }145sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }146sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }147sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }148sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }149sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }150sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }151sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }152sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }153sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }154scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }155sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }156sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }157sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }158sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }159sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }160sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }161sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }162sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }163sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }164sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }165sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }166sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }167sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }168sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }169sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }170sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }171sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }172sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }173sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }174sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }175sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }176substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }177substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }178xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }179xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }180xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }181182# Parity: Build utils183substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }184substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }185186# Parity: Benchmarking187frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }188frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }189frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }190191# Parity: Try Runtime192frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }193try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }194195# ORML196orml-tokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }197orml-traits = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }198orml-vesting = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }199orml-xcm-support = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }200orml-xtokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }201202# Other203derivative = { version = "2.2.0", features = ["use_core"] }204ethereum = { version = "0.14.0", default-features = false }205evm-core = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false }206hex-literal = "0.4.1"207impl-trait-for-tuples = "0.2.2"208jsonrpsee = { version = "0.16.2", features = ["macros", "server"] }209log = { version = "0.4.16", default-features = false }210num_enum = { version = "0.5.3", default-features = false }211serde = { default-features = false, features = ['derive'], version = "1.0.136" }212smallvec = "1.6.1"