git.delta.rocks / unique-network / refs/commits / 6486f2a91bb1

difftreelog

source

Cargo.toml17.4 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[workspace.dependencies]28# Unique29app-promotion-rpc = { path = "primitives/app_promotion_rpc", default-features = false }30evm-coder = { version = "0.4.2", default-features = false, features = [31	'bondrewd',32] }33pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }34pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }35pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.43" }36pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }37pallet-common = { default-features = false, path = "pallets/common" }38pallet-configuration = { default-features = false, path = "pallets/configuration" }39pallet-evm-coder-substrate = { default-features = false, path = "pallets/evm-coder-substrate" }40pallet-evm-contract-helpers = { path = "pallets/evm-contract-helpers", default-features = false }41pallet-evm-migration = { path = "pallets/evm-migration", default-features = false }42pallet-evm-transaction-payment = { path = "pallets/evm-transaction-payment", default-features = false }43pallet-foreign-assets = { default-features = false, path = "pallets/foreign-assets" }44pallet-fungible = { default-features = false, path = "pallets/fungible" }45pallet-gov-origins = { default-features = false, path = "pallets/gov-origins" }46pallet-identity = { default-features = false, path = "pallets/identity" }47pallet-inflation = { path = "pallets/inflation", default-features = false }48pallet-maintenance = { default-features = false, path = "pallets/maintenance" }49pallet-nonfungible = { default-features = false, path = "pallets/nonfungible" }50pallet-refungible = { default-features = false, path = "pallets/refungible" }51pallet-structure = { default-features = false, path = "pallets/structure" }52pallet-test-utils = { default-features = false, path = "test-pallets/utils" }53pallet-unique = { path = "pallets/unique", default-features = false }54pallet-unique-scheduler-v2 = { path = "pallets/scheduler-v2", default-features = false }55precompile-utils-macro = { path = "runtime/common/ethereum/precompiles/utils/macro" }56struct-versioning = { path = "crates/struct-versioning" }57uc-rpc = { path = "client/rpc" }58unique-rpc = { path = "node/rpc" }59up-common = { path = "primitives/common", default-features = false }60up-data-structs = { path = "primitives/data-structs", default-features = false }61up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }62up-rpc = { path = "primitives/rpc", default-features = false }63up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.43" }6465# Unique: Runtimes66opal-runtime = { path = "runtime/opal" }67quartz-runtime = { path = "runtime/quartz" }68unique-runtime = { path = "runtime/unique" }6970# Frontier (Unique patches over the Parity version)71fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }72fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }73fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }74fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }75fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }76fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }77fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }78fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }79fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }80pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }81pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }82pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }83pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }8485# Parity86codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }87cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }88cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }89cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }90cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }91cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }92cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }93cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }94cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }95cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }96cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }97cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }98cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }99cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }100cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }101cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }102cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }103cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }104frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }105frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }106frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }107frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }108pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }109pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }110pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }111pallet-collective = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }112pallet-democracy = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }113pallet-membership = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }114pallet-preimage = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }115pallet-ranked-collective = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }116pallet-referenda = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }117pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }118pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }119pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }120pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }121pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }122pallet-utility = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }123pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }124pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }125pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }126pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }127pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }128parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }129parity-scale-codec = { version = "3.2.2", features = ["derive"], default-features = false }130polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }131polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }132polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }133polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }134sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }135sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }136sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }137sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }138sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }139sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }140sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }141sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }142sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }143sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }144sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }145sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }146sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }147sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }148sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }149sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }150scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }151sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }152sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }153sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }154sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }155sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }156sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }157sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }158sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }159sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }160sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }161sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }162sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }163sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }164sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }165sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }166sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }167sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }168sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }169sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }170sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }171sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }172substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }173substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }174xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }175xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }176xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }177178# Parity: Build utils179substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }180substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }181182# Parity: Benchmarking183frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }184frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }185frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }186187# Parity: Try Runtime188frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }189try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }190191# ORML192orml-tokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }193orml-traits = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }194orml-vesting = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }195orml-xcm-support = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }196orml-xtokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }197198# Other199derivative = { version = "2.2.0", features = ["use_core"] }200ethereum = { version = "0.14.0", default-features = false }201evm-core = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false }202hex-literal = "0.4.1"203impl-trait-for-tuples = "0.2.2"204jsonrpsee = { version = "0.16.2", features = ["macros", "server"] }205log = { version = "0.4.16", default-features = false }206num_enum = { version = "0.5.3", default-features = false }207serde = { default-features = false, features = ['derive'], version = "1.0.136" }208smallvec = "1.6.1"