diff --git a/Cargo.toml b/Cargo.toml index 20aabda1380a..c4cd139b68fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,274 +211,6 @@ runtime-metrics = [ "polkadot-cli/runtime-metrics" ] pyroscope = ["polkadot-cli/pyroscope"] jemalloc-allocator = ["polkadot-node-core-pvf-prepare-worker/jemalloc-allocator", "polkadot-overseer/jemalloc-allocator"] -[patch."https://github.com/paritytech/substrate"] -node-template = { path = "/home/bastian/projects/parity/substrate/bin/node-template/node" } -frame-benchmarking = { path = "/home/bastian/projects/parity/substrate/frame/benchmarking" } -frame-support = { path = "/home/bastian/projects/parity/substrate/frame/support" } -frame-support-procedural = { path = "/home/bastian/projects/parity/substrate/frame/support/procedural" } -frame-support-procedural-tools = { path = "/home/bastian/projects/parity/substrate/frame/support/procedural/tools" } -frame-support-procedural-tools-derive = { path = "/home/bastian/projects/parity/substrate/frame/support/procedural/tools/derive" } -sp-api = { path = "/home/bastian/projects/parity/substrate/primitives/api" } -sp-api-proc-macro = { path = "/home/bastian/projects/parity/substrate/primitives/api/proc-macro" } -sp-core = { path = "/home/bastian/projects/parity/substrate/primitives/core" } -sp-core-hashing = { path = "/home/bastian/projects/parity/substrate/primitives/core/hashing" } -sp-debug-derive = { path = "/home/bastian/projects/parity/substrate/primitives/debug-derive" } -sp-externalities = { path = "/home/bastian/projects/parity/substrate/primitives/externalities" } -sp-std = { path = "/home/bastian/projects/parity/substrate/primitives/std" } -sp-storage = { path = "/home/bastian/projects/parity/substrate/primitives/storage" } -sp-runtime-interface = { path = "/home/bastian/projects/parity/substrate/primitives/runtime-interface" } -sp-runtime-interface-proc-macro = { path = "/home/bastian/projects/parity/substrate/primitives/runtime-interface/proc-macro" } -sp-tracing = { path = "/home/bastian/projects/parity/substrate/primitives/tracing" } -sp-wasm-interface = { path = "/home/bastian/projects/parity/substrate/primitives/wasm-interface" } -sp-io = { path = "/home/bastian/projects/parity/substrate/primitives/io" } -sp-keystore = { path = "/home/bastian/projects/parity/substrate/primitives/keystore" } -sp-state-machine = { path = "/home/bastian/projects/parity/substrate/primitives/state-machine" } -sp-panic-handler = { path = "/home/bastian/projects/parity/substrate/primitives/panic-handler" } -sp-trie = { path = "/home/bastian/projects/parity/substrate/primitives/trie" } -sp-runtime = { path = "/home/bastian/projects/parity/substrate/primitives/runtime" } -sp-application-crypto = { path = "/home/bastian/projects/parity/substrate/primitives/application-crypto" } -sp-arithmetic = { path = "/home/bastian/projects/parity/substrate/primitives/arithmetic" } -sp-weights = { path = "/home/bastian/projects/parity/substrate/primitives/weights" } -substrate-test-runtime-client = { path = "/home/bastian/projects/parity/substrate/test-utils/runtime/client" } -sc-block-builder = { path = "/home/bastian/projects/parity/substrate/client/block-builder" } -sc-client-api = { path = "/home/bastian/projects/parity/substrate/client/api" } -substrate-prometheus-endpoint = { path = "/home/bastian/projects/parity/substrate/utils/prometheus" } -sc-executor = { path = "/home/bastian/projects/parity/substrate/client/executor" } -sc-executor-common = { path = "/home/bastian/projects/parity/substrate/client/executor/common" } -sc-allocator = { path = "/home/bastian/projects/parity/substrate/client/allocator" } -sp-maybe-compressed-blob = { path = "/home/bastian/projects/parity/substrate/primitives/maybe-compressed-blob" } -sc-executor-wasmtime = { path = "/home/bastian/projects/parity/substrate/client/executor/wasmtime" } -sc-runtime-test = { path = "/home/bastian/projects/parity/substrate/client/executor/runtime-test" } -substrate-wasm-builder = { path = "/home/bastian/projects/parity/substrate/utils/wasm-builder" } -sp-version = { path = "/home/bastian/projects/parity/substrate/primitives/version" } -sp-core-hashing-proc-macro = { path = "/home/bastian/projects/parity/substrate/primitives/core/hashing/proc-macro" } -sp-version-proc-macro = { path = "/home/bastian/projects/parity/substrate/primitives/version/proc-macro" } -sc-tracing = { path = "/home/bastian/projects/parity/substrate/client/tracing" } -sc-tracing-proc-macro = { path = "/home/bastian/projects/parity/substrate/client/tracing/proc-macro" } -sp-blockchain = { path = "/home/bastian/projects/parity/substrate/primitives/blockchain" } -sp-consensus = { path = "/home/bastian/projects/parity/substrate/primitives/consensus/common" } -sp-inherents = { path = "/home/bastian/projects/parity/substrate/primitives/inherents" } -sp-test-primitives = { path = "/home/bastian/projects/parity/substrate/primitives/test-primitives" } -sp-database = { path = "/home/bastian/projects/parity/substrate/primitives/database" } -sp-rpc = { path = "/home/bastian/projects/parity/substrate/primitives/rpc" } -substrate-test-runtime = { path = "/home/bastian/projects/parity/substrate/test-utils/runtime" } -frame-executive = { path = "/home/bastian/projects/parity/substrate/frame/executive" } -frame-system = { path = "/home/bastian/projects/parity/substrate/frame/system" } -frame-try-runtime = { path = "/home/bastian/projects/parity/substrate/frame/try-runtime" } -pallet-balances = { path = "/home/bastian/projects/parity/substrate/frame/balances" } -pallet-transaction-payment = { path = "/home/bastian/projects/parity/substrate/frame/transaction-payment" } -frame-system-rpc-runtime-api = { path = "/home/bastian/projects/parity/substrate/frame/system/rpc/runtime-api" } -pallet-babe = { path = "/home/bastian/projects/parity/substrate/frame/babe" } -pallet-authorship = { path = "/home/bastian/projects/parity/substrate/frame/authorship" } -pallet-session = { path = "/home/bastian/projects/parity/substrate/frame/session" } -pallet-timestamp = { path = "/home/bastian/projects/parity/substrate/frame/timestamp" } -sp-timestamp = { path = "/home/bastian/projects/parity/substrate/primitives/timestamp" } -sp-session = { path = "/home/bastian/projects/parity/substrate/primitives/session" } -sp-staking = { path = "/home/bastian/projects/parity/substrate/primitives/staking" } -sp-consensus-babe = { path = "/home/bastian/projects/parity/substrate/primitives/consensus/babe" } -sp-consensus-slots = { path = "/home/bastian/projects/parity/substrate/primitives/consensus/slots" } -frame-election-provider-support = { path = "/home/bastian/projects/parity/substrate/frame/election-provider-support" } -frame-election-provider-solution-type = { path = "/home/bastian/projects/parity/substrate/frame/election-provider-support/solution-type" } -sp-npos-elections = { path = "/home/bastian/projects/parity/substrate/primitives/npos-elections" } -substrate-test-utils = { path = "/home/bastian/projects/parity/substrate/test-utils" } -substrate-test-utils-derive = { path = "/home/bastian/projects/parity/substrate/test-utils/derive" } -sc-service = { path = "/home/bastian/projects/parity/substrate/client/service" } -sc-chain-spec = { path = "/home/bastian/projects/parity/substrate/client/chain-spec" } -sc-chain-spec-derive = { path = "/home/bastian/projects/parity/substrate/client/chain-spec/derive" } -sc-network = { path = "/home/bastian/projects/parity/substrate/client/network" } -sc-network-common = { path = "/home/bastian/projects/parity/substrate/client/network/common" } -sc-consensus = { path = "/home/bastian/projects/parity/substrate/client/consensus/common" } -sc-utils = { path = "/home/bastian/projects/parity/substrate/client/utils" } -sp-consensus-grandpa = { path = "/home/bastian/projects/parity/substrate/primitives/consensus/grandpa" } -sc-network-light = { path = "/home/bastian/projects/parity/substrate/client/network/light" } -sc-network-sync = { path = "/home/bastian/projects/parity/substrate/client/network/sync" } -fork-tree = { path = "/home/bastian/projects/parity/substrate/utils/fork-tree" } -sc-telemetry = { path = "/home/bastian/projects/parity/substrate/client/telemetry" } -sc-client-db = { path = "/home/bastian/projects/parity/substrate/client/db" } -sc-state-db = { path = "/home/bastian/projects/parity/substrate/client/state-db" } -kitchensink-runtime = { path = "/home/bastian/projects/parity/substrate/bin/node/runtime" } -frame-benchmarking-pallet-pov = { path = "/home/bastian/projects/parity/substrate/frame/benchmarking/pov" } -frame-system-benchmarking = { path = "/home/bastian/projects/parity/substrate/frame/system/benchmarking" } -node-primitives = { path = "/home/bastian/projects/parity/substrate/bin/node/primitives" } -pallet-alliance = { path = "/home/bastian/projects/parity/substrate/frame/alliance" } -pallet-collective = { path = "/home/bastian/projects/parity/substrate/frame/collective" } -pallet-identity = { path = "/home/bastian/projects/parity/substrate/frame/identity" } -pallet-asset-conversion = { path = "/home/bastian/projects/parity/substrate/frame/asset-conversion" } -pallet-assets = { path = "/home/bastian/projects/parity/substrate/frame/assets" } -pallet-asset-conversion-tx-payment = { path = "/home/bastian/projects/parity/substrate/frame/transaction-payment/asset-conversion-tx-payment" } -pallet-asset-rate = { path = "/home/bastian/projects/parity/substrate/frame/asset-rate" } -pallet-asset-tx-payment = { path = "/home/bastian/projects/parity/substrate/frame/transaction-payment/asset-tx-payment" } -pallet-authority-discovery = { path = "/home/bastian/projects/parity/substrate/frame/authority-discovery" } -sp-authority-discovery = { path = "/home/bastian/projects/parity/substrate/primitives/authority-discovery" } -pallet-bags-list = { path = "/home/bastian/projects/parity/substrate/frame/bags-list" } -pallet-bounties = { path = "/home/bastian/projects/parity/substrate/frame/bounties" } -pallet-treasury = { path = "/home/bastian/projects/parity/substrate/frame/treasury" } -pallet-utility = { path = "/home/bastian/projects/parity/substrate/frame/utility" } -pallet-root-testing = { path = "/home/bastian/projects/parity/substrate/frame/root-testing" } -pallet-child-bounties = { path = "/home/bastian/projects/parity/substrate/frame/child-bounties" } -pallet-contracts = { path = "/home/bastian/projects/parity/substrate/frame/contracts" } -pallet-contracts-primitives = { path = "/home/bastian/projects/parity/substrate/frame/contracts/primitives" } -pallet-contracts-proc-macro = { path = "/home/bastian/projects/parity/substrate/frame/contracts/proc-macro" } -pallet-insecure-randomness-collective-flip = { path = "/home/bastian/projects/parity/substrate/frame/insecure-randomness-collective-flip" } -pallet-proxy = { path = "/home/bastian/projects/parity/substrate/frame/proxy" } -pallet-conviction-voting = { path = "/home/bastian/projects/parity/substrate/frame/conviction-voting" } -pallet-scheduler = { path = "/home/bastian/projects/parity/substrate/frame/scheduler" } -pallet-preimage = { path = "/home/bastian/projects/parity/substrate/frame/preimage" } -pallet-core-fellowship = { path = "/home/bastian/projects/parity/substrate/frame/core-fellowship" } -pallet-democracy = { path = "/home/bastian/projects/parity/substrate/frame/democracy" } -pallet-election-provider-multi-phase = { path = "/home/bastian/projects/parity/substrate/frame/election-provider-multi-phase" } -pallet-election-provider-support-benchmarking = { path = "/home/bastian/projects/parity/substrate/frame/election-provider-support/benchmarking" } -pallet-elections-phragmen = { path = "/home/bastian/projects/parity/substrate/frame/elections-phragmen" } -pallet-fast-unstake = { path = "/home/bastian/projects/parity/substrate/frame/fast-unstake" } -pallet-staking = { path = "/home/bastian/projects/parity/substrate/frame/staking" } -pallet-staking-reward-curve = { path = "/home/bastian/projects/parity/substrate/frame/staking/reward-curve" } -pallet-glutton = { path = "/home/bastian/projects/parity/substrate/frame/glutton" } -pallet-grandpa = { path = "/home/bastian/projects/parity/substrate/frame/grandpa" } -pallet-offences = { path = "/home/bastian/projects/parity/substrate/frame/offences" } -sp-keyring = { path = "/home/bastian/projects/parity/substrate/primitives/keyring" } -pallet-im-online = { path = "/home/bastian/projects/parity/substrate/frame/im-online" } -pallet-indices = { path = "/home/bastian/projects/parity/substrate/frame/indices" } -pallet-lottery = { path = "/home/bastian/projects/parity/substrate/frame/lottery" } -frame-support-test = { path = "/home/bastian/projects/parity/substrate/frame/support/test" } -frame-support-test-pallet = { path = "/home/bastian/projects/parity/substrate/frame/support/test/pallet" } -pallet-membership = { path = "/home/bastian/projects/parity/substrate/frame/membership" } -pallet-message-queue = { path = "/home/bastian/projects/parity/substrate/frame/message-queue" } -pallet-mmr = { path = "/home/bastian/projects/parity/substrate/frame/merkle-mountain-range" } -sp-mmr-primitives = { path = "/home/bastian/projects/parity/substrate/primitives/merkle-mountain-range" } -pallet-multisig = { path = "/home/bastian/projects/parity/substrate/frame/multisig" } -pallet-nft-fractionalization = { path = "/home/bastian/projects/parity/substrate/frame/nft-fractionalization" } -pallet-nfts = { path = "/home/bastian/projects/parity/substrate/frame/nfts" } -pallet-nfts-runtime-api = { path = "/home/bastian/projects/parity/substrate/frame/nfts/runtime-api" } -pallet-nis = { path = "/home/bastian/projects/parity/substrate/frame/nis" } -pallet-nomination-pools = { path = "/home/bastian/projects/parity/substrate/frame/nomination-pools" } -pallet-nomination-pools-benchmarking = { path = "/home/bastian/projects/parity/substrate/frame/nomination-pools/benchmarking" } -pallet-nomination-pools-runtime-api = { path = "/home/bastian/projects/parity/substrate/frame/nomination-pools/runtime-api" } -pallet-offences-benchmarking = { path = "/home/bastian/projects/parity/substrate/frame/offences/benchmarking" } -pallet-ranked-collective = { path = "/home/bastian/projects/parity/substrate/frame/ranked-collective" } -pallet-recovery = { path = "/home/bastian/projects/parity/substrate/frame/recovery" } -pallet-referenda = { path = "/home/bastian/projects/parity/substrate/frame/referenda" } -pallet-remark = { path = "/home/bastian/projects/parity/substrate/frame/remark" } -pallet-salary = { path = "/home/bastian/projects/parity/substrate/frame/salary" } -pallet-session-benchmarking = { path = "/home/bastian/projects/parity/substrate/frame/session/benchmarking" } -pallet-society = { path = "/home/bastian/projects/parity/substrate/frame/society" } -pallet-staking-runtime-api = { path = "/home/bastian/projects/parity/substrate/frame/staking/runtime-api" } -pallet-state-trie-migration = { path = "/home/bastian/projects/parity/substrate/frame/state-trie-migration" } -frame-remote-externalities = { path = "/home/bastian/projects/parity/substrate/utils/frame/remote-externalities" } -substrate-rpc-client = { path = "/home/bastian/projects/parity/substrate/utils/frame/rpc/client" } -sc-rpc-api = { path = "/home/bastian/projects/parity/substrate/client/rpc-api" } -sc-transaction-pool-api = { path = "/home/bastian/projects/parity/substrate/client/transaction-pool/api" } -substrate-state-trie-migration-rpc = { path = "/home/bastian/projects/parity/substrate/utils/frame/rpc/state-trie-migration-rpc" } -pallet-statement = { path = "/home/bastian/projects/parity/substrate/frame/statement" } -sp-statement-store = { path = "/home/bastian/projects/parity/substrate/primitives/statement-store" } -pallet-sudo = { path = "/home/bastian/projects/parity/substrate/frame/sudo" } -pallet-tips = { path = "/home/bastian/projects/parity/substrate/frame/tips" } -pallet-transaction-payment-rpc-runtime-api = { path = "/home/bastian/projects/parity/substrate/frame/transaction-payment/rpc/runtime-api" } -pallet-transaction-storage = { path = "/home/bastian/projects/parity/substrate/frame/transaction-storage" } -sp-transaction-storage-proof = { path = "/home/bastian/projects/parity/substrate/primitives/transaction-storage-proof" } -pallet-uniques = { path = "/home/bastian/projects/parity/substrate/frame/uniques" } -pallet-vesting = { path = "/home/bastian/projects/parity/substrate/frame/vesting" } -pallet-whitelist = { path = "/home/bastian/projects/parity/substrate/frame/whitelist" } -sp-block-builder = { path = "/home/bastian/projects/parity/substrate/primitives/block-builder" } -sp-offchain = { path = "/home/bastian/projects/parity/substrate/primitives/offchain" } -sp-transaction-pool = { path = "/home/bastian/projects/parity/substrate/primitives/transaction-pool" } -sc-informant = { path = "/home/bastian/projects/parity/substrate/client/informant" } -sc-keystore = { path = "/home/bastian/projects/parity/substrate/client/keystore" } -sc-network-bitswap = { path = "/home/bastian/projects/parity/substrate/client/network/bitswap" } -sc-network-transactions = { path = "/home/bastian/projects/parity/substrate/client/network/transactions" } -sc-offchain = { path = "/home/bastian/projects/parity/substrate/client/offchain" } -sc-transaction-pool = { path = "/home/bastian/projects/parity/substrate/client/transaction-pool" } -substrate-test-runtime-transaction-pool = { path = "/home/bastian/projects/parity/substrate/test-utils/runtime/transaction-pool" } -sc-rpc = { path = "/home/bastian/projects/parity/substrate/client/rpc" } -sc-rpc-server = { path = "/home/bastian/projects/parity/substrate/client/rpc-servers" } -sc-rpc-spec-v2 = { path = "/home/bastian/projects/parity/substrate/client/rpc-spec-v2" } -sc-sysinfo = { path = "/home/bastian/projects/parity/substrate/client/sysinfo" } -sp-consensus-aura = { path = "/home/bastian/projects/parity/substrate/primitives/consensus/aura" } -substrate-test-client = { path = "/home/bastian/projects/parity/substrate/test-utils/client" } -sp-runtime-interface-test-wasm = { path = "/home/bastian/projects/parity/substrate/primitives/runtime-interface/test-wasm" } -sp-metadata-ir = { path = "/home/bastian/projects/parity/substrate/primitives/metadata-ir" } -frame-benchmarking-cli = { path = "/home/bastian/projects/parity/substrate/utils/frame/benchmarking-cli" } -sc-cli = { path = "/home/bastian/projects/parity/substrate/client/cli" } -node-template-runtime = { path = "/home/bastian/projects/parity/substrate/bin/node-template/runtime" } -pallet-aura = { path = "/home/bastian/projects/parity/substrate/frame/aura" } -pallet-template = { path = "/home/bastian/projects/parity/substrate/bin/node-template/pallets/template" } -pallet-transaction-payment-rpc = { path = "/home/bastian/projects/parity/substrate/frame/transaction-payment/rpc" } -sc-basic-authorship = { path = "/home/bastian/projects/parity/substrate/client/basic-authorship" } -sc-proposer-metrics = { path = "/home/bastian/projects/parity/substrate/client/proposer-metrics" } -sc-consensus-aura = { path = "/home/bastian/projects/parity/substrate/client/consensus/aura" } -sc-consensus-slots = { path = "/home/bastian/projects/parity/substrate/client/consensus/slots" } -sc-network-test = { path = "/home/bastian/projects/parity/substrate/client/network/test" } -sc-consensus-grandpa = { path = "/home/bastian/projects/parity/substrate/client/consensus/grandpa" } -sc-network-gossip = { path = "/home/bastian/projects/parity/substrate/client/network-gossip" } -substrate-frame-rpc-system = { path = "/home/bastian/projects/parity/substrate/utils/frame/rpc/system" } -try-runtime-cli = { path = "/home/bastian/projects/parity/substrate/utils/frame/try-runtime/cli" } -substrate-cli-test-utils = { path = "/home/bastian/projects/parity/substrate/test-utils/cli" } -substrate-build-script-utils = { path = "/home/bastian/projects/parity/substrate/utils/build-script-utils" } -node-bench = { path = "/home/bastian/projects/parity/substrate/bin/node/bench" } -node-testing = { path = "/home/bastian/projects/parity/substrate/bin/node/testing" } -node-executor = { path = "/home/bastian/projects/parity/substrate/bin/node/executor" } -node-cli = { path = "/home/bastian/projects/parity/substrate/bin/node/cli" } -node-inspect = { path = "/home/bastian/projects/parity/substrate/bin/node/inspect" } -node-rpc = { path = "/home/bastian/projects/parity/substrate/bin/node/rpc" } -mmr-rpc = { path = "/home/bastian/projects/parity/substrate/client/merkle-mountain-range/rpc" } -sc-consensus-babe = { path = "/home/bastian/projects/parity/substrate/client/consensus/babe" } -sc-consensus-epochs = { path = "/home/bastian/projects/parity/substrate/client/consensus/epochs" } -sc-consensus-babe-rpc = { path = "/home/bastian/projects/parity/substrate/client/consensus/babe/rpc" } -sc-consensus-grandpa-rpc = { path = "/home/bastian/projects/parity/substrate/client/consensus/grandpa/rpc" } -sc-sync-state-rpc = { path = "/home/bastian/projects/parity/substrate/client/sync-state-rpc" } -sc-authority-discovery = { path = "/home/bastian/projects/parity/substrate/client/authority-discovery" } -sc-network-statement = { path = "/home/bastian/projects/parity/substrate/client/network/statement" } -sc-statement-store = { path = "/home/bastian/projects/parity/substrate/client/statement-store" } -sc-storage-monitor = { path = "/home/bastian/projects/parity/substrate/client/storage-monitor" } -sc-service-test = { path = "/home/bastian/projects/parity/substrate/client/service/test" } -substrate-frame-cli = { path = "/home/bastian/projects/parity/substrate/utils/frame/frame-utilities-cli" } -chain-spec-builder = { path = "/home/bastian/projects/parity/substrate/bin/utils/chain-spec-builder" } -subkey = { path = "/home/bastian/projects/parity/substrate/bin/utils/subkey" } -sc-consensus-beefy = { path = "/home/bastian/projects/parity/substrate/client/consensus/beefy" } -sp-consensus-beefy = { path = "/home/bastian/projects/parity/substrate/primitives/consensus/beefy" } -sc-consensus-beefy-rpc = { path = "/home/bastian/projects/parity/substrate/client/consensus/beefy/rpc" } -sc-consensus-manual-seal = { path = "/home/bastian/projects/parity/substrate/client/consensus/manual-seal" } -sc-consensus-pow = { path = "/home/bastian/projects/parity/substrate/client/consensus/pow" } -sp-consensus-pow = { path = "/home/bastian/projects/parity/substrate/primitives/consensus/pow" } -mmr-gadget = { path = "/home/bastian/projects/parity/substrate/client/merkle-mountain-range" } -pallet-atomic-swap = { path = "/home/bastian/projects/parity/substrate/frame/atomic-swap" } -pallet-bags-list-fuzzer = { path = "/home/bastian/projects/parity/substrate/frame/bags-list/fuzzer" } -pallet-bags-list-remote-tests = { path = "/home/bastian/projects/parity/substrate/frame/bags-list/remote-tests" } -pallet-beefy = { path = "/home/bastian/projects/parity/substrate/frame/beefy" } -pallet-beefy-mmr = { path = "/home/bastian/projects/parity/substrate/frame/beefy-mmr" } -binary-merkle-tree = { path = "/home/bastian/projects/parity/substrate/utils/binary-merkle-tree" } -pallet-election-provider-e2e-test = { path = "/home/bastian/projects/parity/substrate/frame/election-provider-multi-phase/test-staking-e2e" } -frame-election-solution-type-fuzzer = { path = "/home/bastian/projects/parity/substrate/frame/election-provider-support/solution-type/fuzzer" } -pallet-examples = { path = "/home/bastian/projects/parity/substrate/frame/examples" } -pallet-default-config-example = { path = "/home/bastian/projects/parity/substrate/frame/examples/default-config" } -pallet-dev-mode = { path = "/home/bastian/projects/parity/substrate/frame/examples/dev-mode" } -pallet-example-basic = { path = "/home/bastian/projects/parity/substrate/frame/examples/basic" } -pallet-example-kitchensink = { path = "/home/bastian/projects/parity/substrate/frame/examples/kitchensink" } -pallet-example-offchain-worker = { path = "/home/bastian/projects/parity/substrate/frame/examples/offchain-worker" } -pallet-example-split = { path = "/home/bastian/projects/parity/substrate/frame/examples/split" } -pallet-nicks = { path = "/home/bastian/projects/parity/substrate/frame/nicks" } -pallet-node-authorization = { path = "/home/bastian/projects/parity/substrate/frame/node-authorization" } -pallet-nomination-pools-fuzzer = { path = "/home/bastian/projects/parity/substrate/frame/nomination-pools/fuzzer" } -pallet-nomination-pools-test-staking = { path = "/home/bastian/projects/parity/substrate/frame/nomination-pools/test-staking" } -pallet-scored-pool = { path = "/home/bastian/projects/parity/substrate/frame/scored-pool" } -pallet-staking-reward-fn = { path = "/home/bastian/projects/parity/substrate/frame/staking/reward-fn" } -pallet-root-offences = { path = "/home/bastian/projects/parity/substrate/frame/root-offences" } -frame-support-test-compile-pass = { path = "/home/bastian/projects/parity/substrate/frame/support/test/compile_pass" } -sp-api-test = { path = "/home/bastian/projects/parity/substrate/primitives/api/test" } -sp-application-crypto-test = { path = "/home/bastian/projects/parity/substrate/primitives/application-crypto/test" } -sp-arithmetic-fuzzer = { path = "/home/bastian/projects/parity/substrate/primitives/arithmetic/fuzzer" } -sp-crypto-ec-utils = { path = "/home/bastian/projects/parity/substrate/primitives/crypto/ec-utils" } -sp-genesis-builder = { path = "/home/bastian/projects/parity/substrate/primitives/genesis-builder" } -sp-npos-elections-fuzzer = { path = "/home/bastian/projects/parity/substrate/primitives/npos-elections/fuzzer" } -sp-runtime-interface-test = { path = "/home/bastian/projects/parity/substrate/primitives/runtime-interface/test" } -sp-runtime-interface-test-wasm-deprecated = { path = "/home/bastian/projects/parity/substrate/primitives/runtime-interface/test-wasm-deprecated" } -node-template-release = { path = "/home/bastian/projects/parity/substrate/scripts/ci/node-template-release" } -substrate-test-utils-test-crate = { path = "/home/bastian/projects/parity/substrate/test-utils/test-crate" } -substrate-frame-rpc-support = { path = "/home/bastian/projects/parity/substrate/utils/frame/rpc/support" } -generate-bags = { path = "/home/bastian/projects/parity/substrate/utils/frame/generate-bags" } -node-runtime-generate-bags = { path = "/home/bastian/projects/parity/substrate/utils/frame/generate-bags/node-runtime" } - - - # Configuration for building a .deb package - for use with `cargo-deb` [package.metadata.deb] name = "polkadot"