difftreelog
build upgrade dependencies to polkadot v1.1.0
in: master
35 files changed
Cargo.tomldiffbeforeafterboth1[workspace]1[workspace]2default-members = ['client/*', 'node/*', 'runtime/opal']2default-members = ['client/*', 'node/*', 'runtime/opal']3exclude = ['pallets/scheduler-v2']3members = [4members = [4 'client/*',5 'client/*',5 'crates/*',6 'crates/*',31[workspace.dependencies]32[workspace.dependencies]32# Unique33# Unique33app-promotion-rpc = { path = "primitives/app_promotion_rpc", default-features = false }34app-promotion-rpc = { path = "primitives/app_promotion_rpc", default-features = false }34evm-coder = { version = "0.4.2", default-features = false, features = [35evm-coder = { version = "0.4.2", default-features = false, features = ['bondrewd'] }35 'bondrewd',36] }37pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }36pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }38pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }37pallet-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" }38pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.1.0" }40pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }39pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }41pallet-common = { default-features = false, path = "pallets/common" }40pallet-common = { default-features = false, path = "pallets/common" }42pallet-configuration = { default-features = false, path = "pallets/configuration" }41pallet-configuration = { default-features = false, path = "pallets/configuration" }55pallet-structure = { default-features = false, path = "pallets/structure" }54pallet-structure = { default-features = false, path = "pallets/structure" }56pallet-test-utils = { default-features = false, path = "test-pallets/utils" }55pallet-test-utils = { default-features = false, path = "test-pallets/utils" }57pallet-unique = { path = "pallets/unique", default-features = false }56pallet-unique = { path = "pallets/unique", default-features = false }58pallet-unique-scheduler-v2 = { path = "pallets/scheduler-v2", default-features = false }57# pallet-unique-scheduler-v2 = { path = "pallets/scheduler-v2", default-features = false }59precompile-utils-macro = { path = "runtime/common/ethereum/precompiles/utils/macro" }58precompile-utils-macro = { path = "runtime/common/ethereum/precompiles/utils/macro" }60struct-versioning = { path = "crates/struct-versioning" }59struct-versioning = { path = "crates/struct-versioning" }61uc-rpc = { path = "client/rpc" }60uc-rpc = { path = "client/rpc" }64up-data-structs = { path = "primitives/data-structs", default-features = false }63up-data-structs = { path = "primitives/data-structs", default-features = false }65up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }64up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }66up-rpc = { path = "primitives/rpc", default-features = false }65up-rpc = { path = "primitives/rpc", default-features = false }67up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.43" }66up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.1.0" }686769# Unique: Runtimes68# Unique: Runtimes70opal-runtime = { path = "runtime/opal" }69opal-runtime = { path = "runtime/opal" }71quartz-runtime = { path = "runtime/quartz" }70quartz-runtime = { path = "runtime/quartz" }72unique-runtime = { path = "runtime/unique" }71unique-runtime = { path = "runtime/unique" }737274# Frontier (Unique patches over the Parity version)73# Frontier (Unique patches over the Parity version)75fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }74fc-api = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }75fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }76fc-db = { default-features = false, 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-v1.1.0" }77fc-mapping-sync = { 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-v1.1.0" }78fc-rpc = { default-features = false, 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-v1.1.0" }79fc-rpc-core = { 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-v1.1.0" }80fp-evm = { 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-v1.1.0" }81fp-rpc = { 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-v1.1.0" }82fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }82fp-self-contained = { default-features = false, features = [83 "serde",84], git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }83fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }85fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }84pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }86pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }85pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }87pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }86pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }88pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }87pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }89pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }889089# Parity91# Parity90codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }92codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.6.5" }91cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }93cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }92cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }94cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }93cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }95cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }94cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }96cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }95cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }97cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }96cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }98cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }97cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }99cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }98cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }100cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }99cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }101cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }100cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }102cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }101cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }103cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }102cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }104cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }103cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }105cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }104cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }106cumulus-primitives-parachain-inherent = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }105cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }107cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }106cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }108cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }107cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }109cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }108frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }110cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }109frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }111cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }110frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }112frame-executive = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }111frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }113frame-support = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }112pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }114frame-system = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }113pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }115frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }114pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }116pallet-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }115pallet-collective = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }117pallet-authorship = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }116pallet-democracy = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }118pallet-balances = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }117pallet-membership = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }119pallet-collective = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }118pallet-preimage = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }120pallet-democracy = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }119pallet-ranked-collective = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }121pallet-membership = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }120pallet-referenda = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }122pallet-preimage = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }121pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }123pallet-ranked-collective = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }122pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }124pallet-referenda = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }123pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }125pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }124pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }126pallet-session = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }125pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }127pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }126pallet-utility = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }128pallet-sudo = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }127pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }129pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }128pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }130pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }129pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }131pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }130pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }132pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }131pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }133pallet-treasury = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }132parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }134pallet-utility = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }133parity-scale-codec = { version = "3.2.2", features = ["derive"], default-features = false }135pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }134polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }136parachain-info = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }135polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }137parity-scale-codec = { version = "3.6.5", features = ["derive"], default-features = false }136polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }138polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }137polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }139polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }138sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }140polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }139sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }141polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }140sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }142sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }141sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }143sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }142sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }144sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }143sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }145sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }144sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }146sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }145sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }147sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }146sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }148sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }147sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }149sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }148sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }150sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }149sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }151sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }150sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }152sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }151sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }153sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }152sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }154sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }153sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }155sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }154scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }156sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }155sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }157sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }156sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }158scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }157sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }159sp-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }158sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }160sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }159sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }161sp-block-builder = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }160sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }162sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }161sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }163sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }162sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }164sp-core = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }163sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }165sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }164sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }166sp-inherents = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }165sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }167sp-io = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }166sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }168sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }167sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }169sp-offchain = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }168sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }170sp-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }169sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }171sp-session = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }170sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }172sp-staking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }171sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }173sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }172sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }174sp-std = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }173sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }175sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }174sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }176sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }175sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }177sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }176substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }178sp-trie = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }177substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }179sp-version = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }178xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }180sp-weights = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }179xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }181staging-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }180xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }182staging-xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }183staging-xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }184substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }185substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }181186182# Parity: Build utils187# Parity: Build utils183substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }188substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }184substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }189substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }185190186# Parity: Benchmarking191# Parity: Benchmarking187frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }192frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }188frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }193frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }189frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }194frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }190195191# Parity: Try Runtime196# Parity: Try Runtime192frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }197frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }193try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }198try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }194199195# ORML200# ORML196orml-tokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }201orml-tokens = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }197orml-traits = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }202orml-traits = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }198orml-vesting = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }203orml-vesting = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }199orml-xcm-support = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }204orml-xcm-support = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }200orml-xtokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }205orml-xtokens = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }201206202# Other207# Other203derivative = { version = "2.2.0", features = ["use_core"] }208derivative = { version = "2.2.0", features = ["use_core"] }204ethereum = { version = "0.14.0", default-features = false }209ethereum = { version = "0.14.0", default-features = false }205evm-core = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false }210evm-core = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false }206hex-literal = "0.4.1"211hex-literal = "0.4.1"207impl-trait-for-tuples = "0.2.2"212impl-trait-for-tuples = "0.2.2"208jsonrpsee = { version = "0.16.2", features = ["macros", "server"] }213jsonrpsee = { version = "0.16.3", features = ["macros", "server"] }209log = { version = "0.4.16", default-features = false }214log = { version = "0.4.20", default-features = false }210num_enum = { version = "0.5.3", default-features = false }215num_enum = { version = "0.7.0", default-features = false }211serde = { default-features = false, features = ['derive'], version = "1.0.136" }216serde = { default-features = false, features = ['derive'], version = "1.0.188" }212smallvec = "1.6.1"217smallvec = "1.11.1"213218client/rpc/Cargo.tomldiffbeforeafterboth5version = "0.1.4"5version = "0.1.4"667[dependencies]7[dependencies]8anyhow = "1.0.57"8anyhow = "1.0.75"9jsonrpsee = { version = "0.16.2", features = ["macros", "server"] }9jsonrpsee = { version = "0.16.3", features = ["macros", "server"] }10parity-scale-codec = { workspace = true }10trie-db = { version = "0.24.0", default-features = false }11trie-db = { version = "0.27.1", default-features = false }11zstd = { version = "0.11.2", default-features = false }12zstd = { version = "0.12.4", default-features = false }1213# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.14codec = { workspace = true, package = "parity-scale-codec" }151316app-promotion-rpc = { workspace = true }14app-promotion-rpc = { workspace = true }17up-common = { workspace = true }15up-common = { workspace = true }44hex-literal = { workspace = true }42hex-literal = { workspace = true }454346[features]44[features]47default = ['opal-runtime']48all-runtimes = [45all-runtimes = ['opal-runtime', 'quartz-runtime', 'unique-runtime']49 'opal-runtime',46default = ['opal-runtime']50 'quartz-runtime',51 'unique-runtime',52]crates/struct-versioning/Cargo.tomldiffbeforeafterboth4version = "0.1.0"4version = "0.1.0"556[dependencies]6[dependencies]7quote = "1.0.15"7quote = "1.0.33"8syn = { version = "1.0", features = ["full"] }8syn = { version = "1.0", features = ["full"] }9910[lib]10[lib]node/cli/Cargo.tomldiffbeforeafterboth20targets = ['x86_64-unknown-linux-gnu']20targets = ['x86_64-unknown-linux-gnu']212122[dependencies]22[dependencies]23clap = "4.1"23clap = "4.4"24futures = '0.3.28'24futures = '0.3.28'25serde_json = "1.0"25tokio = { version = "1.24", features = ["time"] }26tokio = { version = "1.32", features = ["time"] }26serde_json = "1.0"272728log = { workspace = true }28log = { workspace = true }292930# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.31codec = { workspace = true, package = "parity-scale-codec" }30parity-scale-codec = { workspace = true }323133cumulus-client-cli = { workspace = true }32cumulus-client-cli = { workspace = true }33cumulus-client-collator = { workspace = true }34cumulus-client-consensus-aura = { workspace = true }34cumulus-client-consensus-aura = { workspace = true }35cumulus-client-consensus-common = { workspace = true }35cumulus-client-consensus-common = { workspace = true }36cumulus-client-consensus-proposer = { workspace = true }36cumulus-client-network = { workspace = true }37cumulus-client-network = { workspace = true }37cumulus-client-service = { workspace = true }38cumulus-client-service = { workspace = true }38cumulus-primitives-core = { workspace = true }39cumulus-primitives-core = { workspace = true }39cumulus-primitives-parachain-inherent = { workspace = true }40cumulus-primitives-parachain-inherent = { features = ["std"], workspace = true }40cumulus-relay-chain-inprocess-interface = { workspace = true }41cumulus-relay-chain-inprocess-interface = { workspace = true }41cumulus-relay-chain-interface = { workspace = true }42cumulus-relay-chain-interface = { workspace = true }42cumulus-relay-chain-minimal-node = { workspace = true }43cumulus-relay-chain-minimal-node = { workspace = true }85fc-consensus = { workspace = true }86fc-consensus = { workspace = true }86fc-db = { workspace = true }87fc-db = { workspace = true }87fc-mapping-sync = { workspace = true }88fc-mapping-sync = { workspace = true }88fc-rpc = { workspace = true }89fc-rpc-core = { workspace = true }89fc-rpc-core = { workspace = true }90fc-rpc.workspace = true90fp-rpc = { workspace = true }91fp-rpc = { workspace = true }919292app-promotion-rpc = { workspace = true }93app-promotion-rpc = { workspace = true }93uc-rpc = { workspace = true }94fc-api.workspace = true94unique-rpc = { workspace = true }95fp-storage.workspace = true95up-pov-estimate-rpc = { workspace = true }96jsonrpsee.workspace = true96up-rpc = { workspace = true }97pallet-transaction-payment-rpc.workspace = true97jsonrpsee.workspace = true98sc-rpc-api.workspace = true98fp-storage.workspace = true99sc-rpc.workspace = true99sc-rpc.workspace = true100sp-inherents.workspace = true101uc-rpc = { workspace = true }102up-pov-estimate-rpc = { workspace = true }103up-rpc = { workspace = true }100104101[build-dependencies]105[build-dependencies]102substrate-build-script-utils = { workspace = true }106substrate-build-script-utils = { workspace = true }103107104[features]108[features]109all-runtimes = ['opal-runtime', 'quartz-runtime', 'unique-runtime']105default = ["opal-runtime"]110default = ["opal-runtime"]106all-runtimes = ['opal-runtime', 'quartz-runtime', 'unique-runtime']111gov-test-timings = [112 'opal-runtime/gov-test-timings',113 'quartz-runtime?/gov-test-timings',114 'unique-runtime?/gov-test-timings',115]116lookahead = []107pov-estimate = ['opal-runtime/pov-estimate', 'quartz-runtime?/pov-estimate', 'uc-rpc/pov-estimate', 'unique-rpc/pov-estimate', 'unique-runtime?/pov-estimate']117pov-estimate = [118 'opal-runtime/pov-estimate',119 'quartz-runtime?/pov-estimate',120 'uc-rpc/pov-estimate',121 'unique-runtime?/pov-estimate',122]108runtime-benchmarks = ['opal-runtime/runtime-benchmarks', 'polkadot-cli/runtime-benchmarks', 'polkadot-service/runtime-benchmarks', 'quartz-runtime?/runtime-benchmarks', 'sc-service/runtime-benchmarks', 'unique-runtime?/runtime-benchmarks']123runtime-benchmarks = [124 'opal-runtime/runtime-benchmarks',125 'polkadot-cli/runtime-benchmarks',126 'polkadot-service/runtime-benchmarks',127 'quartz-runtime?/runtime-benchmarks',128 'sc-service/runtime-benchmarks',129 'unique-runtime?/runtime-benchmarks',130]109sapphire-runtime = ['quartz-runtime', 'quartz-runtime/become-sapphire']131sapphire-runtime = ['quartz-runtime', 'quartz-runtime/become-sapphire']132session-test-timings = [133 'opal-runtime/session-test-timings',134 'quartz-runtime?/session-test-timings',135 'unique-runtime?/session-test-timings',136]110try-runtime = ['opal-runtime?/try-runtime', 'quartz-runtime?/try-runtime', 'try-runtime-cli/try-runtime', 'unique-runtime?/try-runtime']137try-runtime = [111session-test-timings = ['opal-runtime/session-test-timings', 'quartz-runtime?/session-test-timings', 'unique-runtime?/session-test-timings']138 'opal-runtime?/try-runtime',112gov-test-timings = ['opal-runtime/gov-test-timings', 'quartz-runtime?/gov-test-timings', 'unique-runtime?/gov-test-timings']139 'quartz-runtime?/try-runtime',140 'try-runtime-cli/try-runtime',141 'unique-runtime?/try-runtime',142]node/rpc/Cargo.tomldiffbeforeafterboth27substrate-frame-rpc-system = { workspace = true }27substrate-frame-rpc-system = { workspace = true }282829fc-db = { workspace = true }29fc-db = { workspace = true }30fc-rpc = { workspace = true }30fc-mapping-sync = { workspace = true }31fc-rpc-core = { workspace = true }31fc-rpc = { workspace = true }32fc-mapping-sync = { workspace = true }32fc-rpc-core = { workspace = true }33fp-rpc = { workspace = true }33fp-rpc = { workspace = true }34fp-storage = { workspace = true }34fp-storage = { workspace = true }353536app-promotion-rpc = { workspace = true }36app-promotion-rpc = { workspace = true }37pallet-ethereum.workspace = true37serde = { workspace = true }38serde = { workspace = true }38uc-rpc = { workspace = true }39uc-rpc = { workspace = true }39up-common = { workspace = true }40up-common = { workspace = true }40up-data-structs = { workspace = true }41up-data-structs = { workspace = true }41up-pov-estimate-rpc = { workspace = true, default-features = true }42up-pov-estimate-rpc = { workspace = true, default-features = true }42up-rpc = { workspace = true }43up-rpc = { workspace = true }43pallet-ethereum.workspace = true444445[features]45[features]46default = []46default = []pallets/app-promotion/Cargo.tomldiffbeforeafterboth23 # 'pallet-unique/runtime-benchmarks',23 # 'pallet-unique/runtime-benchmarks',24]24]25std = [25std = [26 'codec/std',27 'frame-benchmarking/std',26 'frame-benchmarking/std',28 'frame-support/std',27 'frame-support/std',29 'frame-system/std',28 'frame-system/std',30 'pallet-evm/std',29 'pallet-evm/std',30 'parity-scale-codec/std',31 'sp-core/std',31 'sp-core/std',32 'sp-runtime/std',32 'sp-runtime/std',33 'sp-std/std',33 'sp-std/std',39################################################################################39################################################################################40# Substrate Dependencies40# Substrate Dependencies414142# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.43codec = { workspace = true, package = "parity-scale-codec" }42parity-scale-codec = { workspace = true }4445scale-info = { workspace = true }43scale-info = { workspace = true }464468################################################################################66################################################################################69# Other67# Other706871log = { version = "0.4.16", default-features = false }69log = { version = "0.4.20", default-features = false }7270pallets/balances-adapter/Cargo.tomldiffbeforeafterboth15sp-std = { workspace = true }15sp-std = { workspace = true }161617#Parity17#Parity18codec = { workspace = true, package = "parity-scale-codec" }18parity-scale-codec = { workspace = true }19scale-info = { workspace = true }19scale-info = { workspace = true }202021# Unique21# Uniquepallets/collator-selection/Cargo.tomldiffbeforeafterboth12targets = ["x86_64-unknown-linux-gnu"]12targets = ["x86_64-unknown-linux-gnu"]131314[dependencies]14[dependencies]15# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.16codec = { workspace = true, package = "parity-scale-codec" }15log = { workspace = true }1718log = { workspace = true }16parity-scale-codec = { workspace = true }19rand = { version = "0.8.5", features = ["std_rng"], default-features = false }17rand = { version = "0.8.5", default-features = false }20scale-info = { workspace = true }18scale-info = { workspace = true }21serde = { workspace = true }19serde = { workspace = true }222048 "frame-system/runtime-benchmarks",46 "frame-system/runtime-benchmarks",49]47]50std = [48std = [51 "codec/std",52 "frame-benchmarking/std",49 "frame-benchmarking/std",53 "frame-support/std",50 "frame-support/std",54 "frame-system/std",51 "frame-system/std",55 "log/std",52 "log/std",56 "pallet-authorship/std",53 "pallet-authorship/std",57 "pallet-session/std",54 "pallet-session/std",55 "parity-scale-codec/std",58 "rand/std",56 "rand/std",59 "scale-info/std",57 "scale-info/std",60 "sp-consensus-aura/std",58 "sp-consensus-aura/std",pallets/common/Cargo.tomldiffbeforeafterboth5version = "0.1.14"5version = "0.1.14"667[dependencies]7[dependencies]8# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.9codec = { workspace = true, package = "parity-scale-codec" }8parity-scale-codec = { workspace = true }1011scale-info = { workspace = true }9scale-info = { workspace = true }121021sp-core = { workspace = true }19sp-core = { workspace = true }22sp-runtime = { workspace = true }20sp-runtime = { workspace = true }23sp-std = { workspace = true }21sp-std = { workspace = true }22sp-weights = { workspace = true }24up-data-structs = { workspace = true }23up-data-structs = { workspace = true }25up-pov-estimate-rpc = { workspace = true }24up-pov-estimate-rpc = { workspace = true }262527[features]26[features]28default = ["std"]27default = ["std"]29runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks", "up-data-structs/runtime-benchmarks"]28runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks", "up-data-structs/runtime-benchmarks"]30std = [29std = [30 "evm-coder/std",31 "frame-support/std",31 "frame-support/std",32 "frame-system/std",32 "frame-system/std",33 "pallet-evm/std",33 "pallet-evm/std",34 "sp-runtime/std",34 "sp-runtime/std",35 "sp-std/std",35 "sp-std/std",36 "sp-weights/std",36 "up-data-structs/std",37 "up-data-structs/std",37 "up-pov-estimate-rpc/std",38 "up-pov-estimate-rpc/std",38 "evm-coder/std",39]39]40stubgen = ["evm-coder/stubgen", "up-data-structs/stubgen"]40stubgen = ["evm-coder/stubgen", "up-data-structs/stubgen"]41tests = []41tests = []pallets/configuration/Cargo.tomldiffbeforeafterboth4version = "0.2.0"4version = "0.2.0"556[dependencies]6[dependencies]7# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.8codec = { workspace = true, package = "parity-scale-codec" }7parity-scale-codec = { workspace = true }9810fp-evm = { workspace = true }9fp-evm = { workspace = true }11frame-benchmarking = { workspace = true, optional = true }10frame-benchmarking = { workspace = true, optional = true }16sp-arithmetic = { workspace = true }15sp-arithmetic = { workspace = true }17sp-core = { workspace = true }16sp-core = { workspace = true }18sp-io = { workspace = true }17sp-io = { workspace = true }18sp-runtime = { workspace = true }19sp-std = { workspace = true }19sp-std = { workspace = true }20up-common = { workspace = true }20staging-xcm = { workspace = true }21xcm = { workspace = true }21up-common = { workspace = true }222223hex-literal = { workspace = true }23hex-literal = { workspace = true }24log = { workspace = true }242525[features]26[features]26default = ["std"]27default = ["std"]27runtime-benchmarks = ["frame-benchmarking"]28runtime-benchmarks = ["frame-benchmarking"]28std = [29std = [29 "codec/std",30 "fp-evm/std",30 "fp-evm/std",31 "frame-benchmarking/std",31 "frame-benchmarking/std",32 "frame-support/std",32 "frame-support/std",33 "frame-system/std",33 "frame-system/std",34 "parity-scale-codec/std",34 "sp-arithmetic/std",35 "sp-arithmetic/std",35 "sp-core/std",36 "sp-core/std",37 "sp-runtime/std",36 "sp-std/std",38 "sp-std/std",37]39]38try-runtime = ["frame-support/try-runtime"]40try-runtime = ["frame-support/try-runtime"]pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth5version = "0.1.3"5version = "0.1.3"667[dependencies]7[dependencies]8# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.9codec = { workspace = true, package = "parity-scale-codec" }8parity-scale-codec = { workspace = true }10scale-info = { workspace = true }9scale-info = { workspace = true }111012evm-coder = { workspace = true }11evm-coder = { workspace = true }18pallet-evm = { workspace = true }17pallet-evm = { workspace = true }19sp-core = { workspace = true }18sp-core = { workspace = true }20sp-std = { workspace = true }19sp-std = { workspace = true }20sp-weights = { workspace = true }21up-data-structs = { workspace = true }21up-data-structs = { workspace = true }222223evm-coder-substrate-procedural = { path = "./procedural" }23evm-coder-substrate-procedural = { path = "./procedural" }24spez = "0.1.1"24spez = "0.1.2"252526[features]26[features]27default = ["std"]27default = ["std"]33 "pallet-evm/std",33 "pallet-evm/std",34 "sp-core/std",34 "sp-core/std",35 "sp-std/std",35 "sp-std/std",36 "sp-weights/std",36 'frame-benchmarking/std',37 'frame-benchmarking/std',37]38]38try-runtime = ["frame-support/try-runtime"]39try-runtime = ["frame-support/try-runtime"]pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth18up-sponsorship = { workspace = true }18up-sponsorship = { workspace = true }191920# Locals20# Locals21# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.22codec = { workspace = true, package = "parity-scale-codec" }21evm-coder = { workspace = true }2324evm-coder = { workspace = true }22pallet-common = { workspace = true }25pallet-common = { workspace = true }23pallet-evm-coder-substrate = { workspace = true }26pallet-evm-coder-substrate = { workspace = true }24pallet-evm-transaction-payment = { workspace = true }27pallet-evm-transaction-payment = { workspace = true }25parity-scale-codec = { workspace = true }28up-data-structs = { workspace = true, features = ['serde1'] }26up-data-structs = { workspace = true, features = ['serde1'] }292730[features]28[features]pallets/evm-migration/Cargo.tomldiffbeforeafterboth5version = "0.1.1"5version = "0.1.1"667[dependencies]7[dependencies]8# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.9codec = { workspace = true, package = "parity-scale-codec" }1011ethereum = { workspace = true }8ethereum = { workspace = true }12frame-benchmarking = { workspace = true, optional = true }9frame-benchmarking = { workspace = true, optional = true }13frame-support = { workspace = true }10frame-support = { workspace = true }14frame-system = { workspace = true }11frame-system = { workspace = true }15pallet-evm = { workspace = true }12pallet-evm = { workspace = true }13parity-scale-codec = { workspace = true }16scale-info = { workspace = true }14scale-info = { workspace = true }17sp-core = { workspace = true }15sp-core = { workspace = true }18sp-std = { workspace = true }16sp-io = { workspace = true }19sp-io = { workspace = true }17sp-std = { workspace = true }201821[features]19[features]22default = ["runtime-benchmarks", "std"]20default = ["runtime-benchmarks", "std"]23runtime-benchmarks = ["frame-benchmarking"]21runtime-benchmarks = ["frame-benchmarking"]24std = ["frame-benchmarking/std", "frame-support/std", "frame-system/std", "pallet-evm/std", "sp-core/std", "sp-std/std", "sp-io/std"]22std = [23 "frame-benchmarking/std",24 "frame-support/std",25 "frame-system/std",26 "pallet-evm/std",27 "sp-core/std",28 "sp-io/std",29 "sp-std/std",30]25try-runtime = ["frame-support/try-runtime"]31try-runtime = ["frame-support/try-runtime"]pallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth5version = "0.1.1"5version = "0.1.1"667[dependencies]7[dependencies]8# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.9codec = { workspace = true, package = "parity-scale-codec" }8parity-scale-codec = { workspace = true }1011scale-info = { workspace = true }9scale-info = { workspace = true }1210pallets/foreign-assets/Cargo.tomldiffbeforeafterboth5version = "0.1.0"5version = "0.1.0"667[dependencies]7[dependencies]8# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.9codec = { workspace = true, package = "parity-scale-codec" }8parity-scale-codec = { workspace = true }1011scale-info = { workspace = true }9scale-info = { workspace = true }121018pallet-balances = { features = ["insecure_zero_ed"], workspace = true }16pallet-balances = { features = ["insecure_zero_ed"], workspace = true }19pallet-common = { workspace = true }17pallet-common = { workspace = true }20pallet-fungible = { workspace = true }18pallet-fungible = { workspace = true }21serde = { workspace = true, optional = true }19serde = { workspace = true }22sp-runtime = { workspace = true }20sp-runtime = { workspace = true }23sp-std = { workspace = true }21sp-std = { workspace = true }24up-data-structs = { workspace = true }22staging-xcm = { workspace = true }25xcm = { workspace = true }23staging-xcm-executor = { workspace = true }26xcm-executor = { workspace = true }24up-data-structs = { workspace = true }272528[features]26[features]29default = ["std"]27default = ["std"]30runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']28runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']31std = [29std = [32 "codec/std",33 "frame-support/std",30 "frame-support/std",34 "frame-system/std",31 "frame-system/std",35 "log/std",32 "log/std",36 "orml-tokens/std",33 "orml-tokens/std",37 "pallet-balances/std",34 "pallet-balances/std",38 "pallet-common/std",35 "pallet-common/std",39 "pallet-fungible/std",36 "pallet-fungible/std",37 "parity-scale-codec/std",40 "scale-info/std",38 "scale-info/std",41 "serde",42 "sp-runtime/std",39 "sp-runtime/std",43 "sp-std/std",40 "sp-std/std",41 "staging-xcm-executor/std",44 "up-data-structs/std",42 "up-data-structs/std",45 "xcm-executor/std"46]43]47try-runtime = ["frame-support/try-runtime"]44try-runtime = ["frame-support/try-runtime"]4845pallets/fungible/Cargo.tomldiffbeforeafterboth5version = "0.1.11"5version = "0.1.11"667[dependencies]7[dependencies]8# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.9codec = { workspace = true, package = "parity-scale-codec" }8parity-scale-codec = { workspace = true }1011scale-info = { workspace = true }9scale-info = { workspace = true }1210pallets/gov-origins/Cargo.tomldiffbeforeafterboth23################################################################################23################################################################################24# Substrate Dependencies24# Substrate Dependencies252526# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.27parity-scale-codec = { workspace = true }26parity-scale-codec = { workspace = true }2829scale-info = { workspace = true }27scale-info = { workspace = true }pallets/identity/Cargo.tomldiffbeforeafterboth13targets = ["x86_64-unknown-linux-gnu"]13targets = ["x86_64-unknown-linux-gnu"]141415[dependencies]15[dependencies]16# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.17codec = { workspace = true, package = "parity-scale-codec", features = ["max-encoded-len"] }16parity-scale-codec = { workspace = true, features = ["max-encoded-len"] }181719enumflags2 = "0.7.4"18enumflags2 = "0.7.8"20frame-benchmarking = { workspace = true, optional = true }19frame-benchmarking = { workspace = true, optional = true }21frame-support = { workspace = true }20frame-support = { workspace = true }22frame-system = { workspace = true }21frame-system = { workspace = true }38 "sp-runtime/runtime-benchmarks",37 "sp-runtime/runtime-benchmarks",39]38]40std = [39std = [41 "codec/std",42 "frame-benchmarking?/std",40 "frame-benchmarking?/std",43 "frame-support/std",41 "frame-support/std",44 "frame-system/std",42 "frame-system/std",43 "pallet-balances/std",44 "parity-scale-codec/std",45 "scale-info/std",45 "scale-info/std",46 "sp-io/std",46 "sp-io/std",47 "sp-runtime/std",47 "sp-runtime/std",48 "sp-std/std",48 "sp-std/std",49 "pallet-balances/std",50]49]51try-runtime = ["frame-support/try-runtime"]50try-runtime = ["frame-support/try-runtime"]5251pallets/inflation/Cargo.tomldiffbeforeafterboth18default = ['std']18default = ['std']19runtime-benchmarks = ['frame-benchmarking']19runtime-benchmarks = ['frame-benchmarking']20std = [20std = [21 'codec/std',22 'frame-benchmarking/std',21 'frame-benchmarking/std',23 'frame-support/std',22 'frame-support/std',24 'frame-system/std',23 'frame-system/std',25 'pallet-balances/std',24 'pallet-balances/std',25 'parity-scale-codec/std',26 'sp-runtime/std',26 'sp-runtime/std',27 'sp-std/std',27 'sp-std/std',28]28]29try-runtime = ["frame-support/try-runtime"]29try-runtime = ["frame-support/try-runtime"]303031[dependencies]31[dependencies]32# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.33codec = { workspace = true, package = "parity-scale-codec" }32parity-scale-codec = { workspace = true }3435scale-info = { workspace = true }33scale-info = { workspace = true }3634pallets/maintenance/Cargo.tomldiffbeforeafterboth10version = "0.1.0"10version = "0.1.0"111112[dependencies]12[dependencies]13# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.14codec = { workspace = true, package = "parity-scale-codec" }13parity-scale-codec = { workspace = true }1516scale-info = { workspace = true }14scale-info = { workspace = true }171518frame-benchmarking = { workspace = true, optional = true }16frame-benchmarking = { workspace = true, optional = true }19frame-support = { workspace = true }17frame-support = { workspace = true }20frame-system = { workspace = true }18frame-system = { workspace = true }21sp-core = { workspace = true }19sp-core = { workspace = true }20sp-runtime = { workspace = true }22sp-std = { workspace = true }21sp-std = { workspace = true }232224[features]23[features]25default = ["std"]24default = ["std"]26runtime-benchmarks = ["frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks"]25runtime-benchmarks = ["frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks"]27std = ["codec/std", "frame-benchmarking/std", "frame-support/std", "frame-system/std", "scale-info/std", "sp-core/std", "sp-std/std"]26std = [27 "frame-benchmarking/std",28 "frame-support/std",29 "frame-system/std",30 "parity-scale-codec/std",31 "scale-info/std",32 "sp-core/std",33 "sp-runtime/std",34 "sp-std/std",35]28try-runtime = ["frame-support/try-runtime"]36try-runtime = ["frame-support/try-runtime"]2937pallets/nonfungible/Cargo.tomldiffbeforeafterboth5version = "0.1.14"5version = "0.1.14"667[dependencies]7[dependencies]8# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.9codec = { workspace = true, package = "parity-scale-codec" }1011evm-coder = { workspace = true }8evm-coder = { workspace = true }12frame-benchmarking = { workspace = true, optional = true }9frame-benchmarking = { workspace = true, optional = true }16pallet-evm = { workspace = true }13pallet-evm = { workspace = true }17pallet-evm-coder-substrate = { workspace = true }14pallet-evm-coder-substrate = { workspace = true }18pallet-structure = { workspace = true }15pallet-structure = { workspace = true }16parity-scale-codec = { workspace = true }19scale-info = { workspace = true }17scale-info = { workspace = true }20sp-core = { workspace = true }18sp-core = { workspace = true }21sp-runtime = { workspace = true }19sp-runtime = { workspace = true }pallets/refungible/Cargo.tomldiffbeforeafterboth5version = "0.2.13"5version = "0.2.13"667[dependencies]7[dependencies]8# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.9codec = { workspace = true, package = "parity-scale-codec" }8parity-scale-codec = { workspace = true }1011scale-info = { workspace = true }9scale-info = { workspace = true }1210pallets/structure/Cargo.tomldiffbeforeafterboth4version = "0.1.2"4version = "0.1.2"556[dependencies]6[dependencies]7# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.8codec = { workspace = true, package = "parity-scale-codec" }7parity-scale-codec = { workspace = true }910scale-info = { workspace = true }8scale-info = { workspace = true }11915log = { workspace = true }13log = { workspace = true }16pallet-common = { workspace = true }14pallet-common = { workspace = true }17pallet-evm = { workspace = true }15pallet-evm = { workspace = true }16sp-runtime = { workspace = true }18sp-std = { workspace = true }17sp-std = { workspace = true }19up-data-structs = { workspace = true }18up-data-structs = { workspace = true }201927 "frame-system/std",26 "frame-system/std",28 "pallet-common/std",27 "pallet-common/std",29 "pallet-evm/std",28 "pallet-evm/std",30 "codec/std",29 "parity-scale-codec/std",31 "scale-info/std",30 "scale-info/std",31 "sp-runtime/std",32 "sp-std/std",32 "sp-std/std",33 "up-data-structs/std",33 "up-data-structs/std",34]34]pallets/unique/Cargo.tomldiffbeforeafterboth19limit-testing = ["up-data-structs/limit-testing"]19limit-testing = ["up-data-structs/limit-testing"]20runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']20runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']21std = [21std = [22 'codec/std',23 'evm-coder/std',22 'evm-coder/std',24 'frame-benchmarking/std',23 'frame-benchmarking/std',25 'frame-support/std',24 'frame-support/std',29 'pallet-evm-coder-substrate/std',28 'pallet-evm-coder-substrate/std',30 'pallet-evm/std',29 'pallet-evm/std',31 'pallet-nonfungible/std',30 'pallet-nonfungible/std',31 'parity-scale-codec/std',32 'sp-runtime/std',32 'sp-runtime/std',33 'sp-std/std',33 'sp-std/std',34 'up-data-structs/std',34 'up-data-structs/std',39################################################################################39################################################################################40# Local Dependencies40# Local Dependencies41[dependencies]41[dependencies]42# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.43codec = { workspace = true, package = "parity-scale-codec" }42parity-scale-codec = { workspace = true }444345ethereum = { workspace = true }44ethereum = { workspace = true }46evm-coder = { workspace = true }45evm-coder = { workspace = true }primitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth5version = "0.1.0"5version = "0.1.0"667[dependencies]7[dependencies]8codec = { workspace = true }8pallet-evm = { workspace = true }9pallet-evm = { workspace = true }9parity-scale-codec = { workspace = true }10sp-api = { workspace = true }10sp-api = { workspace = true }11sp-runtime = { workspace = true }11sp-runtime = { workspace = true }12sp-std = { workspace = true }12sp-std = { workspace = true }131314[features]14[features]15default = ["std"]15default = ["std"]16std = ["codec/std", "sp-api/std", "sp-runtime/std", "sp-std/std"]16std = ["parity-scale-codec/std", "sp-api/std", "sp-runtime/std", "sp-std/std"]1717primitives/common/Cargo.tomldiffbeforeafterboth13std = [13std = [14 'cumulus-primitives-core/std',14 'cumulus-primitives-core/std',15 'fp-rpc/std',15 'fp-rpc/std',16 'fp-self-contained/std',16 'frame-support/std',17 'frame-support/std',17 'pallet-evm/std',18 'pallet-evm/std',18 'sp-consensus-aura/std',19 'sp-consensus-aura/std',24[dependencies]25[dependencies]25cumulus-primitives-core = { workspace = true }26cumulus-primitives-core = { workspace = true }26fp-rpc = { workspace = true }27fp-rpc = { workspace = true }28fp-self-contained = { workspace = true }27frame-support = { workspace = true }29frame-support = { workspace = true }28pallet-evm = { workspace = true }30pallet-evm = { workspace = true }29sp-consensus-aura = { workspace = true }31sp-consensus-aura = { workspace = true }primitives/data-structs/Cargo.tomldiffbeforeafterboth9version = "0.2.2"9version = "0.2.2"101011[dependencies]11[dependencies]12# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.13codec = { workspace = true, package = "parity-scale-codec" }12bondrewd = { version = "0.1.14", features = ["derive"], default-features = false }1415derivative = { workspace = true }13derivative = { workspace = true }16frame-support = { workspace = true }14evm-coder = { workspace = true }17pallet-evm = { workspace = true }15frame-support = { workspace = true }18scale-info = { workspace = true }16pallet-evm = { workspace = true }19serde = { workspace = true, optional = true }17parity-scale-codec = { workspace = true }20sp-core = { workspace = true }18scale-info = { workspace = true }21sp-runtime = { workspace = true }19serde = { workspace = true }22sp-std = { workspace = true }20sp-core = { workspace = true }23bondrewd = { version = "0.1.14", features = ["derive"], default-features = false }21sp-runtime = { workspace = true }24struct-versioning = { workspace = true }22sp-std = { workspace = true }25evm-coder = { workspace = true }23struct-versioning = { workspace = true }262427[features]25[features]28default = ["std"]26default = ["std"]29limit-testing = []27limit-testing = []30runtime-benchmarks = []28runtime-benchmarks = []31serde1 = ["serde/alloc"]29serde1 = ["serde/alloc"]32std = [30std = [33 "codec/std",34 "frame-support/std",31 "frame-support/std",35 "pallet-evm/std",32 "pallet-evm/std",33 "parity-scale-codec/std",36 "serde/std",34 "serde/std",37 "serde1",35 "serde1",38 "sp-core/std",36 "sp-core/std",primitives/pov-estimate-rpc/Cargo.tomldiffbeforeafterboth5version = "0.1.0"5version = "0.1.0"667[dependencies]7[dependencies]8codec = { workspace = true }8parity-scale-codec = { workspace = true }9scale-info = { workspace = true }9scale-info = { workspace = true }10serde = { workspace = true, optional = true }10serde = { workspace = true, optional = true }11sp-api = { workspace = true }11sp-api = { workspace = true }151516[features]16[features]17default = ["std"]17default = ["std"]18std = ["codec/std", "scale-info/std", "serde/std", "sp-api/std", "sp-core/std", "sp-runtime/std", "sp-std/std"]18std = [19 "parity-scale-codec/std",20 "scale-info/std",21 "serde/std",22 "sp-api/std",23 "sp-core/std",24 "sp-runtime/std",25 "sp-std/std",26]1927primitives/rpc/Cargo.tomldiffbeforeafterboth5version = "0.1.3"5version = "0.1.3"667[dependencies]7[dependencies]8codec = { workspace = true }8pallet-common = { workspace = true }9pallet-common = { workspace = true }9pallet-evm = { workspace = true }10pallet-evm = { workspace = true }10parity-scale-codec = { workspace = true }11sp-api = { workspace = true }11sp-api = { workspace = true }12sp-core = { workspace = true }12sp-core = { workspace = true }13sp-runtime = { workspace = true }13sp-runtime = { workspace = true }17[features]17[features]18default = ["std"]18default = ["std"]19std = [19std = [20 "codec/std",21 "pallet-common/std",20 "pallet-common/std",21 "parity-scale-codec/std",22 "sp-api/std",22 "sp-api/std",23 "sp-core/std",23 "sp-core/std",24 "sp-runtime/std",24 "sp-runtime/std",runtime/common/ethereum/precompiles/utils/macro/Cargo.tomldiffbeforeafterboth9proc-macro = true9proc-macro = true101011[dependencies]11[dependencies]12num_enum = { version = "0.5.3", default-features = false }12num_enum = { version = "0.7.0", default-features = false }13proc-macro2 = "1.0"13proc-macro2 = "1.0"14quote = "1.0"14quote = "1.0"15sha3 = "0.8"15sha3 = "0.8"runtime/opal/Cargo.tomldiffbeforeafterboth38 'pallet-app-promotion/runtime-benchmarks',38 'pallet-app-promotion/runtime-benchmarks',39 'pallet-balances/runtime-benchmarks',39 'pallet-balances/runtime-benchmarks',40 'pallet-collator-selection/runtime-benchmarks',40 'pallet-collator-selection/runtime-benchmarks',41 'pallet-collective/runtime-benchmarks',41 'pallet-common/runtime-benchmarks',42 'pallet-common/runtime-benchmarks',42 'pallet-configuration/runtime-benchmarks',43 'pallet-configuration/runtime-benchmarks',44 'pallet-democracy/runtime-benchmarks',43 'pallet-ethereum/runtime-benchmarks',45 'pallet-ethereum/runtime-benchmarks',44 'pallet-evm-coder-substrate/runtime-benchmarks',46 'pallet-evm-coder-substrate/runtime-benchmarks',45 'pallet-evm-migration/runtime-benchmarks',47 'pallet-evm-migration/runtime-benchmarks',48 'pallet-identity/runtime-benchmarks',50 'pallet-identity/runtime-benchmarks',49 'pallet-inflation/runtime-benchmarks',51 'pallet-inflation/runtime-benchmarks',50 'pallet-maintenance/runtime-benchmarks',52 'pallet-maintenance/runtime-benchmarks',53 'pallet-membership/runtime-benchmarks',51 'pallet-nonfungible/runtime-benchmarks',54 'pallet-nonfungible/runtime-benchmarks',52 'pallet-democracy/runtime-benchmarks',53 'pallet-collective/runtime-benchmarks',54 'pallet-ranked-collective/runtime-benchmarks',55 'pallet-ranked-collective/runtime-benchmarks',55 'pallet-membership/runtime-benchmarks',56 'pallet-referenda/runtime-benchmarks',56 'pallet-referenda/runtime-benchmarks',57 'pallet-refungible/runtime-benchmarks',57 'pallet-scheduler/runtime-benchmarks',58 'pallet-scheduler/runtime-benchmarks',58 'pallet-refungible/runtime-benchmarks',59 'pallet-structure/runtime-benchmarks',59 'pallet-structure/runtime-benchmarks',60 'pallet-timestamp/runtime-benchmarks',60 'pallet-timestamp/runtime-benchmarks',61 'pallet-unique/runtime-benchmarks',61 'pallet-utility/runtime-benchmarks',62 'pallet-utility/runtime-benchmarks',62 'pallet-unique-scheduler-v2/runtime-benchmarks',63 'pallet-unique/runtime-benchmarks',64 'pallet-xcm/runtime-benchmarks',63 'pallet-xcm/runtime-benchmarks',65 'sp-runtime/runtime-benchmarks',64 'sp-runtime/runtime-benchmarks',66 'xcm-builder/runtime-benchmarks',65 'staging-xcm-builder/runtime-benchmarks',67]66]68std = [67std = [69 'codec/std',70 'cumulus-pallet-aura-ext/std',68 'cumulus-pallet-aura-ext/std',71 'cumulus-pallet-parachain-system/std',69 'cumulus-pallet-parachain-system/std',72 'cumulus-pallet-xcm/std',70 'cumulus-pallet-xcm/std',80 'frame-try-runtime/std',78 'frame-try-runtime/std',81 'pallet-aura/std',79 'pallet-aura/std',82 'pallet-balances/std',80 'pallet-balances/std',81 'pallet-collective/std',83 'pallet-democracy/std',82 'pallet-democracy/std',84 'pallet-collective/std',83 'pallet-gov-origins/std',84 'pallet-membership/std',85 'pallet-ranked-collective/std',85 'pallet-ranked-collective/std',86 'pallet-membership/std',87 'pallet-referenda/std',86 'pallet-referenda/std',88 'pallet-gov-origins/std',89 'pallet-scheduler/std',87 'pallet-scheduler/std',88 'parity-scale-codec/std',90 # 'pallet-contracts/std',89 # 'pallet-contracts/std',91 # 'pallet-contracts-primitives/std',90 # 'pallet-contracts-primitives/std',92 # 'pallet-contracts-rpc-runtime-api/std',91 # 'pallet-contracts-rpc-runtime-api/std',121 'pallet-structure/std',120 'pallet-structure/std',122 'pallet-sudo/std',121 'pallet-sudo/std',123 'pallet-timestamp/std',122 'pallet-timestamp/std',124 'pallet-utility/std',125 'pallet-transaction-payment-rpc-runtime-api/std',123 'pallet-transaction-payment-rpc-runtime-api/std',126 'pallet-transaction-payment/std',124 'pallet-transaction-payment/std',127 'pallet-treasury/std',125 'pallet-treasury/std',128 'pallet-unique-scheduler-v2/std',129 'pallet-unique/std',126 'pallet-unique/std',127 'pallet-utility/std',130 'parachain-info/std',128 'parachain-info/std',131 'serde',129 'serde',132 'sp-api/std',130 'sp-api/std',140 'sp-std/std',138 'sp-std/std',141 'sp-transaction-pool/std',139 'sp-transaction-pool/std',142 'sp-version/std',140 'sp-version/std',141 'staging-xcm-builder/std',142 'staging-xcm-executor/std',143 'staging-xcm/std',143 'up-common/std',144 'up-common/std',144 'up-data-structs/std',145 'up-data-structs/std',145 'up-pov-estimate-rpc/std',146 'up-pov-estimate-rpc/std',146 'up-rpc/std',147 'up-rpc/std',147 'up-sponsorship/std',148 'up-sponsorship/std',148 'xcm-builder/std',149 'xcm-executor/std',150 'xcm/std',151149152 "orml-tokens/std",150 "orml-tokens/std",153 "orml-traits/std",151 "orml-traits/std",187 'pallet-base-fee/try-runtime',185 'pallet-base-fee/try-runtime',188 'pallet-charge-transaction/try-runtime',186 'pallet-charge-transaction/try-runtime',189 'pallet-collective/try-runtime',187 'pallet-collective/try-runtime',188 'pallet-collective/try-runtime',190 'pallet-common/try-runtime',189 'pallet-common/try-runtime',191 'pallet-configuration/try-runtime',190 'pallet-configuration/try-runtime',192 'pallet-democracy/try-runtime',191 'pallet-democracy/try-runtime',192 'pallet-democracy/try-runtime',193 'pallet-ethereum/try-runtime',193 'pallet-ethereum/try-runtime',194 'pallet-evm-coder-substrate/try-runtime',194 'pallet-evm-coder-substrate/try-runtime',195 'pallet-evm-contract-helpers/try-runtime',195 'pallet-evm-contract-helpers/try-runtime',198 'pallet-evm/try-runtime',198 'pallet-evm/try-runtime',199 'pallet-foreign-assets/try-runtime',199 'pallet-foreign-assets/try-runtime',200 'pallet-fungible/try-runtime',200 'pallet-fungible/try-runtime',201 'pallet-gov-origins/try-runtime',201 'pallet-inflation/try-runtime',202 'pallet-inflation/try-runtime',202 'pallet-maintenance/try-runtime',203 'pallet-maintenance/try-runtime',203 'pallet-membership/try-runtime',204 'pallet-membership/try-runtime',205 'pallet-membership/try-runtime',204 'pallet-nonfungible/try-runtime',206 'pallet-nonfungible/try-runtime',205 'pallet-democracy/try-runtime',206 'pallet-collective/try-runtime',207 'pallet-ranked-collective/try-runtime',207 'pallet-ranked-collective/try-runtime',208 'pallet-membership/try-runtime',209 'pallet-referenda/try-runtime',208 'pallet-referenda/try-runtime',210 'pallet-gov-origins/try-runtime',209 'pallet-refungible/try-runtime',211 'pallet-scheduler/try-runtime',210 'pallet-scheduler/try-runtime',212 'pallet-refungible/try-runtime',213 'pallet-scheduler/try-runtime',211 'pallet-scheduler/try-runtime',214 'pallet-structure/try-runtime',212 'pallet-structure/try-runtime',215 'pallet-sudo/try-runtime',213 'pallet-sudo/try-runtime',216 'pallet-test-utils?/try-runtime',214 'pallet-test-utils?/try-runtime',217 'pallet-timestamp/try-runtime',215 'pallet-timestamp/try-runtime',218 'pallet-utility/try-runtime',219 'pallet-transaction-payment/try-runtime',216 'pallet-transaction-payment/try-runtime',220 'pallet-treasury/try-runtime',217 'pallet-treasury/try-runtime',221 'pallet-unique-scheduler-v2/try-runtime',222 'pallet-unique/try-runtime',218 'pallet-unique/try-runtime',219 'pallet-utility/try-runtime',223 'pallet-xcm/try-runtime',220 'pallet-xcm/try-runtime',224 'parachain-info/try-runtime',221 'parachain-info/try-runtime',225]222]226223227app-promotion = []224app-promotion = []228collator-selection = []225collator-selection = []229foreign-assets = []226foreign-assets = []230governance = []227gov-test-timings = []231gov-test-timings = []228governance = []232preimage = []229preimage = []233refungible = []230refungible = []234unique-scheduler = []231session-test-timings = []235session-test-timings = []232unique-scheduler = []236233237################################################################################234################################################################################238# local dependencies235# local dependencies239236240[dependencies]237[dependencies]241# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.242codec = { workspace = true, package = "parity-scale-codec" }243244cumulus-pallet-aura-ext = { workspace = true }238cumulus-pallet-aura-ext = { workspace = true }245cumulus-pallet-dmp-queue = { workspace = true }239cumulus-pallet-dmp-queue = { workspace = true }266pallet-state-trie-migration = { workspace = true }260pallet-state-trie-migration = { workspace = true }267pallet-sudo = { workspace = true }261pallet-sudo = { workspace = true }268pallet-timestamp = { workspace = true }262pallet-timestamp = { workspace = true }269pallet-utility = { workspace = true }263pallet-transaction-payment = { workspace = true }270pallet-transaction-payment = { workspace = true }264pallet-transaction-payment-rpc-runtime-api = { workspace = true }271pallet-transaction-payment-rpc-runtime-api = { workspace = true }265pallet-treasury = { workspace = true }272pallet-treasury = { workspace = true }266pallet-utility = { workspace = true }273pallet-xcm = { workspace = true }267pallet-xcm = { workspace = true }274parachain-info = { workspace = true }268parachain-info = { workspace = true }275polkadot-parachain = { workspace = true }269parity-scale-codec = { workspace = true }270polkadot-parachain-primitives = { workspace = true }276smallvec = { workspace = true }271smallvec = { workspace = true }277sp-api = { workspace = true }272sp-api = { workspace = true }278sp-arithmetic = { workspace = true }273sp-arithmetic = { workspace = true }287sp-std = { workspace = true }282sp-std = { workspace = true }288sp-transaction-pool = { workspace = true }283sp-transaction-pool = { workspace = true }289sp-version = { workspace = true }284sp-version = { workspace = true }290xcm = { workspace = true }285staging-xcm = { workspace = true }291xcm-builder = { workspace = true }286staging-xcm-builder = { workspace = true }292xcm-executor = { workspace = true }287staging-xcm-executor = { workspace = true }293288294app-promotion-rpc = { workspace = true }289app-promotion-rpc = { workspace = true }295derivative = { workspace = true }290derivative = { workspace = true }304pallet-base-fee = { workspace = true }299pallet-base-fee = { workspace = true }305pallet-charge-transaction = { workspace = true }300pallet-charge-transaction = { workspace = true }306pallet-collator-selection = { workspace = true }301pallet-collator-selection = { workspace = true }302pallet-collective = { workspace = true }307pallet-common = { workspace = true }303pallet-common = { workspace = true }308pallet-configuration = { workspace = true }304pallet-configuration = { workspace = true }305pallet-democracy = { workspace = true }309pallet-ethereum = { workspace = true }306pallet-ethereum = { workspace = true }310pallet-evm = { workspace = true }307pallet-evm = { workspace = true }311pallet-evm-coder-substrate = { workspace = true }308pallet-evm-coder-substrate = { workspace = true }315pallet-evm-transaction-payment = { workspace = true }312pallet-evm-transaction-payment = { workspace = true }316pallet-foreign-assets = { workspace = true }313pallet-foreign-assets = { workspace = true }317pallet-fungible = { workspace = true }314pallet-fungible = { workspace = true }318pallet-identity = { workspace = true }315pallet-gov-origins = { workspace = true }319pallet-inflation = { workspace = true }316pallet-identity = { workspace = true }320pallet-maintenance = { workspace = true }317pallet-inflation = { workspace = true }321pallet-nonfungible = { workspace = true }318pallet-maintenance = { workspace = true }322pallet-democracy = { workspace = true }319pallet-membership = { workspace = true }323pallet-collective = { workspace = true }320pallet-nonfungible = { workspace = true }324pallet-ranked-collective = { workspace = true }321pallet-ranked-collective = { workspace = true }325pallet-membership = { workspace = true }326pallet-referenda = { workspace = true }322pallet-referenda = { workspace = true }327pallet-gov-origins = { workspace = true }323pallet-refungible = { workspace = true }328pallet-scheduler = { workspace = true }324pallet-scheduler = { workspace = true }329pallet-refungible = { workspace = true }330pallet-structure = { workspace = true }325pallet-structure = { workspace = true }331pallet-unique = { workspace = true }326pallet-unique = { workspace = true }332precompile-utils-macro = { workspace = true }327precompile-utils-macro = { workspace = true }runtime/quartz/Cargo.tomldiffbeforeafterboth32 'pallet-balances/runtime-benchmarks',32 'pallet-balances/runtime-benchmarks',33 'pallet-collator-selection/runtime-benchmarks',33 'pallet-collator-selection/runtime-benchmarks',34 'pallet-collective/runtime-benchmarks',34 'pallet-collective/runtime-benchmarks',35 'pallet-collective/runtime-benchmarks',35 'pallet-common/runtime-benchmarks',36 'pallet-common/runtime-benchmarks',36 'pallet-configuration/runtime-benchmarks',37 'pallet-configuration/runtime-benchmarks',37 'pallet-democracy/runtime-benchmarks',38 'pallet-democracy/runtime-benchmarks',39 'pallet-democracy/runtime-benchmarks',38 'pallet-ethereum/runtime-benchmarks',40 'pallet-ethereum/runtime-benchmarks',39 'pallet-evm-coder-substrate/runtime-benchmarks',41 'pallet-evm-coder-substrate/runtime-benchmarks',40 'pallet-evm-migration/runtime-benchmarks',42 'pallet-evm-migration/runtime-benchmarks',44 'pallet-inflation/runtime-benchmarks',46 'pallet-inflation/runtime-benchmarks',45 'pallet-maintenance/runtime-benchmarks',47 'pallet-maintenance/runtime-benchmarks',46 'pallet-membership/runtime-benchmarks',48 'pallet-membership/runtime-benchmarks',49 'pallet-membership/runtime-benchmarks',47 'pallet-nonfungible/runtime-benchmarks',50 'pallet-nonfungible/runtime-benchmarks',48 'pallet-democracy/runtime-benchmarks',49 'pallet-collective/runtime-benchmarks',50 'pallet-ranked-collective/runtime-benchmarks',51 'pallet-ranked-collective/runtime-benchmarks',51 'pallet-membership/runtime-benchmarks',52 'pallet-referenda/runtime-benchmarks',52 'pallet-referenda/runtime-benchmarks',53 'pallet-scheduler/runtime-benchmarks',54 'pallet-refungible/runtime-benchmarks',53 'pallet-refungible/runtime-benchmarks',55 'pallet-scheduler/runtime-benchmarks',54 'pallet-scheduler/runtime-benchmarks',55 'pallet-scheduler/runtime-benchmarks',56 'pallet-structure/runtime-benchmarks',56 'pallet-structure/runtime-benchmarks',57 'pallet-timestamp/runtime-benchmarks',57 'pallet-timestamp/runtime-benchmarks',58 'pallet-unique/runtime-benchmarks',58 'pallet-utility/runtime-benchmarks',59 'pallet-utility/runtime-benchmarks',59 'pallet-unique/runtime-benchmarks',60 'pallet-xcm/runtime-benchmarks',60 'pallet-xcm/runtime-benchmarks',61 'sp-runtime/runtime-benchmarks',61 'sp-runtime/runtime-benchmarks',62 'xcm-builder/runtime-benchmarks',62 'staging-xcm-builder/runtime-benchmarks',63]63]64std = [64std = [65 'codec/std',66 'cumulus-pallet-aura-ext/std',65 'cumulus-pallet-aura-ext/std',67 'cumulus-pallet-parachain-system/std',66 'cumulus-pallet-parachain-system/std',68 'cumulus-pallet-xcm/std',67 'cumulus-pallet-xcm/std',81 'pallet-democracy/std',80 'pallet-democracy/std',82 'pallet-membership/std',81 'pallet-membership/std',83 'pallet-scheduler/std',82 'pallet-scheduler/std',83 'parity-scale-codec/std',84 # 'pallet-contracts/std',84 # 'pallet-contracts/std',85 # 'pallet-contracts-primitives/std',85 # 'pallet-contracts-primitives/std',86 # 'pallet-contracts-rpc-runtime-api/std',86 # 'pallet-contracts-rpc-runtime-api/std',99 'pallet-base-fee/std',99 'pallet-base-fee/std',100 'pallet-charge-transaction/std',100 'pallet-charge-transaction/std',101 'pallet-collator-selection/std',101 'pallet-collator-selection/std',102 'pallet-collective/std',102 'pallet-common/std',103 'pallet-common/std',103 'pallet-configuration/std',104 'pallet-configuration/std',105 'pallet-democracy/std',104 'pallet-ethereum/std',106 'pallet-ethereum/std',105 'pallet-evm-coder-substrate/std',107 'pallet-evm-coder-substrate/std',106 'pallet-evm-contract-helpers/std',108 'pallet-evm-contract-helpers/std',107 'pallet-evm-migration/std',109 'pallet-evm-migration/std',108 'pallet-evm-transaction-payment/std',110 'pallet-evm-transaction-payment/std',109 'pallet-evm/std',111 'pallet-evm/std',110 'pallet-fungible/std',112 'pallet-fungible/std',113 'pallet-gov-origins/std',111 'pallet-inflation/std',114 'pallet-inflation/std',115 'pallet-membership/std',112 'pallet-nonfungible/std',116 'pallet-nonfungible/std',113 'pallet-democracy/std',114 'pallet-collective/std',115 'pallet-ranked-collective/std',117 'pallet-ranked-collective/std',116 'pallet-membership/std',117 'pallet-referenda/std',118 'pallet-referenda/std',118 'pallet-gov-origins/std',119 'pallet-refungible/std',119 'pallet-scheduler/std',120 'pallet-scheduler/std',120 'pallet-refungible/std',121 'pallet-structure/std',121 'pallet-structure/std',122 'pallet-sudo/std',122 'pallet-sudo/std',123 'pallet-timestamp/std',123 'pallet-timestamp/std',124 'pallet-utility/std',125 'pallet-transaction-payment-rpc-runtime-api/std',124 'pallet-transaction-payment-rpc-runtime-api/std',126 'pallet-transaction-payment/std',125 'pallet-transaction-payment/std',127 'pallet-treasury/std',126 'pallet-treasury/std',128 'pallet-unique/std',127 'pallet-unique/std',128 'pallet-utility/std',129 'parachain-info/std',129 'parachain-info/std',130 'serde',130 'serde',131 'sp-api/std',131 'sp-api/std',139 'sp-std/std',139 'sp-std/std',140 'sp-transaction-pool/std',140 'sp-transaction-pool/std',141 'sp-version/std',141 'sp-version/std',142 'staging-xcm-builder/std',143 'staging-xcm-executor/std',144 'staging-xcm/std',142 'up-common/std',145 'up-common/std',143 'up-data-structs/std',146 'up-data-structs/std',144 'up-pov-estimate-rpc/std',147 'up-pov-estimate-rpc/std',145 'up-rpc/std',148 'up-rpc/std',146 'up-sponsorship/std',149 'up-sponsorship/std',147 'xcm-builder/std',148 'xcm-executor/std',149 'xcm/std',150150151 "orml-tokens/std",151 "orml-tokens/std",152 "orml-traits/std",152 "orml-traits/std",181 'pallet-balances-adapter/try-runtime',181 'pallet-balances-adapter/try-runtime',182 'pallet-balances/try-runtime',182 'pallet-balances/try-runtime',183 'pallet-charge-transaction/try-runtime',183 'pallet-charge-transaction/try-runtime',184 'pallet-collective/try-runtime',184 'pallet-common/try-runtime',185 'pallet-common/try-runtime',185 'pallet-configuration/try-runtime',186 'pallet-configuration/try-runtime',187 'pallet-democracy/try-runtime',186 'pallet-ethereum/try-runtime',188 'pallet-ethereum/try-runtime',187 'pallet-evm-coder-substrate/try-runtime',189 'pallet-evm-coder-substrate/try-runtime',188 'pallet-evm-contract-helpers/try-runtime',190 'pallet-evm-contract-helpers/try-runtime',191 'pallet-evm/try-runtime',193 'pallet-evm/try-runtime',192 'pallet-foreign-assets/try-runtime',194 'pallet-foreign-assets/try-runtime',193 'pallet-fungible/try-runtime',195 'pallet-fungible/try-runtime',196 'pallet-gov-origins/try-runtime',194 'pallet-inflation/try-runtime',197 'pallet-inflation/try-runtime',195 'pallet-maintenance/try-runtime',198 'pallet-maintenance/try-runtime',199 'pallet-membership/try-runtime',196 'pallet-nonfungible/try-runtime',200 'pallet-nonfungible/try-runtime',197 'pallet-democracy/try-runtime',198 'pallet-collective/try-runtime',199 'pallet-ranked-collective/try-runtime',201 'pallet-ranked-collective/try-runtime',200 'pallet-membership/try-runtime',201 'pallet-referenda/try-runtime',202 'pallet-referenda/try-runtime',202 'pallet-gov-origins/try-runtime',203 'pallet-refungible/try-runtime',203 'pallet-scheduler/try-runtime',204 'pallet-scheduler/try-runtime',204 'pallet-refungible/try-runtime',205 'pallet-structure/try-runtime',205 'pallet-structure/try-runtime',206 'pallet-sudo/try-runtime',206 'pallet-sudo/try-runtime',207 'pallet-timestamp/try-runtime',207 'pallet-timestamp/try-runtime',208 'pallet-utility/try-runtime',209 'pallet-transaction-payment/try-runtime',208 'pallet-transaction-payment/try-runtime',210 'pallet-treasury/try-runtime',209 'pallet-treasury/try-runtime',211 'pallet-unique/try-runtime',210 'pallet-unique/try-runtime',211 'pallet-utility/try-runtime',212 'pallet-xcm/try-runtime',212 'pallet-xcm/try-runtime',213 'parachain-info/try-runtime',213 'parachain-info/try-runtime',214]214]215215216app-promotion = []216app-promotion = []217collator-selection = []217collator-selection = []218foreign-assets = []218foreign-assets = []219gov-test-timings = []219governance = []220governance = []220preimage = []221preimage = []221refungible = []222refungible = []222unique-scheduler = []223session-test-timings = []223gov-test-timings = []224unique-scheduler = []224session-test-timings = []225225226################################################################################226################################################################################227# local dependencies227# local dependencies228228229[dependencies]229[dependencies]230# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.231codec = { workspace = true, package = "parity-scale-codec" }232233cumulus-pallet-aura-ext = { workspace = true }230cumulus-pallet-aura-ext = { workspace = true }234cumulus-pallet-dmp-queue = { workspace = true }231cumulus-pallet-dmp-queue = { workspace = true }255pallet-state-trie-migration = { workspace = true }252pallet-state-trie-migration = { workspace = true }256pallet-sudo = { workspace = true }253pallet-sudo = { workspace = true }257pallet-timestamp = { workspace = true }254pallet-timestamp = { workspace = true }258pallet-utility = { workspace = true }255pallet-transaction-payment = { workspace = true }259pallet-transaction-payment = { workspace = true }256pallet-transaction-payment-rpc-runtime-api = { workspace = true }260pallet-transaction-payment-rpc-runtime-api = { workspace = true }257pallet-treasury = { workspace = true }261pallet-treasury = { workspace = true }258pallet-utility = { workspace = true }262pallet-xcm = { workspace = true }259pallet-xcm = { workspace = true }263parachain-info = { workspace = true }260parachain-info = { workspace = true }264polkadot-parachain = { workspace = true }261parity-scale-codec = { workspace = true }262polkadot-parachain-primitives = { workspace = true }265smallvec = { workspace = true }263smallvec = { workspace = true }266sp-api = { workspace = true }264sp-api = { workspace = true }267sp-arithmetic = { workspace = true }265sp-arithmetic = { workspace = true }276sp-std = { workspace = true }274sp-std = { workspace = true }277sp-transaction-pool = { workspace = true }275sp-transaction-pool = { workspace = true }278sp-version = { workspace = true }276sp-version = { workspace = true }279xcm = { workspace = true }277staging-xcm = { workspace = true }280xcm-builder = { workspace = true }278staging-xcm-builder = { workspace = true }281xcm-executor = { workspace = true }279staging-xcm-executor = { workspace = true }282280283app-promotion-rpc = { workspace = true }281app-promotion-rpc = { workspace = true }284derivative = { workspace = true }282derivative = { workspace = true }287pallet-app-promotion = { workspace = true }285pallet-app-promotion = { workspace = true }288pallet-balances-adapter = { workspace = true }286pallet-balances-adapter = { workspace = true }289pallet-collator-selection = { workspace = true }287pallet-collator-selection = { workspace = true }290pallet-common = { workspace = true }288pallet-collective = { workspace = true }291pallet-configuration = { workspace = true }289pallet-common = { workspace = true }292pallet-fungible = { workspace = true }290pallet-configuration = { workspace = true }293pallet-identity = { workspace = true }291pallet-democracy = { workspace = true }294pallet-inflation = { workspace = true }292pallet-fungible = { workspace = true }295pallet-nonfungible = { workspace = true }293pallet-gov-origins = { workspace = true }296pallet-democracy = { workspace = true }294pallet-identity = { workspace = true }297pallet-collective = { workspace = true }295pallet-inflation = { workspace = true }298pallet-ranked-collective = { workspace = true }296pallet-membership = { workspace = true }299pallet-membership = { workspace = true }297pallet-nonfungible = { workspace = true }300pallet-referenda = { workspace = true }298pallet-ranked-collective = { workspace = true }301pallet-gov-origins = { workspace = true }299pallet-referenda = { workspace = true }302pallet-scheduler = { workspace = true }300pallet-refungible = { workspace = true }303pallet-refungible = { workspace = true }301pallet-scheduler = { workspace = true }304pallet-structure = { workspace = true }302pallet-structure = { workspace = true }305pallet-unique = { workspace = true }303pallet-unique = { workspace = true }306scale-info = { workspace = true }304scale-info = { workspace = true }312evm-coder = { workspace = true }310evm-coder = { workspace = true }313fp-rpc = { workspace = true }311fp-rpc = { workspace = true }314fp-self-contained = { workspace = true }312fp-self-contained = { workspace = true }315num_enum = { version = "0.5.3", default-features = false }313num_enum = { version = "0.7.0", default-features = false }316pallet-base-fee = { workspace = true }314pallet-base-fee = { workspace = true }317pallet-charge-transaction = { workspace = true }315pallet-charge-transaction = { workspace = true }318pallet-ethereum = { workspace = true }316pallet-ethereum = { workspace = true }runtime/tests/Cargo.tomldiffbeforeafterboth373738pallet-evm-coder-substrate = { workspace = true }38pallet-evm-coder-substrate = { workspace = true }393940codec = { workspace = true, package = "parity-scale-codec" }40parity-scale-codec = { workspace = true }41scale-info = { workspace = true }41scale-info = { workspace = true }424243evm-coder = { workspace = true }43evm-coder = { workspace = true }44up-sponsorship = { workspace = true }44staging-xcm = { workspace = true }45xcm = { workspace = true }45up-sponsorship = { workspace = true }464647[dev-dependencies]47[dev-dependencies]48pallet-common = { workspace = true, features = ["tests"] }48pallet-common = { workspace = true, features = ["tests"] }runtime/unique/Cargo.tomldiffbeforeafterboth29 'pallet-balances/runtime-benchmarks',29 'pallet-balances/runtime-benchmarks',30 'pallet-collator-selection/runtime-benchmarks',30 'pallet-collator-selection/runtime-benchmarks',31 'pallet-collective/runtime-benchmarks',31 'pallet-collective/runtime-benchmarks',32 'pallet-collective/runtime-benchmarks',32 'pallet-common/runtime-benchmarks',33 'pallet-common/runtime-benchmarks',33 'pallet-configuration/runtime-benchmarks',34 'pallet-configuration/runtime-benchmarks',34 'pallet-democracy/runtime-benchmarks',35 'pallet-democracy/runtime-benchmarks',36 'pallet-democracy/runtime-benchmarks',35 'pallet-ethereum/runtime-benchmarks',37 'pallet-ethereum/runtime-benchmarks',36 'pallet-evm-coder-substrate/runtime-benchmarks',38 'pallet-evm-coder-substrate/runtime-benchmarks',37 'pallet-evm-migration/runtime-benchmarks',39 'pallet-evm-migration/runtime-benchmarks',41 'pallet-inflation/runtime-benchmarks',43 'pallet-inflation/runtime-benchmarks',42 'pallet-maintenance/runtime-benchmarks',44 'pallet-maintenance/runtime-benchmarks',43 'pallet-membership/runtime-benchmarks',45 'pallet-membership/runtime-benchmarks',46 'pallet-membership/runtime-benchmarks',44 'pallet-nonfungible/runtime-benchmarks',47 'pallet-nonfungible/runtime-benchmarks',45 'pallet-democracy/runtime-benchmarks',46 'pallet-collective/runtime-benchmarks',47 'pallet-ranked-collective/runtime-benchmarks',48 'pallet-ranked-collective/runtime-benchmarks',48 'pallet-membership/runtime-benchmarks',49 'pallet-referenda/runtime-benchmarks',49 'pallet-referenda/runtime-benchmarks',50 'pallet-scheduler/runtime-benchmarks',51 'pallet-refungible/runtime-benchmarks',50 'pallet-refungible/runtime-benchmarks',52 'pallet-scheduler/runtime-benchmarks',51 'pallet-scheduler/runtime-benchmarks',52 'pallet-scheduler/runtime-benchmarks',53 'pallet-structure/runtime-benchmarks',53 'pallet-structure/runtime-benchmarks',54 'pallet-timestamp/runtime-benchmarks',54 'pallet-timestamp/runtime-benchmarks',55 'pallet-unique/runtime-benchmarks',55 'pallet-utility/runtime-benchmarks',56 'pallet-utility/runtime-benchmarks',56 'pallet-unique/runtime-benchmarks',57 'pallet-xcm/runtime-benchmarks',57 'pallet-xcm/runtime-benchmarks',58 'sp-runtime/runtime-benchmarks',58 'sp-runtime/runtime-benchmarks',59 'staging-xcm-builder/runtime-benchmarks',59 'up-data-structs/runtime-benchmarks',60 'up-data-structs/runtime-benchmarks',60 'xcm-builder/runtime-benchmarks',61]61]62std = [62std = [63 'codec/std',64 'cumulus-pallet-aura-ext/std',63 'cumulus-pallet-aura-ext/std',65 'cumulus-pallet-parachain-system/std',64 'cumulus-pallet-parachain-system/std',66 'cumulus-pallet-xcm/std',65 'cumulus-pallet-xcm/std',78 'pallet-democracy/std',77 'pallet-democracy/std',79 'pallet-membership/std',78 'pallet-membership/std',80 'pallet-scheduler/std',79 'pallet-scheduler/std',80 'parity-scale-codec/std',81 # 'pallet-contracts/std',81 # 'pallet-contracts/std',82 # 'pallet-contracts-primitives/std',82 # 'pallet-contracts-primitives/std',83 # 'pallet-contracts-rpc-runtime-api/std',83 # 'pallet-contracts-rpc-runtime-api/std',97 'pallet-base-fee/std',97 'pallet-base-fee/std',98 'pallet-charge-transaction/std',98 'pallet-charge-transaction/std',99 'pallet-collator-selection/std',99 'pallet-collator-selection/std',100 'pallet-collective/std',100 'pallet-common/std',101 'pallet-common/std',101 'pallet-configuration/std',102 'pallet-configuration/std',103 'pallet-democracy/std',102 'pallet-ethereum/std',104 'pallet-ethereum/std',103 'pallet-evm-coder-substrate/std',105 'pallet-evm-coder-substrate/std',104 'pallet-evm-contract-helpers/std',106 'pallet-evm-contract-helpers/std',105 'pallet-evm-migration/std',107 'pallet-evm-migration/std',106 'pallet-evm-transaction-payment/std',108 'pallet-evm-transaction-payment/std',107 'pallet-evm/std',109 'pallet-evm/std',108 'pallet-fungible/std',110 'pallet-fungible/std',111 'pallet-gov-origins/std',109 'pallet-inflation/std',112 'pallet-inflation/std',113 'pallet-membership/std',110 'pallet-nonfungible/std',114 'pallet-nonfungible/std',111 'pallet-democracy/std',112 'pallet-collective/std',113 'pallet-ranked-collective/std',115 'pallet-ranked-collective/std',114 'pallet-membership/std',115 'pallet-referenda/std',116 'pallet-referenda/std',116 'pallet-gov-origins/std',117 'pallet-refungible/std',117 'pallet-scheduler/std',118 'pallet-scheduler/std',118 'pallet-refungible/std',119 'pallet-structure/std',119 'pallet-structure/std',120 'pallet-sudo/std',120 'pallet-sudo/std',121 'pallet-timestamp/std',121 'pallet-timestamp/std',122 'pallet-utility/std',123 'pallet-transaction-payment-rpc-runtime-api/std',122 'pallet-transaction-payment-rpc-runtime-api/std',124 'pallet-transaction-payment/std',123 'pallet-transaction-payment/std',125 'pallet-treasury/std',124 'pallet-treasury/std',126 'pallet-unique/std',125 'pallet-unique/std',126 'pallet-utility/std',127 'parachain-info/std',127 'parachain-info/std',128 'sp-api/std',128 'sp-api/std',129 'sp-block-builder/std',129 'sp-block-builder/std',136 'sp-std/std',136 'sp-std/std',137 'sp-transaction-pool/std',137 'sp-transaction-pool/std',138 'sp-version/std',138 'sp-version/std',139 'staging-xcm-builder/std',140 'staging-xcm-executor/std',141 'staging-xcm/std',139 'up-common/std',142 'up-common/std',140 'up-data-structs/std',143 'up-data-structs/std',141 'up-pov-estimate-rpc/std',144 'up-pov-estimate-rpc/std',142 'up-rpc/std',145 'up-rpc/std',143 'up-sponsorship/std',146 'up-sponsorship/std',144 'xcm-builder/std',145 'xcm-executor/std',146 'xcm/std',147147148 "orml-tokens/std",148 "orml-tokens/std",149 "orml-traits/std",149 "orml-traits/std",180 'pallet-balances/try-runtime',180 'pallet-balances/try-runtime',181 'pallet-charge-transaction/try-runtime',181 'pallet-charge-transaction/try-runtime',182 'pallet-collective/try-runtime',182 'pallet-collective/try-runtime',183 'pallet-collective/try-runtime',183 'pallet-common/try-runtime',184 'pallet-common/try-runtime',184 'pallet-configuration/try-runtime',185 'pallet-configuration/try-runtime',185 'pallet-democracy/try-runtime',186 'pallet-democracy/try-runtime',187 'pallet-democracy/try-runtime',186 'pallet-ethereum/try-runtime',188 'pallet-ethereum/try-runtime',187 'pallet-evm-coder-substrate/try-runtime',189 'pallet-evm-coder-substrate/try-runtime',188 'pallet-evm-contract-helpers/try-runtime',190 'pallet-evm-contract-helpers/try-runtime',191 'pallet-evm/try-runtime',193 'pallet-evm/try-runtime',192 'pallet-foreign-assets/try-runtime',194 'pallet-foreign-assets/try-runtime',193 'pallet-fungible/try-runtime',195 'pallet-fungible/try-runtime',196 'pallet-gov-origins/try-runtime',194 'pallet-inflation/try-runtime',197 'pallet-inflation/try-runtime',195 'pallet-maintenance/try-runtime',198 'pallet-maintenance/try-runtime',196 'pallet-membership/try-runtime',199 'pallet-membership/try-runtime',200 'pallet-membership/try-runtime',197 'pallet-nonfungible/try-runtime',201 'pallet-nonfungible/try-runtime',198 'pallet-democracy/try-runtime',199 'pallet-collective/try-runtime',200 'pallet-ranked-collective/try-runtime',202 'pallet-ranked-collective/try-runtime',201 'pallet-membership/try-runtime',202 'pallet-referenda/try-runtime',203 'pallet-referenda/try-runtime',203 'pallet-gov-origins/try-runtime',204 'pallet-refungible/try-runtime',204 'pallet-scheduler/try-runtime',205 'pallet-scheduler/try-runtime',205 'pallet-refungible/try-runtime',206 'pallet-scheduler/try-runtime',206 'pallet-scheduler/try-runtime',207 'pallet-structure/try-runtime',207 'pallet-structure/try-runtime',208 'pallet-sudo/try-runtime',208 'pallet-sudo/try-runtime',209 'pallet-timestamp/try-runtime',209 'pallet-timestamp/try-runtime',210 'pallet-utility/try-runtime',211 'pallet-transaction-payment/try-runtime',210 'pallet-transaction-payment/try-runtime',212 'pallet-treasury/try-runtime',211 'pallet-treasury/try-runtime',213 'pallet-unique/try-runtime',212 'pallet-unique/try-runtime',213 'pallet-utility/try-runtime',214 'pallet-xcm/try-runtime',214 'pallet-xcm/try-runtime',215 'parachain-info/try-runtime',215 'parachain-info/try-runtime',216]216]219app-promotion = []219app-promotion = []220collator-selection = []220collator-selection = []221foreign-assets = []221foreign-assets = []222gov-test-timings = []222governance = []223governance = []223preimage = []224preimage = []224refungible = []225refungible = []225unique-scheduler = []226session-test-timings = []226gov-test-timings = []227unique-scheduler = []227session-test-timings = []228228229################################################################################229################################################################################230# local dependencies230# local dependencies231231232[dependencies]232[dependencies]233# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.234codec = { workspace = true, package = "parity-scale-codec" }235236cumulus-pallet-aura-ext = { workspace = true }233cumulus-pallet-aura-ext = { workspace = true }237cumulus-pallet-dmp-queue = { workspace = true }234cumulus-pallet-dmp-queue = { workspace = true }258pallet-state-trie-migration = { workspace = true }255pallet-state-trie-migration = { workspace = true }259pallet-sudo = { workspace = true }256pallet-sudo = { workspace = true }260pallet-timestamp = { workspace = true }257pallet-timestamp = { workspace = true }261pallet-utility = { workspace = true }258pallet-transaction-payment = { workspace = true }262pallet-transaction-payment = { workspace = true }259pallet-transaction-payment-rpc-runtime-api = { workspace = true }263pallet-transaction-payment-rpc-runtime-api = { workspace = true }260pallet-treasury = { workspace = true }264pallet-treasury = { workspace = true }261pallet-utility = { workspace = true }265pallet-xcm = { workspace = true }262pallet-xcm = { workspace = true }266parachain-info = { workspace = true }263parachain-info = { workspace = true }267polkadot-parachain = { workspace = true }264parity-scale-codec = { workspace = true }265polkadot-parachain-primitives = { workspace = true }268smallvec = { workspace = true }266smallvec = { workspace = true }269sp-api = { workspace = true }267sp-api = { workspace = true }270sp-arithmetic = { workspace = true }268sp-arithmetic = { workspace = true }279sp-std = { workspace = true }277sp-std = { workspace = true }280sp-transaction-pool = { workspace = true }278sp-transaction-pool = { workspace = true }281sp-version = { workspace = true }279sp-version = { workspace = true }282xcm = { workspace = true }280staging-xcm = { workspace = true }283xcm-builder = { workspace = true }281staging-xcm-builder = { workspace = true }284xcm-executor = { workspace = true }282staging-xcm-executor = { workspace = true }285283286app-promotion-rpc = { workspace = true }284app-promotion-rpc = { workspace = true }287derivative = { workspace = true }285derivative = { workspace = true }288log = { workspace = true }286log = { workspace = true }289pallet-app-promotion = { workspace = true }287pallet-app-promotion = { workspace = true }290pallet-balances-adapter = { workspace = true }288pallet-balances-adapter = { workspace = true }291pallet-collator-selection = { workspace = true }289pallet-collator-selection = { workspace = true }292pallet-common = { workspace = true }290pallet-collective = { workspace = true }293pallet-configuration = { workspace = true }291pallet-common = { workspace = true }294pallet-fungible = { workspace = true }292pallet-configuration = { workspace = true }295pallet-identity = { workspace = true }293pallet-democracy = { workspace = true }296pallet-inflation = { workspace = true }294pallet-fungible = { workspace = true }297pallet-nonfungible = { workspace = true }295pallet-gov-origins = { workspace = true }298pallet-democracy = { workspace = true }296pallet-identity = { workspace = true }299pallet-collective = { workspace = true }297pallet-inflation = { workspace = true }300pallet-ranked-collective = { workspace = true }298pallet-membership = { workspace = true }301pallet-membership = { workspace = true }299pallet-nonfungible = { workspace = true }302pallet-referenda = { workspace = true }300pallet-ranked-collective = { workspace = true }303pallet-gov-origins = { workspace = true }301pallet-referenda = { workspace = true }304pallet-scheduler = { workspace = true }302pallet-refungible = { workspace = true }305pallet-refungible = { workspace = true }303pallet-scheduler = { workspace = true }306pallet-structure = { workspace = true }304pallet-structure = { workspace = true }307pallet-unique = { workspace = true }305pallet-unique = { workspace = true }308scale-info = { workspace = true }306scale-info = { workspace = true }test-pallets/utils/Cargo.tomldiffbeforeafterboth6version = "0.1.0"6version = "0.1.0"778[dependencies]8[dependencies]9# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.10codec = { workspace = true, package = "parity-scale-codec" }9frame-support = { workspace = true }1112frame-support = { workspace = true }10frame-system = { workspace = true }13frame-system = { workspace = true }11parity-scale-codec = { workspace = true }14scale-info = { workspace = true }12scale-info = { workspace = true }13sp-runtime = { workspace = true }15sp-std = { workspace = true }14sp-std = { workspace = true }161517[features]16[features]18default = ["std"]17default = ["std"]19std = [18std = [20 "codec/std",21 "frame-support/std",19 "frame-support/std",22 "frame-system/std",20 "frame-system/std",21 "parity-scale-codec/std",23 "scale-info/std",22 "scale-info/std",23 "sp-runtime/std",24 "sp-std/std",24 "sp-std/std",25]25]26try-runtime = ["frame-support/try-runtime", "pallet-unique-scheduler-v2/try-runtime"]26try-runtime = ["frame-support/try-runtime"]2727