diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000000..931215233e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,446 @@ +[workspace] +members = [ + "cumulus/bridges/bin/runtime-common", + "cumulus/bridges/modules/grandpa", + "cumulus/bridges/modules/messages", + "cumulus/bridges/modules/parachains", + "cumulus/bridges/modules/relayers", + "cumulus/bridges/modules/xcm-bridge-hub-router", + "cumulus/bridges/primitives/chain-asset-hub-kusama", + "cumulus/bridges/primitives/chain-asset-hub-polkadot", + "cumulus/bridges/primitives/chain-bridge-hub-cumulus", + "cumulus/bridges/primitives/chain-bridge-hub-kusama", + "cumulus/bridges/primitives/chain-bridge-hub-polkadot", + "cumulus/bridges/primitives/chain-bridge-hub-rococo", + "cumulus/bridges/primitives/chain-bridge-hub-wococo", + "cumulus/bridges/primitives/chain-kusama", + "cumulus/bridges/primitives/chain-polkadot", + "cumulus/bridges/primitives/chain-rococo", + "cumulus/bridges/primitives/chain-wococo", + "cumulus/bridges/primitives/header-chain", + "cumulus/bridges/primitives/messages", + "cumulus/bridges/primitives/parachains", + "cumulus/bridges/primitives/polkadot-core", + "cumulus/bridges/primitives/relayers", + "cumulus/bridges/primitives/runtime", + "cumulus/bridges/primitives/test-utils", + "cumulus/bridges/primitives/xcm-bridge-hub-router", + "cumulus/client/cli", + "cumulus/client/collator", + "cumulus/client/consensus/aura", + "cumulus/client/consensus/common", + "cumulus/client/consensus/proposer", + "cumulus/client/consensus/relay-chain", + "cumulus/client/network", + "cumulus/client/pov-recovery", + "cumulus/client/relay-chain-inprocess-interface", + "cumulus/client/relay-chain-interface", + "cumulus/client/relay-chain-minimal-node", + "cumulus/client/relay-chain-rpc-interface", + "cumulus/client/service", + "cumulus/pallets/aura-ext", + "cumulus/pallets/collator-selection", + "cumulus/pallets/dmp-queue", + "cumulus/pallets/parachain-system", + "cumulus/pallets/parachain-system/proc-macro", + "cumulus/pallets/session-benchmarking", + "cumulus/pallets/solo-to-para", + "cumulus/pallets/xcm", + "cumulus/pallets/xcmp-queue", + "cumulus/parachain-template/node", + "cumulus/parachain-template/pallets/template", + "cumulus/parachain-template/runtime", + "cumulus/parachains/common", + "cumulus/parachains/integration-tests/emulated/assets/asset-hub-kusama", + "cumulus/parachains/integration-tests/emulated/assets/asset-hub-polkadot", + "cumulus/parachains/integration-tests/emulated/assets/asset-hub-westend", + "cumulus/parachains/integration-tests/emulated/bridges/bridge-hub-rococo", + "cumulus/parachains/integration-tests/emulated/collectives/collectives-polkadot", + "cumulus/parachains/integration-tests/emulated/common", + "cumulus/parachains/pallets/parachain-info", + "cumulus/parachains/pallets/ping", + "cumulus/parachains/runtimes/assets/asset-hub-kusama", + "cumulus/parachains/runtimes/assets/asset-hub-polkadot", + "cumulus/parachains/runtimes/assets/asset-hub-westend", + "cumulus/parachains/runtimes/assets/common", + "cumulus/parachains/runtimes/assets/test-utils", + "cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama", + "cumulus/parachains/runtimes/bridge-hubs/bridge-hub-polkadot", + "cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo", + "cumulus/parachains/runtimes/bridge-hubs/test-utils", + "cumulus/parachains/runtimes/collectives/collectives-polkadot", + "cumulus/parachains/runtimes/contracts/contracts-rococo", + "cumulus/parachains/runtimes/glutton/glutton-kusama", + "cumulus/parachains/runtimes/starters/seedling", + "cumulus/parachains/runtimes/starters/shell", + "cumulus/parachains/runtimes/test-utils", + "cumulus/parachains/runtimes/testing/penpal", + "cumulus/parachains/runtimes/testing/rococo-parachain", + "cumulus/polkadot-parachain", + "cumulus/primitives/aura", + "cumulus/primitives/core", + "cumulus/primitives/parachain-inherent", + "cumulus/primitives/timestamp", + "cumulus/primitives/utility", + "cumulus/test/client", + "cumulus/test/relay-sproof-builder", + "cumulus/test/relay-validation-worker-provider", + "cumulus/test/runtime", + "cumulus/test/service", + "cumulus/xcm/xcm-emulator", + "polkadot/cli", + "polkadot/core-primitives", + "polkadot/erasure-coding", + "polkadot/erasure-coding/fuzzer", + "polkadot/node/collation-generation", + "polkadot/node/core/approval-voting", + "polkadot/node/core/av-store", + "polkadot/node/core/backing", + "polkadot/node/core/bitfield-signing", + "polkadot/node/core/candidate-validation", + "polkadot/node/core/chain-api", + "polkadot/node/core/chain-selection", + "polkadot/node/core/dispute-coordinator", + "polkadot/node/core/parachains-inherent", + "polkadot/node/core/prospective-parachains", + "polkadot/node/core/provisioner", + "polkadot/node/core/pvf", + "polkadot/node/core/pvf/common", + "polkadot/node/core/pvf/execute-worker", + "polkadot/node/core/pvf/prepare-worker", + "polkadot/node/core/pvf-checker", + "polkadot/node/core/runtime-api", + "polkadot/node/gum", + "polkadot/node/gum/proc-macro", + "polkadot/node/jaeger", + "polkadot/node/malus", + "polkadot/node/metrics", + "polkadot/node/network/approval-distribution", + "polkadot/node/network/availability-distribution", + "polkadot/node/network/availability-recovery", + "polkadot/node/network/bitfield-distribution", + "polkadot/node/network/bridge", + "polkadot/node/network/collator-protocol", + "polkadot/node/network/dispute-distribution", + "polkadot/node/network/gossip-support", + "polkadot/node/network/protocol", + "polkadot/node/network/statement-distribution", + "polkadot/node/overseer", + "polkadot/node/primitives", + "polkadot/node/service", + "polkadot/node/subsystem", + "polkadot/node/subsystem-test-helpers", + "polkadot/node/subsystem-types", + "polkadot/node/subsystem-util", + "polkadot/node/test/client", + "polkadot/node/test/performance-test", + "polkadot/node/test/service", + "polkadot/node/zombienet-backchannel", + "polkadot/parachain", + "polkadot/parachain/test-parachains", + "polkadot/parachain/test-parachains/adder", + "polkadot/parachain/test-parachains/adder/collator", + "polkadot/parachain/test-parachains/halt", + "polkadot/parachain/test-parachains/undying", + "polkadot/parachain/test-parachains/undying/collator", + "polkadot/primitives", + "polkadot/primitives/test-helpers", + "polkadot/rpc", + "polkadot/runtime/common", + "polkadot/runtime/common/slot_range_helper", + "polkadot/runtime/kusama", + "polkadot/runtime/kusama/constants", + "polkadot/runtime/metrics", + "polkadot/runtime/parachains", + "polkadot/runtime/polkadot", + "polkadot/runtime/polkadot/constants", + "polkadot/runtime/rococo", + "polkadot/runtime/rococo/constants", + "polkadot/runtime/test-runtime", + "polkadot/runtime/test-runtime/constants", + "polkadot/runtime/westend", + "polkadot/runtime/westend/constants", + "polkadot/statement-table", + "polkadot/utils/generate-bags", + "polkadot/utils/remote-ext-tests/bags-list", + "polkadot/utils/staking-miner", + "polkadot/xcm", + "polkadot/xcm/pallet-xcm", + "polkadot/xcm/pallet-xcm-benchmarks", + "polkadot/xcm/procedural", + "polkadot/xcm/xcm-builder", + "polkadot/xcm/xcm-executor", + "polkadot/xcm/xcm-executor/integration-tests", + "polkadot/xcm/xcm-simulator", + "polkadot/xcm/xcm-simulator/example", + "polkadot/xcm/xcm-simulator/fuzzer", + "substrate/bin/node/bench", + "substrate/bin/node/cli", + "substrate/bin/node/executor", + "substrate/bin/node/inspect", + "substrate/bin/node/primitives", + "substrate/bin/node/rpc", + "substrate/bin/node/runtime", + "substrate/bin/node/testing", + "substrate/bin/node-template/node", + "substrate/bin/node-template/pallets/template", + "substrate/bin/node-template/runtime", + "substrate/bin/utils/chain-spec-builder", + "substrate/bin/utils/subkey", + "substrate/client/allocator", + "substrate/client/api", + "substrate/client/authority-discovery", + "substrate/client/basic-authorship", + "substrate/client/block-builder", + "substrate/client/chain-spec", + "substrate/client/chain-spec/derive", + "substrate/client/cli", + "substrate/client/consensus/aura", + "substrate/client/consensus/babe", + "substrate/client/consensus/babe/rpc", + "substrate/client/consensus/beefy", + "substrate/client/consensus/beefy/rpc", + "substrate/client/consensus/common", + "substrate/client/consensus/epochs", + "substrate/client/consensus/grandpa", + "substrate/client/consensus/grandpa/rpc", + "substrate/client/consensus/manual-seal", + "substrate/client/consensus/pow", + "substrate/client/consensus/slots", + "substrate/client/db", + "substrate/client/executor", + "substrate/client/executor/common", + "substrate/client/executor/runtime-test", + "substrate/client/executor/wasmtime", + "substrate/client/informant", + "substrate/client/keystore", + "substrate/client/merkle-mountain-range", + "substrate/client/merkle-mountain-range/rpc", + "substrate/client/network", + "substrate/client/network/bitswap", + "substrate/client/network/common", + "substrate/client/network/light", + "substrate/client/network/statement", + "substrate/client/network/sync", + "substrate/client/network/test", + "substrate/client/network/transactions", + "substrate/client/network-gossip", + "substrate/client/offchain", + "substrate/client/proposer-metrics", + "substrate/client/rpc", + "substrate/client/rpc-api", + "substrate/client/rpc-servers", + "substrate/client/rpc-spec-v2", + "substrate/client/service", + "substrate/client/service/test", + "substrate/client/state-db", + "substrate/client/statement-store", + "substrate/client/storage-monitor", + "substrate/client/sync-state-rpc", + "substrate/client/sysinfo", + "substrate/client/telemetry", + "substrate/client/tracing", + "substrate/client/tracing/proc-macro", + "substrate/client/transaction-pool", + "substrate/client/transaction-pool/api", + "substrate/client/utils", + "substrate/frame/alliance", + "substrate/frame/asset-conversion", + "substrate/frame/asset-rate", + "substrate/frame/assets", + "substrate/frame/atomic-swap", + "substrate/frame/aura", + "substrate/frame/authority-discovery", + "substrate/frame/authorship", + "substrate/frame/babe", + "substrate/frame/bags-list", + "substrate/frame/bags-list/fuzzer", + "substrate/frame/bags-list/remote-tests", + "substrate/frame/balances", + "substrate/frame/beefy", + "substrate/frame/beefy-mmr", + "substrate/frame/benchmarking", + "substrate/frame/benchmarking/pov", + "substrate/frame/bounties", + "substrate/frame/broker", + "substrate/frame/child-bounties", + "substrate/frame/collective", + "substrate/frame/contracts", + "substrate/frame/contracts/primitives", + "substrate/frame/contracts/proc-macro", + "substrate/frame/conviction-voting", + "substrate/frame/core-fellowship", + "substrate/frame/democracy", + "substrate/frame/election-provider-multi-phase", + "substrate/frame/election-provider-multi-phase/test-staking-e2e", + "substrate/frame/election-provider-support", + "substrate/frame/election-provider-support/benchmarking", + "substrate/frame/election-provider-support/solution-type", + "substrate/frame/election-provider-support/solution-type/fuzzer", + "substrate/frame/elections-phragmen", + "substrate/frame/examples", + "substrate/frame/examples/basic", + "substrate/frame/examples/default-config", + "substrate/frame/examples/dev-mode", + "substrate/frame/examples/kitchensink", + "substrate/frame/examples/offchain-worker", + "substrate/frame/examples/split", + "substrate/frame/executive", + "substrate/frame/fast-unstake", + "substrate/frame/glutton", + "substrate/frame/grandpa", + "substrate/frame/identity", + "substrate/frame/im-online", + "substrate/frame/indices", + "substrate/frame/insecure-randomness-collective-flip", + "substrate/frame/lottery", + "substrate/frame/membership", + "substrate/frame/merkle-mountain-range", + "substrate/frame/message-queue", + "substrate/frame/multisig", + "substrate/frame/nft-fractionalization", + "substrate/frame/nfts", + "substrate/frame/nfts/runtime-api", + "substrate/frame/nicks", + "substrate/frame/nis", + "substrate/frame/node-authorization", + "substrate/frame/nomination-pools", + "substrate/frame/nomination-pools/benchmarking", + "substrate/frame/nomination-pools/fuzzer", + "substrate/frame/nomination-pools/runtime-api", + "substrate/frame/nomination-pools/test-staking", + "substrate/frame/offences", + "substrate/frame/offences/benchmarking", + "substrate/frame/paged-list", + "substrate/frame/paged-list/fuzzer", + "substrate/frame/preimage", + "substrate/frame/proxy", + "substrate/frame/ranked-collective", + "substrate/frame/recovery", + "substrate/frame/referenda", + "substrate/frame/remark", + "substrate/frame/root-offences", + "substrate/frame/root-testing", + "substrate/frame/safe-mode", + "substrate/frame/salary", + "substrate/frame/scheduler", + "substrate/frame/scored-pool", + "substrate/frame/session", + "substrate/frame/session/benchmarking", + "substrate/frame/society", + "substrate/frame/staking", + "substrate/frame/staking/reward-curve", + "substrate/frame/staking/reward-fn", + "substrate/frame/staking/runtime-api", + "substrate/frame/state-trie-migration", + "substrate/frame/statement", + "substrate/frame/sudo", + "substrate/frame/support", + "substrate/frame/support/procedural", + "substrate/frame/support/procedural/tools", + "substrate/frame/support/procedural/tools/derive", + "substrate/frame/support/test", + "substrate/frame/support/test/compile_pass", + "substrate/frame/support/test/pallet", + "substrate/frame/system", + "substrate/frame/system/benchmarking", + "substrate/frame/system/rpc/runtime-api", + "substrate/frame/timestamp", + "substrate/frame/tips", + "substrate/frame/transaction-payment", + "substrate/frame/transaction-payment/asset-conversion-tx-payment", + "substrate/frame/transaction-payment/asset-tx-payment", + "substrate/frame/transaction-payment/rpc", + "substrate/frame/transaction-payment/rpc/runtime-api", + "substrate/frame/transaction-storage", + "substrate/frame/treasury", + "substrate/frame/try-runtime", + "substrate/frame/tx-pause", + "substrate/frame/uniques", + "substrate/frame/utility", + "substrate/frame/vesting", + "substrate/frame/whitelist", + "substrate/primitives/api", + "substrate/primitives/api/proc-macro", + "substrate/primitives/api/test", + "substrate/primitives/application-crypto", + "substrate/primitives/application-crypto/test", + "substrate/primitives/arithmetic", + "substrate/primitives/arithmetic/fuzzer", + "substrate/primitives/authority-discovery", + "substrate/primitives/block-builder", + "substrate/primitives/blockchain", + "substrate/primitives/consensus/aura", + "substrate/primitives/consensus/babe", + "substrate/primitives/consensus/beefy", + "substrate/primitives/consensus/common", + "substrate/primitives/consensus/grandpa", + "substrate/primitives/consensus/pow", + "substrate/primitives/consensus/slots", + "substrate/primitives/core", + "substrate/primitives/core/hashing", + "substrate/primitives/core/hashing/proc-macro", + "substrate/primitives/crypto/ec-utils", + "substrate/primitives/database", + "substrate/primitives/debug-derive", + "substrate/primitives/externalities", + "substrate/primitives/genesis-builder", + "substrate/primitives/inherents", + "substrate/primitives/io", + "substrate/primitives/keyring", + "substrate/primitives/keystore", + "substrate/primitives/maybe-compressed-blob", + "substrate/primitives/merkle-mountain-range", + "substrate/primitives/metadata-ir", + "substrate/primitives/npos-elections", + "substrate/primitives/npos-elections/fuzzer", + "substrate/primitives/offchain", + "substrate/primitives/panic-handler", + "substrate/primitives/rpc", + "substrate/primitives/runtime", + "substrate/primitives/runtime-interface", + "substrate/primitives/runtime-interface/proc-macro", + "substrate/primitives/runtime-interface/test", + "substrate/primitives/runtime-interface/test-wasm", + "substrate/primitives/runtime-interface/test-wasm-deprecated", + "substrate/primitives/session", + "substrate/primitives/staking", + "substrate/primitives/state-machine", + "substrate/primitives/statement-store", + "substrate/primitives/std", + "substrate/primitives/storage", + "substrate/primitives/test-primitives", + "substrate/primitives/timestamp", + "substrate/primitives/tracing", + "substrate/primitives/transaction-pool", + "substrate/primitives/transaction-storage-proof", + "substrate/primitives/trie", + "substrate/primitives/version", + "substrate/primitives/version/proc-macro", + "substrate/primitives/wasm-interface", + "substrate/primitives/weights", + "substrate/scripts/ci/node-template-release", + "substrate/test-utils", + "substrate/test-utils/cli", + "substrate/test-utils/client", + "substrate/test-utils/derive", + "substrate/test-utils/runtime", + "substrate/test-utils/runtime/client", + "substrate/test-utils/runtime/transaction-pool", + "substrate/test-utils/test-crate", + "substrate/utils/binary-merkle-tree", + "substrate/utils/build-script-utils", + "substrate/utils/fork-tree", + "substrate/utils/frame/benchmarking-cli", + "substrate/utils/frame/frame-utilities-cli", + "substrate/utils/frame/generate-bags", + "substrate/utils/frame/generate-bags/node-runtime", + "substrate/utils/frame/remote-externalities", + "substrate/utils/frame/rpc/client", + "substrate/utils/frame/rpc/state-trie-migration-rpc", + "substrate/utils/frame/rpc/support", + "substrate/utils/frame/rpc/system", + "substrate/utils/frame/try-runtime/cli", + "substrate/utils/prometheus", + "substrate/utils/wasm-builder", +] diff --git a/cumulus/bridges/bin/runtime-common/Cargo.toml b/cumulus/bridges/bin/runtime-common/Cargo.toml index f4b343c0d2..9d54c3b86c 100644 --- a/cumulus/bridges/bin/runtime-common/Cargo.toml +++ b/cumulus/bridges/bin/runtime-common/Cargo.toml @@ -29,24 +29,24 @@ pallet-bridge-relayers = { path = "../../modules/relayers", default-features = f # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +pallet-transaction-payment = { path = "../../../../substrate/frame/transaction-payment", default-features = false } +pallet-utility = { path = "../../../../substrate/frame/utility", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-trie = { path = "../../../../substrate/primitives/trie", default-features = false } # Polkadot dependencies -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "master" } +xcm = { path = "../../../../polkadot/xcm", default-features = false } +xcm-builder = { path = "../../../../polkadot/xcm/xcm-builder", default-features = false } [dev-dependencies] bp-test-utils = { path = "../../primitives/test-utils" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { path = "../../../../substrate/frame/balances" } [features] default = ["std"] diff --git a/cumulus/bridges/modules/grandpa/Cargo.toml b/cumulus/bridges/modules/grandpa/Cargo.toml index 0bd62beeaa..bb35a4e0cd 100644 --- a/cumulus/bridges/modules/grandpa/Cargo.toml +++ b/cumulus/bridges/modules/grandpa/Cargo.toml @@ -20,20 +20,20 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +sp-consensus-grandpa = { path = "../../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"] } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-trie = { path = "../../../../substrate/primitives/trie", default-features = false } # Optional Benchmarking Dependencies bp-test-utils = { path = "../../primitives/test-utils", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-io = { path = "../../../../substrate/primitives/io" } [features] default = ["std"] diff --git a/cumulus/bridges/modules/messages/Cargo.toml b/cumulus/bridges/modules/messages/Cargo.toml index 8db52acefc..9904c1d1ce 100644 --- a/cumulus/bridges/modules/messages/Cargo.toml +++ b/cumulus/bridges/modules/messages/Cargo.toml @@ -19,17 +19,17 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [dev-dependencies] bp-test-utils = { path = "../../primitives/test-utils" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { path = "../../../../substrate/frame/balances" } +sp-io = { path = "../../../../substrate/primitives/io" } [features] default = ["std"] diff --git a/cumulus/bridges/modules/parachains/Cargo.toml b/cumulus/bridges/modules/parachains/Cargo.toml index 3e8d00511d..7b0ceb9638 100644 --- a/cumulus/bridges/modules/parachains/Cargo.toml +++ b/cumulus/bridges/modules/parachains/Cargo.toml @@ -20,18 +20,18 @@ pallet-bridge-grandpa = { path = "../grandpa", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-trie = { path = "../../../../substrate/primitives/trie", default-features = false } [dev-dependencies] bp-header-chain = { path = "../../primitives/header-chain" } bp-test-utils = { path = "../../primitives/test-utils" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-io = { path = "../../../../substrate/primitives/io" } [features] default = ["std"] diff --git a/cumulus/bridges/modules/relayers/Cargo.toml b/cumulus/bridges/modules/relayers/Cargo.toml index 93b0917970..55a5961a83 100644 --- a/cumulus/bridges/modules/relayers/Cargo.toml +++ b/cumulus/bridges/modules/relayers/Cargo.toml @@ -20,19 +20,19 @@ pallet-bridge-messages = { path = "../messages", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [dev-dependencies] bp-runtime = { path = "../../primitives/runtime" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { path = "../../../../substrate/frame/balances" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-io = { path = "../../../../substrate/primitives/io" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } [features] default = ["std"] diff --git a/cumulus/bridges/modules/xcm-bridge-hub-router/Cargo.toml b/cumulus/bridges/modules/xcm-bridge-hub-router/Cargo.toml index 0427857e30..1b1ce650ed 100644 --- a/cumulus/bridges/modules/xcm-bridge-hub-router/Cargo.toml +++ b/cumulus/bridges/modules/xcm-bridge-hub-router/Cargo.toml @@ -17,21 +17,21 @@ bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", de # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } # Polkadot Dependencies -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "master" } +xcm = { path = "../../../../polkadot/xcm", default-features = false } +xcm-builder = { path = "../../../../polkadot/xcm/xcm-builder", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { path = "../../../../substrate/primitives/io" } +sp-std = { path = "../../../../substrate/primitives/std" } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-asset-hub-kusama/Cargo.toml b/cumulus/bridges/primitives/chain-asset-hub-kusama/Cargo.toml index 6d5a4207ee..2b3e1f6c19 100644 --- a/cumulus/bridges/primitives/chain-asset-hub-kusama/Cargo.toml +++ b/cumulus/bridges/primitives/chain-asset-hub-kusama/Cargo.toml @@ -11,7 +11,7 @@ codec = { package = "parity-scale-codec", version = "3.1.5", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } # Bridge Dependencies bp-xcm-bridge-hub-router = { path = "../xcm-bridge-hub-router", default-features = false } diff --git a/cumulus/bridges/primitives/chain-asset-hub-polkadot/Cargo.toml b/cumulus/bridges/primitives/chain-asset-hub-polkadot/Cargo.toml index df690d5bcd..93c376cc37 100644 --- a/cumulus/bridges/primitives/chain-asset-hub-polkadot/Cargo.toml +++ b/cumulus/bridges/primitives/chain-asset-hub-polkadot/Cargo.toml @@ -11,8 +11,8 @@ codec = { package = "parity-scale-codec", version = "3.1.5", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } # Bridge Dependencies bp-xcm-bridge-hub-router = { path = "../xcm-bridge-hub-router", default-features = false } diff --git a/cumulus/bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml b/cumulus/bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml index 3c3a6c7076..e371d6cf9d 100644 --- a/cumulus/bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml +++ b/cumulus/bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml @@ -9,19 +9,19 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] # Bridge Dependencies -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-polkadot-core = { path = "../polkadot-core", default-features = false } +bp-messages = { path = "../messages", default-features = false } +bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } # Polkadot Dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "master" } +polkadot-primitives = { path = "../../../../polkadot/primitives", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-bridge-hub-kusama/Cargo.toml b/cumulus/bridges/primitives/chain-bridge-hub-kusama/Cargo.toml index e2b7fc68c0..cdbae5233b 100644 --- a/cumulus/bridges/primitives/chain-bridge-hub-kusama/Cargo.toml +++ b/cumulus/bridges/primitives/chain-bridge-hub-kusama/Cargo.toml @@ -10,15 +10,15 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" # Bridge Dependencies bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } +bp-runtime = { path = "../runtime", default-features = false } +bp-messages = { path = "../messages", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml b/cumulus/bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml index 9198a186e4..3c2f25076c 100644 --- a/cumulus/bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml +++ b/cumulus/bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml @@ -11,15 +11,15 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" # Bridge Dependencies bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } +bp-runtime = { path = "../runtime", default-features = false } +bp-messages = { path = "../messages", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-bridge-hub-rococo/Cargo.toml b/cumulus/bridges/primitives/chain-bridge-hub-rococo/Cargo.toml index 62e268b23b..88ccbbc61c 100644 --- a/cumulus/bridges/primitives/chain-bridge-hub-rococo/Cargo.toml +++ b/cumulus/bridges/primitives/chain-bridge-hub-rococo/Cargo.toml @@ -10,15 +10,15 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" # Bridge Dependencies bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } +bp-runtime = { path = "../runtime", default-features = false } +bp-messages = { path = "../messages", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-bridge-hub-wococo/Cargo.toml b/cumulus/bridges/primitives/chain-bridge-hub-wococo/Cargo.toml index 59372ed61a..ac55ace917 100644 --- a/cumulus/bridges/primitives/chain-bridge-hub-wococo/Cargo.toml +++ b/cumulus/bridges/primitives/chain-bridge-hub-wococo/Cargo.toml @@ -11,15 +11,15 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" # Bridge Dependencies bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } +bp-runtime = { path = "../runtime", default-features = false } +bp-messages = { path = "../messages", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-kusama/Cargo.toml b/cumulus/bridges/primitives/chain-kusama/Cargo.toml index 65b0729aa1..4aa62220ce 100644 --- a/cumulus/bridges/primitives/chain-kusama/Cargo.toml +++ b/cumulus/bridges/primitives/chain-kusama/Cargo.toml @@ -16,9 +16,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-polkadot/Cargo.toml b/cumulus/bridges/primitives/chain-polkadot/Cargo.toml index 1522f1dadb..1bfda8b477 100644 --- a/cumulus/bridges/primitives/chain-polkadot/Cargo.toml +++ b/cumulus/bridges/primitives/chain-polkadot/Cargo.toml @@ -16,9 +16,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-rococo/Cargo.toml b/cumulus/bridges/primitives/chain-rococo/Cargo.toml index 26e035b439..77694ada3b 100644 --- a/cumulus/bridges/primitives/chain-rococo/Cargo.toml +++ b/cumulus/bridges/primitives/chain-rococo/Cargo.toml @@ -16,9 +16,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/chain-wococo/Cargo.toml b/cumulus/bridges/primitives/chain-wococo/Cargo.toml index 3bde102d8f..ca9e3a1504 100644 --- a/cumulus/bridges/primitives/chain-wococo/Cargo.toml +++ b/cumulus/bridges/primitives/chain-wococo/Cargo.toml @@ -17,9 +17,9 @@ bp-rococo = { path = "../chain-rococo", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-api = { path = "../../../../substrate/primitives/api", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/header-chain/Cargo.toml b/cumulus/bridges/primitives/header-chain/Cargo.toml index 962d262d57..929fba53b9 100644 --- a/cumulus/bridges/primitives/header-chain/Cargo.toml +++ b/cumulus/bridges/primitives/header-chain/Cargo.toml @@ -18,11 +18,11 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, features = ["serde"] } +sp-consensus-grandpa = { path = "../../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"] } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [dev-dependencies] bp-test-utils = { path = "../test-utils" } diff --git a/cumulus/bridges/primitives/messages/Cargo.toml b/cumulus/bridges/primitives/messages/Cargo.toml index ecb0bdc407..25ed8f2b31 100644 --- a/cumulus/bridges/primitives/messages/Cargo.toml +++ b/cumulus/bridges/primitives/messages/Cargo.toml @@ -18,9 +18,9 @@ bp-header-chain = { path = "../header-chain", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [dev-dependencies] hex = "0.4" diff --git a/cumulus/bridges/primitives/parachains/Cargo.toml b/cumulus/bridges/primitives/parachains/Cargo.toml index 6cd138c622..f286259227 100644 --- a/cumulus/bridges/primitives/parachains/Cargo.toml +++ b/cumulus/bridges/primitives/parachains/Cargo.toml @@ -19,10 +19,10 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/polkadot-core/Cargo.toml b/cumulus/bridges/primitives/polkadot-core/Cargo.toml index b7ba480347..87820be772 100644 --- a/cumulus/bridges/primitives/polkadot-core/Cargo.toml +++ b/cumulus/bridges/primitives/polkadot-core/Cargo.toml @@ -19,11 +19,11 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [dev-dependencies] hex = "0.4" diff --git a/cumulus/bridges/primitives/relayers/Cargo.toml b/cumulus/bridges/primitives/relayers/Cargo.toml index fd2c9e19f9..648aeb5db4 100644 --- a/cumulus/bridges/primitives/relayers/Cargo.toml +++ b/cumulus/bridges/primitives/relayers/Cargo.toml @@ -17,9 +17,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } [dev-dependencies] hex = "0.4" diff --git a/cumulus/bridges/primitives/runtime/Cargo.toml b/cumulus/bridges/primitives/runtime/Cargo.toml index 3f396e9b80..bf7f2cd6f9 100644 --- a/cumulus/bridges/primitives/runtime/Cargo.toml +++ b/cumulus/bridges/primitives/runtime/Cargo.toml @@ -17,14 +17,14 @@ serde = { version = "1.0", default-features = false, features = ["alloc", "deriv # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } +sp-state-machine = { path = "../../../../substrate/primitives/state-machine", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-trie = { path = "../../../../substrate/primitives/trie", default-features = false } trie-db = { version = "0.27.1", default-features = false } [dev-dependencies] diff --git a/cumulus/bridges/primitives/test-utils/Cargo.toml b/cumulus/bridges/primitives/test-utils/Cargo.toml index 2e2af99332..dadf017f20 100644 --- a/cumulus/bridges/primitives/test-utils/Cargo.toml +++ b/cumulus/bridges/primitives/test-utils/Cargo.toml @@ -13,12 +13,12 @@ bp-runtime = { path = "../runtime", default-features = false } codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false } ed25519-dalek = { version = "1.0", default-features = false, features = ["u64_backend"] } finality-grandpa = { version = "0.16.2", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto", default-features = false } +sp-consensus-grandpa = { path = "../../../../substrate/primitives/consensus/grandpa", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-trie = { path = "../../../../substrate/primitives/trie", default-features = false } [features] default = ["std"] diff --git a/cumulus/bridges/primitives/xcm-bridge-hub-router/Cargo.toml b/cumulus/bridges/primitives/xcm-bridge-hub-router/Cargo.toml index ca17f52d16..97daa91c05 100644 --- a/cumulus/bridges/primitives/xcm-bridge-hub-router/Cargo.toml +++ b/cumulus/bridges/primitives/xcm-bridge-hub-router/Cargo.toml @@ -11,8 +11,8 @@ codec = { package = "parity-scale-codec", version = "3.1.5", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["bit-vec", "derive"] } # Substrate Dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } [features] default = ["std"] diff --git a/cumulus/client/cli/Cargo.toml b/cumulus/client/cli/Cargo.toml index 4171dc0cae..f22d82f5be 100644 --- a/cumulus/client/cli/Cargo.toml +++ b/cumulus/client/cli/Cargo.toml @@ -10,9 +10,9 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } url = "2.4.0" # Substrate -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { path = "../../../substrate/client/cli" } +sc-client-api = { path = "../../../substrate/client/api" } +sc-chain-spec = { path = "../../../substrate/client/chain-spec" } +sc-service = { path = "../../../substrate/client/service" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } diff --git a/cumulus/client/collator/Cargo.toml b/cumulus/client/collator/Cargo.toml index 79a1ba768d..2866793a21 100644 --- a/cumulus/client/collator/Cargo.toml +++ b/cumulus/client/collator/Cargo.toml @@ -11,17 +11,17 @@ futures = "0.3.21" tracing = "0.1.25" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { path = "../../../substrate/client/api" } +sp-consensus = { path = "../../../substrate/primitives/consensus/common" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { path = "../../../polkadot/node/primitives" } +polkadot-node-subsystem = { path = "../../../polkadot/node/subsystem" } +polkadot-overseer = { path = "../../../polkadot/node/overseer" } +polkadot-primitives = { path = "../../../polkadot/primitives" } # Cumulus cumulus-client-consensus-common = { path = "../consensus/common" } @@ -32,12 +32,12 @@ cumulus-primitives-core = { path = "../../primitives/core" } async-trait = "0.1.73" # Substrate -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine" } +sp-tracing = { path = "../../../substrate/primitives/tracing" } # Polkadot -polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-subsystem-test-helpers = { path = "../../../polkadot/node/subsystem-test-helpers" } # Cumulus cumulus-test-client = { path = "../../test/client" } diff --git a/cumulus/client/consensus/aura/Cargo.toml b/cumulus/client/consensus/aura/Cargo.toml index cb405a2e6f..d5781d5ed8 100644 --- a/cumulus/client/consensus/aura/Cargo.toml +++ b/cumulus/client/consensus/aura/Cargo.toml @@ -13,25 +13,25 @@ tracing = "0.1.37" lru = "0.10.0" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { path = "../../../../substrate/client/api" } +sc-consensus = { path = "../../../../substrate/client/consensus/common" } +sc-consensus-aura = { path = "../../../../substrate/client/consensus/aura" } +sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" } +sc-consensus-slots = { path = "../../../../substrate/client/consensus/slots" } +sc-telemetry = { path = "../../../../substrate/client/telemetry" } +sp-api = { path = "../../../../substrate/primitives/api" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-block-builder = { path = "../../../../substrate/primitives/block-builder" } +sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } +sp-consensus-aura = { path = "../../../../substrate/primitives/consensus/aura" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-inherents = { path = "../../../../substrate/primitives/inherents" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sp-timestamp = { path = "../../../../substrate/primitives/timestamp" } +sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } +substrate-prometheus-endpoint = { path = "../../../../substrate/utils/prometheus" } # Cumulus cumulus-client-consensus-common = { path = "../common" } @@ -43,7 +43,7 @@ cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain- cumulus-client-collator = { path = "../../collator" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { path = "../../../../polkadot/primitives" } +polkadot-node-primitives = { path = "../../../../polkadot/node/primitives" } +polkadot-node-subsystem = { path = "../../../../polkadot/node/subsystem" } +polkadot-overseer = { path = "../../../../polkadot/node/overseer" } diff --git a/cumulus/client/consensus/common/Cargo.toml b/cumulus/client/consensus/common/Cargo.toml index 23fd55d09f..738434b910 100644 --- a/cumulus/client/consensus/common/Cargo.toml +++ b/cumulus/client/consensus/common/Cargo.toml @@ -14,20 +14,20 @@ log = "0.4.20" tracing = "0.1.37" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { path = "../../../../substrate/client/api" } +sc-consensus = { path = "../../../../substrate/client/consensus/common" } +sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" } +sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } +sp-consensus-slots = { path = "../../../../substrate/primitives/consensus/slots" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sp-timestamp = { path = "../../../../substrate/primitives/timestamp" } +sp-trie = { path = "../../../../substrate/primitives/trie" } +substrate-prometheus-endpoint = { path = "../../../../substrate/utils/prometheus" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { path = "../../../../polkadot/primitives" } # Cumulus cumulus-primitives-core = { path = "../../../primitives/core" } @@ -39,7 +39,7 @@ schnellru = "0.2.1" futures-timer = "3.0.2" # Substrate -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } # Cumulus cumulus-test-client = { path = "../../../test/client" } diff --git a/cumulus/client/consensus/proposer/Cargo.toml b/cumulus/client/consensus/proposer/Cargo.toml index a1fc7a6fbe..a4384c3859 100644 --- a/cumulus/client/consensus/proposer/Cargo.toml +++ b/cumulus/client/consensus/proposer/Cargo.toml @@ -11,10 +11,10 @@ async-trait = "0.1.73" thiserror = "1.0.47" # Substrate -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } +sp-inherents = { path = "../../../../substrate/primitives/inherents" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } # Cumulus cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent" } diff --git a/cumulus/client/consensus/relay-chain/Cargo.toml b/cumulus/client/consensus/relay-chain/Cargo.toml index 31f5988fb9..ef74a0830b 100644 --- a/cumulus/client/consensus/relay-chain/Cargo.toml +++ b/cumulus/client/consensus/relay-chain/Cargo.toml @@ -12,15 +12,15 @@ parking_lot = "0.12.1" tracing = "0.1.37" # Substrate -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { path = "../../../../substrate/client/consensus/common" } +sp-api = { path = "../../../../substrate/primitives/api" } +sp-block-builder = { path = "../../../../substrate/primitives/block-builder" } +sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-inherents = { path = "../../../../substrate/primitives/inherents" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +substrate-prometheus-endpoint = { path = "../../../../substrate/utils/prometheus" } # Cumulus cumulus-client-consensus-common = { path = "../common" } diff --git a/cumulus/client/network/Cargo.toml b/cumulus/client/network/Cargo.toml index 5f1f3d017e..a17d2a8e32 100644 --- a/cumulus/client/network/Cargo.toml +++ b/cumulus/client/network/Cargo.toml @@ -14,17 +14,17 @@ parking_lot = "0.12.1" tracing = "0.1.37" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { path = "../../../substrate/client/api" } +sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +sp-consensus = { path = "../../../substrate/primitives/consensus/common" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { path = "../../../polkadot/node/primitives" } +polkadot-parachain = { path = "../../../polkadot/parachain" } +polkadot-primitives = { path = "../../../polkadot/primitives" } # Cumulus cumulus-relay-chain-interface = { path = "../relay-chain-interface" } @@ -35,16 +35,16 @@ tokio = { version = "1.32.0", features = ["macros"] } url = "2.4.0" # Substrate -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { path = "../../../substrate/client/cli" } +sc-client-api = { path = "../../../substrate/client/api" } +sp-consensus = { path = "../../../substrate/primitives/consensus/common" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } +sp-keystore = { path = "../../../substrate/primitives/keystore" } +substrate-test-utils = { path = "../../../substrate/test-utils" } # Polkadot -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-test-client = { path = "../../../polkadot/node/test/client" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } diff --git a/cumulus/client/pov-recovery/Cargo.toml b/cumulus/client/pov-recovery/Cargo.toml index b7acbdfcdb..b44a8023b9 100644 --- a/cumulus/client/pov-recovery/Cargo.toml +++ b/cumulus/client/pov-recovery/Cargo.toml @@ -13,21 +13,21 @@ rand = "0.8.5" tracing = "0.1.37" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { path = "../../../substrate/client/api" } +sc-consensus = { path = "../../../substrate/client/consensus/common" } +sp-consensus = { path = "../../../substrate/primitives/consensus/common" } +sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { path = "../../../polkadot/node/primitives" } +polkadot-node-subsystem = { path = "../../../polkadot/node/subsystem" } +polkadot-overseer = { path = "../../../polkadot/node/overseer" } +polkadot-primitives = { path = "../../../polkadot/primitives" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-relay-chain-interface = {path = "../relay-chain-interface"} +cumulus-relay-chain-interface = { path = "../relay-chain-interface" } async-trait = "0.1.73" [dev-dependencies] @@ -38,6 +38,6 @@ portpicker = "0.1.1" cumulus-test-service = { path = "../../test/service" } # Substrate -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { path = "../../../substrate/client/cli" } +sc-client-api = { path = "../../../substrate/client/api" } +substrate-test-utils = { path = "../../../substrate/test-utils" } diff --git a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml index 50a0aeb0fb..b71dab518b 100644 --- a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml +++ b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml @@ -10,20 +10,20 @@ futures = "0.3.28" futures-timer = "3.0.2" # Substrate -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { path = "../../../substrate/client/cli" } +sc-client-api = { path = "../../../substrate/client/api" } +sc-telemetry = { path = "../../../substrate/client/telemetry" } +sc-tracing = { path = "../../../substrate/client/tracing" } +sc-sysinfo = { path = "../../../substrate/client/sysinfo" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-consensus = { path = "../../../substrate/primitives/consensus/common" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", default-features = false, features = ["cli"] , branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-cli = { path = "../../../polkadot/cli", default-features = false, features = ["cli"] } +polkadot-service = { path = "../../../polkadot/node/service" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } @@ -32,11 +32,11 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" } [dev-dependencies] # Substrate -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { path = "../../../polkadot/primitives" } +polkadot-test-client = { path = "../../../polkadot/node/test/client" } metered = { package = "prioritized-metered-channel", version = "0.2.0" } # Cumulus diff --git a/cumulus/client/relay-chain-interface/Cargo.toml b/cumulus/client/relay-chain-interface/Cargo.toml index d2010e4547..54bd8e87cd 100644 --- a/cumulus/client/relay-chain-interface/Cargo.toml +++ b/cumulus/client/relay-chain-interface/Cargo.toml @@ -5,14 +5,14 @@ version = "0.1.0" edition = "2021" [dependencies] -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-overseer = { path = "../../../polkadot/node/overseer" } cumulus-primitives-core = { path = "../../primitives/core" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine" } +sc-client-api = { path = "../../../substrate/client/api" } futures = "0.3.28" async-trait = "0.1.73" diff --git a/cumulus/client/relay-chain-minimal-node/Cargo.toml b/cumulus/client/relay-chain-minimal-node/Cargo.toml index 83b8832dee..b9672fbc06 100644 --- a/cumulus/client/relay-chain-minimal-node/Cargo.toml +++ b/cumulus/client/relay-chain-minimal-node/Cargo.toml @@ -6,29 +6,29 @@ edition = "2021" [dependencies] # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem-util = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-network-protocol = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { path = "../../../polkadot/primitives" } +polkadot-core-primitives = { path = "../../../polkadot/core-primitives" } +polkadot-overseer = { path = "../../../polkadot/node/overseer" } +polkadot-node-subsystem-util = { path = "../../../polkadot/node/subsystem-util" } +polkadot-node-network-protocol = { path = "../../../polkadot/node/network/protocol" } -polkadot-availability-recovery = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-collator-protocol = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-network-bridge = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-collation-generation = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-runtime-api = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-availability-recovery = { path = "../../../polkadot/node/network/availability-recovery" } +polkadot-collator-protocol = { path = "../../../polkadot/node/network/collator-protocol" } +polkadot-network-bridge = { path = "../../../polkadot/node/network/bridge" } +polkadot-node-collation-generation = { path = "../../../polkadot/node/collation-generation" } +polkadot-node-core-runtime-api = { path = "../../../polkadot/node/core/runtime-api" } # substrate deps -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { path = "../../../substrate/client/authority-discovery" } +sc-network = { path = "../../../substrate/client/network" } +sc-network-common = { path = "../../../substrate/client/network/common" } +sc-service = { path = "../../../substrate/client/service" } +sc-tracing = { path = "../../../substrate/client/tracing" } +sc-utils = { path = "../../../substrate/client/utils" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } +sp-consensus = { path = "../../../substrate/primitives/consensus/common" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } # cumulus deps cumulus-relay-chain-interface = { path = "../relay-chain-interface" } diff --git a/cumulus/client/relay-chain-rpc-interface/Cargo.toml b/cumulus/client/relay-chain-rpc-interface/Cargo.toml index 9db12a35ac..d73b9ae898 100644 --- a/cumulus/client/relay-chain-rpc-interface/Cargo.toml +++ b/cumulus/client/relay-chain-rpc-interface/Cargo.toml @@ -6,21 +6,21 @@ edition = "2021" [dependencies] -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-overseer = { path = "../../../polkadot/node/overseer" } cumulus-primitives-core = { path = "../../primitives/core" } cumulus-relay-chain-interface = { path = "../relay-chain-interface" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } +sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine" } +sp-storage = { path = "../../../substrate/primitives/storage" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sc-client-api = { path = "../../../substrate/client/api" } +sc-rpc-api = { path = "../../../substrate/client/rpc-api" } +sc-service = { path = "../../../substrate/client/service" } tokio = { version = "1.32.0", features = ["sync"] } tokio-util = { version = "0.7.8", features = ["compat"] } diff --git a/cumulus/client/service/Cargo.toml b/cumulus/client/service/Cargo.toml index c7ec445bd8..60060b14d9 100644 --- a/cumulus/client/service/Cargo.toml +++ b/cumulus/client/service/Cargo.toml @@ -8,26 +8,26 @@ edition = "2021" futures = "0.3.28" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-transactions = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { path = "../../../substrate/client/api" } +sc-consensus = { path = "../../../substrate/client/consensus/common" } +sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } +sc-rpc = { path = "../../../substrate/client/rpc" } +sc-service = { path = "../../../substrate/client/service" } +sc-sysinfo = { path = "../../../substrate/client/sysinfo" } +sc-telemetry = { path = "../../../substrate/client/telemetry" } +sc-network = { path = "../../../substrate/client/network" } +sc-network-sync = { path = "../../../substrate/client/network/sync" } +sc-utils = { path = "../../../substrate/client/utils" } +sc-network-transactions = { path = "../../../substrate/client/network/transactions" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +sp-consensus = { path = "../../../substrate/primitives/consensus/common" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { path = "../../../polkadot/primitives" } # Cumulus cumulus-client-cli = { path = "../cli" } diff --git a/cumulus/pallets/aura-ext/Cargo.toml b/cumulus/pallets/aura-ext/Cargo.toml index 6976016dd3..123d9bb220 100644 --- a/cumulus/pallets/aura-ext/Cargo.toml +++ b/cumulus/pallets/aura-ext/Cargo.toml @@ -10,14 +10,14 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp= { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +pallet-aura = { path = "../../../substrate/frame/aura", default-features = false} +pallet-timestamp= { path = "../../../substrate/frame/timestamp", default-features = false} +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false} +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} # Cumulus cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false } diff --git a/cumulus/pallets/collator-selection/Cargo.toml b/cumulus/pallets/collator-selection/Cargo.toml index 62098fd564..a33ab712e1 100644 --- a/cumulus/pallets/collator-selection/Cargo.toml +++ b/cumulus/pallets/collator-selection/Cargo.toml @@ -18,25 +18,25 @@ codec = { default-features = false, features = ["derive"], package = "parity-sca rand = { version = "0.8.5", features = ["std_rng"], default-features = false } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false} +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false} +pallet-session = { path = "../../../substrate/frame/session", default-features = false} -frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true} [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-io = { path = "../../../substrate/primitives/io" } +sp-tracing = { path = "../../../substrate/primitives/tracing" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp" } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura" } +pallet-balances = { path = "../../../substrate/frame/balances" } +pallet-aura = { path = "../../../substrate/frame/aura" } [features] default = ["std"] diff --git a/cumulus/pallets/dmp-queue/Cargo.toml b/cumulus/pallets/dmp-queue/Cargo.toml index f254720dda..c45165bcef 100644 --- a/cumulus/pallets/dmp-queue/Cargo.toml +++ b/cumulus/pallets/dmp-queue/Cargo.toml @@ -10,21 +10,21 @@ log = { version = "0.4.20", default-features = false } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { path = "../../../polkadot/xcm", default-features = false} # Cumulus cumulus-primitives-core = { path = "../../primitives/core", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false} +sp-version = { path = "../../../substrate/primitives/version", default-features = false} [features] default = [ "std" ] diff --git a/cumulus/pallets/parachain-system/Cargo.toml b/cumulus/pallets/parachain-system/Cargo.toml index b7a6fbdd6b..125fe01af4 100644 --- a/cumulus/pallets/parachain-system/Cargo.toml +++ b/cumulus/pallets/parachain-system/Cargo.toml @@ -15,21 +15,21 @@ trie-db = { version = "0.27.1", default-features = false } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../substrate/primitives/core", default-features = false} +sp-externalities = { path = "../../../substrate/primitives/externalities", default-features = false} +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-state-machine = { path = "../../../substrate/primitives/state-machine", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false} +sp-version = { path = "../../../substrate/primitives/version", default-features = false} # Polkadot -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-parachain = { path = "../../../polkadot/parachain", default-features = false, features = [ "wasm-api" ]} +xcm = { path = "../../../polkadot/xcm", default-features = false} # Cumulus cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false } @@ -42,10 +42,10 @@ hex-literal = "0.4.1" lazy_static = "1.4" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { path = "../../../substrate/client/api" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } +sp-tracing = { path = "../../../substrate/primitives/tracing" } +sp-version = { path = "../../../substrate/primitives/version" } # Cumulus cumulus-test-client = { path = "../../test/client" } diff --git a/cumulus/pallets/session-benchmarking/Cargo.toml b/cumulus/pallets/session-benchmarking/Cargo.toml index ec83adbfc1..1e8a7fc7c7 100644 --- a/cumulus/pallets/session-benchmarking/Cargo.toml +++ b/cumulus/pallets/session-benchmarking/Cargo.toml @@ -14,12 +14,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] parity-scale-codec = { version = "3.6.4", default-features = false } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true} +pallet-session = { path = "../../../substrate/frame/session", default-features = false} [features] default = ["std"] diff --git a/cumulus/pallets/solo-to-para/Cargo.toml b/cumulus/pallets/solo-to-para/Cargo.toml index c884c8a6b9..de2515607b 100644 --- a/cumulus/pallets/solo-to-para/Cargo.toml +++ b/cumulus/pallets/solo-to-para/Cargo.toml @@ -10,17 +10,17 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false} # Cumulus -cumulus-pallet-parachain-system = { default-features = false, path = "../parachain-system" } +cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false} [features] default = [ "std" ] diff --git a/cumulus/pallets/xcm/Cargo.toml b/cumulus/pallets/xcm/Cargo.toml index 213af07fdc..8135c9b75a 100644 --- a/cumulus/pallets/xcm/Cargo.toml +++ b/cumulus/pallets/xcm/Cargo.toml @@ -8,13 +8,13 @@ version = "0.1.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { path = "../../../polkadot/xcm", default-features = false} cumulus-primitives-core = { path = "../../primitives/core", default-features = false } diff --git a/cumulus/pallets/xcmp-queue/Cargo.toml b/cumulus/pallets/xcmp-queue/Cargo.toml index 842e3ce9af..51fe3b0416 100644 --- a/cumulus/pallets/xcmp-queue/Cargo.toml +++ b/cumulus/pallets/xcmp-queue/Cargo.toml @@ -11,31 +11,31 @@ rand_chacha = { version = "0.3.0", default-features = false } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} # Polkadot -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-primitives-core = { path = "../../primitives/core", default-features = false } # Optional import for benchmarking -frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true} [dev-dependencies] # Substrate -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } +pallet-balances = { path = "../../../substrate/frame/balances" } # Polkadot -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "master" } +xcm-builder = { path = "../../../polkadot/xcm/xcm-builder" } # Cumulus cumulus-pallet-parachain-system = { path = "../parachain-system" } diff --git a/cumulus/parachain-template/node/Cargo.toml b/cumulus/parachain-template/node/Cargo.toml index 7612926018..21eb00760f 100644 --- a/cumulus/parachain-template/node/Cargo.toml +++ b/cumulus/parachain-template/node/Cargo.toml @@ -21,41 +21,41 @@ futures = "0.3.28" parachain-template-runtime = { path = "../runtime" } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking" } +frame-benchmarking-cli = { path = "../../../substrate/utils/frame/benchmarking-cli" } +pallet-transaction-payment-rpc = { path = "../../../substrate/frame/transaction-payment/rpc" } +sc-basic-authorship = { path = "../../../substrate/client/basic-authorship" } +sc-chain-spec = { path = "../../../substrate/client/chain-spec" } +sc-cli = { path = "../../../substrate/client/cli" } +sc-client-api = { path = "../../../substrate/client/api" } +sc-offchain = { path = "../../../substrate/client/offchain" } +sc-consensus = { path = "../../../substrate/client/consensus/common" } +sc-executor = { path = "../../../substrate/client/executor" } +sc-network = { path = "../../../substrate/client/network" } +sc-network-sync = { path = "../../../substrate/client/network/sync" } +sc-rpc = { path = "../../../substrate/client/rpc" } +sc-service = { path = "../../../substrate/client/service" } +sc-sysinfo = { path = "../../../substrate/client/sysinfo" } +sc-telemetry = { path = "../../../substrate/client/telemetry" } +sc-tracing = { path = "../../../substrate/client/tracing" } +sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-block-builder = { path = "../../../substrate/primitives/block-builder" } +sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-keystore = { path = "../../../substrate/primitives/keystore" } +sp-io = { path = "../../../substrate/primitives/io" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-timestamp = { path = "../../../substrate/primitives/timestamp" } +substrate-frame-rpc-system = { path = "../../../substrate/utils/frame/rpc/system" } +substrate-prometheus-endpoint = { path = "../../../substrate/utils/prometheus" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", features = ["rococo-native"] , branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-cli = { path = "../../../polkadot/cli", features = ["rococo-native"] } +polkadot-primitives = { path = "../../../polkadot/primitives" } +xcm = { path = "../../../polkadot/xcm", default-features = false} # Cumulus cumulus-client-cli = { path = "../../client/cli" } @@ -70,7 +70,7 @@ cumulus-relay-chain-interface = { path = "../../client/relay-chain-interface" } color-print = "0.3.4" [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { path = "../../../substrate/utils/build-script-utils" } [features] default = [] diff --git a/cumulus/parachain-template/pallets/template/Cargo.toml b/cumulus/parachain-template/pallets/template/Cargo.toml index c51f32a007..0648155253 100644 --- a/cumulus/parachain-template/pallets/template/Cargo.toml +++ b/cumulus/parachain-template/pallets/template/Cargo.toml @@ -16,17 +16,17 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-support = { path = "../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../substrate/frame/system", default-features = false} [dev-dependencies] serde = { version = "1.0.183" } # Substrate -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false} +sp-io = { path = "../../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false} [features] default = ["std"] diff --git a/cumulus/parachain-template/runtime/Cargo.toml b/cumulus/parachain-template/runtime/Cargo.toml index 126b4fa927..fa2b7f9c1d 100644 --- a/cumulus/parachain-template/runtime/Cargo.toml +++ b/cumulus/parachain-template/runtime/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -25,46 +25,46 @@ smallvec = "1.11.0" pallet-parachain-template = { path = "../pallets/template", default-features = false } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-aura = { path = "../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false} +pallet-session = { path = "../../../substrate/frame/session", default-features = false} +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false} +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +sp-api = { path = "../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../substrate/primitives/version", default-features = false} # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false} +polkadot-parachain = { path = "../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {path = "../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} +cumulus-pallet-session-benchmarking = { path = "../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../primitives/core", default-features = false } diff --git a/cumulus/parachains/common/Cargo.toml b/cumulus/parachains/common/Cargo.toml index 16c57f11fe..7862f79805 100644 --- a/cumulus/parachains/common/Cargo.toml +++ b/cumulus/parachains/common/Cargo.toml @@ -15,23 +15,23 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" num-traits = { version = "0.2", default-features = false} # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false } +pallet-asset-tx-payment = { path = "../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false } +pallet-assets = { path = "../../../substrate/frame/assets", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false } +sp-core = { path = "../../../substrate/primitives/core", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false} +xcm = { path = "../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false } @@ -39,11 +39,11 @@ cumulus-primitives-core = { path = "../../primitives/core", default-features = f cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false } [dev-dependencies] -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/cumulus/parachains/integration-tests/emulated/assets/asset-hub-kusama/Cargo.toml b/cumulus/parachains/integration-tests/emulated/assets/asset-hub-kusama/Cargo.toml index e78260953d..83209e7e46 100644 --- a/cumulus/parachains/integration-tests/emulated/assets/asset-hub-kusama/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/assets/asset-hub-kusama/Cargo.toml @@ -10,31 +10,31 @@ codec = { package = "parity-scale-codec", version = "3.4.0", default-features = assert_matches = "1.5.0" # Substrate -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-weights = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-assets = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-asset-conversion = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { path = "../../../../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false} +sp-weights = { path = "../../../../../../substrate/primitives/weights", default-features = false} +pallet-balances = { path = "../../../../../../substrate/frame/balances", default-features = false} +pallet-assets = { path = "../../../../../../substrate/frame/assets", default-features = false} +pallet-asset-conversion = { path = "../../../../../../substrate/frame/asset-conversion", default-features = false} # Polkadot -polkadot-core-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm-executor = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-core-primitives = { path = "../../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-parachains = { path = "../../../../../../polkadot/runtime/parachains" } +polkadot-runtime = { path = "../../../../../../polkadot/runtime/polkadot" } +xcm = { path = "../../../../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../../../../polkadot/xcm/xcm-executor", default-features = false} +pallet-xcm = { path = "../../../../../../polkadot/xcm/pallet-xcm", default-features = false} # Cumulus parachains-common = { path = "../../../../common" } asset-hub-kusama-runtime = { path = "../../../../runtimes/assets/asset-hub-kusama" } cumulus-pallet-dmp-queue = { path = "../../../../../pallets/dmp-queue" } -cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../pallets/xcmp-queue" } +cumulus-pallet-xcmp-queue = { path = "../../../../../pallets/xcmp-queue", default-features = false} cumulus-pallet-parachain-system = { path = "../../../../../pallets/parachain-system" } # Local -xcm-emulator = { default-features = false, path = "../../../../../xcm/xcm-emulator" } -integration-tests-common = { default-features = false, path = "../../common" } +xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false} +integration-tests-common = { path = "../../common", default-features = false} diff --git a/cumulus/parachains/integration-tests/emulated/assets/asset-hub-polkadot/Cargo.toml b/cumulus/parachains/integration-tests/emulated/assets/asset-hub-polkadot/Cargo.toml index ceba1820d3..93cd66cf4d 100644 --- a/cumulus/parachains/integration-tests/emulated/assets/asset-hub-polkadot/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/assets/asset-hub-polkadot/Cargo.toml @@ -9,29 +9,29 @@ description = "Asset Hub Polkadot runtime integration tests with xcm-emulator" codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false } # Substrate -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-weights = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-assets = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { path = "../../../../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false} +sp-weights = { path = "../../../../../../substrate/primitives/weights", default-features = false} +pallet-balances = { path = "../../../../../../substrate/frame/balances", default-features = false} +pallet-assets = { path = "../../../../../../substrate/frame/assets", default-features = false} # Polkadot -polkadot-core-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm-executor = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-core-primitives = { path = "../../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-parachains = { path = "../../../../../../polkadot/runtime/parachains" } +polkadot-runtime = { path = "../../../../../../polkadot/runtime/polkadot" } +xcm = { path = "../../../../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../../../../polkadot/xcm/xcm-executor", default-features = false} +pallet-xcm = { path = "../../../../../../polkadot/xcm/pallet-xcm", default-features = false} # Cumulus parachains-common = { path = "../../../../common" } cumulus-pallet-dmp-queue = { path = "../../../../../pallets/dmp-queue" } -cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../pallets/xcmp-queue" } +cumulus-pallet-xcmp-queue = { path = "../../../../../pallets/xcmp-queue", default-features = false} cumulus-pallet-parachain-system = { path = "../../../../../pallets/parachain-system" } # Local -xcm-emulator = { default-features = false, path = "../../../../../xcm/xcm-emulator" } -integration-tests-common = { default-features = false, path = "../../common" } +xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false} +integration-tests-common = { path = "../../common", default-features = false} diff --git a/cumulus/parachains/integration-tests/emulated/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/assets/asset-hub-westend/Cargo.toml index 6b2bb18ae8..1225cf8763 100644 --- a/cumulus/parachains/integration-tests/emulated/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/assets/asset-hub-westend/Cargo.toml @@ -10,31 +10,31 @@ codec = { package = "parity-scale-codec", version = "3.4.0", default-features = assert_matches = "1.5.0" # Substrate -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-weights = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-assets = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-asset-conversion = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { path = "../../../../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false} +sp-weights = { path = "../../../../../../substrate/primitives/weights", default-features = false} +pallet-balances = { path = "../../../../../../substrate/frame/balances", default-features = false} +pallet-assets = { path = "../../../../../../substrate/frame/assets", default-features = false} +pallet-asset-conversion = { path = "../../../../../../substrate/frame/asset-conversion", default-features = false} # Polkadot -polkadot-core-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm-executor = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-core-primitives = { path = "../../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-parachains = { path = "../../../../../../polkadot/runtime/parachains" } +polkadot-runtime = { path = "../../../../../../polkadot/runtime/polkadot" } +xcm = { path = "../../../../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../../../../polkadot/xcm/xcm-executor", default-features = false} +pallet-xcm = { path = "../../../../../../polkadot/xcm/pallet-xcm", default-features = false} # Cumulus parachains-common = { path = "../../../../common" } asset-hub-westend-runtime = { path = "../../../../runtimes/assets/asset-hub-westend" } cumulus-pallet-dmp-queue = { path = "../../../../../pallets/dmp-queue" } -cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../pallets/xcmp-queue" } +cumulus-pallet-xcmp-queue = { path = "../../../../../pallets/xcmp-queue", default-features = false} cumulus-pallet-parachain-system = { path = "../../../../../pallets/parachain-system" } # Local -xcm-emulator = { default-features = false, path = "../../../../../xcm/xcm-emulator" } -integration-tests-common = { default-features = false, path = "../../common" } +xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false} +integration-tests-common = { path = "../../common", default-features = false} diff --git a/cumulus/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/Cargo.toml index 901b3a9951..fb3905c3c7 100644 --- a/cumulus/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/Cargo.toml @@ -9,30 +9,30 @@ description = "Bridge Hub Rococo runtime integration tests with xcm-emulator" codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false } # Substrate -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-weights = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-assets = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { path = "../../../../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false} +sp-weights = { path = "../../../../../../substrate/primitives/weights", default-features = false} +pallet-balances = { path = "../../../../../../substrate/frame/balances", default-features = false} +pallet-assets = { path = "../../../../../../substrate/frame/assets", default-features = false} # Polkadot -polkadot-core-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm-executor = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-core-primitives = { path = "../../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-parachains = { path = "../../../../../../polkadot/runtime/parachains" } +polkadot-runtime = { path = "../../../../../../polkadot/runtime/polkadot" } +xcm = { path = "../../../../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../../../../polkadot/xcm/xcm-executor", default-features = false} +pallet-xcm = { path = "../../../../../../polkadot/xcm/pallet-xcm", default-features = false} # Cumulus parachains-common = { path = "../../../../common" } -cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../pallets/xcmp-queue" } +cumulus-pallet-xcmp-queue = { path = "../../../../../pallets/xcmp-queue", default-features = false} cumulus-pallet-parachain-system = { path = "../../../../../pallets/parachain-system" } -pallet-bridge-messages = { default-features = false, path = "../../../../../bridges/modules/messages" } -bp-messages = { default-features = false, path = "../../../../../bridges/primitives/messages" } +pallet-bridge-messages = { path = "../../../../../bridges/modules/messages", default-features = false} +bp-messages = { path = "../../../../../bridges/primitives/messages", default-features = false} # Local -xcm-emulator = { default-features = false, path = "../../../../../xcm/xcm-emulator" } -integration-tests-common = { default-features = false, path = "../../common" } +xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false} +integration-tests-common = { path = "../../common", default-features = false} diff --git a/cumulus/parachains/integration-tests/emulated/collectives/collectives-polkadot/Cargo.toml b/cumulus/parachains/integration-tests/emulated/collectives/collectives-polkadot/Cargo.toml index 8663f4b0b4..cee67639e2 100644 --- a/cumulus/parachains/integration-tests/emulated/collectives/collectives-polkadot/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/collectives/collectives-polkadot/Cargo.toml @@ -9,32 +9,32 @@ description = "Polkadot Collectives parachain runtime integration tests based on codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false } # Substrate -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-weights = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-assets = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-core-fellowship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-salary = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { path = "../../../../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false} +sp-weights = { path = "../../../../../../substrate/primitives/weights", default-features = false} +pallet-balances = { path = "../../../../../../substrate/frame/balances", default-features = false} +pallet-assets = { path = "../../../../../../substrate/frame/assets", default-features = false} +pallet-core-fellowship = { path = "../../../../../../substrate/frame/core-fellowship", default-features = false} +pallet-salary = { path = "../../../../../../substrate/frame/salary", default-features = false} # Polkadot -polkadot-core-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm-executor = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-core-primitives = { path = "../../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-parachains = { path = "../../../../../../polkadot/runtime/parachains" } +polkadot-runtime = { path = "../../../../../../polkadot/runtime/polkadot" } +xcm = { path = "../../../../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../../../../polkadot/xcm/xcm-executor", default-features = false} +pallet-xcm = { path = "../../../../../../polkadot/xcm/pallet-xcm", default-features = false} # Cumulus parachains-common = { path = "../../../../common" } -cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../pallets/xcmp-queue" } +cumulus-pallet-xcmp-queue = { path = "../../../../../pallets/xcmp-queue", default-features = false} cumulus-pallet-parachain-system = { path = "../../../../../pallets/parachain-system" } collectives-polkadot-runtime = { path = "../../../../runtimes/collectives/collectives-polkadot" } asset-hub-polkadot-runtime = { path = "../../../../runtimes/assets/asset-hub-polkadot" } # Local -xcm-emulator = { default-features = false, path = "../../../../../xcm/xcm-emulator" } -integration-tests-common = { default-features = false, path = "../../common" } +xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false} +integration-tests-common = { path = "../../common", default-features = false} diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index b7d503ddfc..0122379b7d 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -11,39 +11,39 @@ lazy_static = "1.4.0" paste = "1.0.14" # Substrate -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-weights = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-assets = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-message-queue = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-consensus-grandpa", path = "../../../../../substrate/client/consensus/grandpa" } +sp-authority-discovery = { path = "../../../../../substrate/primitives/authority-discovery", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-weights = { path = "../../../../../substrate/primitives/weights", default-features = false} +sp-consensus-babe = { path = "../../../../../substrate/primitives/consensus/babe", default-features = false} +sp-tracing = { path = "../../../../../substrate/primitives/tracing" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false} +pallet-staking = { path = "../../../../../substrate/frame/staking", default-features = false} +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false} +pallet-im-online = { path = "../../../../../substrate/frame/im-online", default-features = false} +beefy-primitives = { package = "sp-consensus-beefy", path = "../../../../../substrate/primitives/consensus/beefy" } # Polkadot -polkadot-core-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { default-features = false, git = "https://github.com/paritytech/polkadot", features = ["full-node"] , branch = "master" } -polkadot-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", branch = "master" } -kusama-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", branch = "master" } -rococo-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -rococo-runtime-constants = { git = "https://github.com/paritytech/polkadot", branch = "master" } -westend-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" } -westend-runtime-constants = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm-executor = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-service = { path = "../../../../../polkadot/node/service", default-features = false, features = ["full-node"] } +polkadot-primitives = { path = "../../../../../polkadot/primitives", default-features = false} +polkadot-runtime-parachains = { path = "../../../../../polkadot/runtime/parachains" } +polkadot-runtime = { path = "../../../../../polkadot/runtime/polkadot" } +polkadot-runtime-constants = { path = "../../../../../polkadot/runtime/polkadot/constants" } +kusama-runtime = { path = "../../../../../polkadot/runtime/kusama" } +kusama-runtime-constants = { path = "../../../../../polkadot/runtime/kusama/constants" } +rococo-runtime = { path = "../../../../../polkadot/runtime/rococo" } +rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants" } +westend-runtime = { path = "../../../../../polkadot/runtime/westend" } +westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants" } +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} # Cumulus parachains-common = { path = "../../../common" } @@ -57,14 +57,14 @@ collectives-polkadot-runtime = { path = "../../../runtimes/collectives/collectiv bridge-hub-kusama-runtime = { path = "../../../runtimes/bridge-hubs/bridge-hub-kusama" } bridge-hub-polkadot-runtime = { path = "../../../runtimes/bridge-hubs/bridge-hub-polkadot" } bridge-hub-rococo-runtime = { path = "../../../runtimes/bridge-hubs/bridge-hub-rococo" } -xcm-emulator = { default-features = false, path = "../../../../xcm/xcm-emulator" } +xcm-emulator = { path = "../../../../xcm/xcm-emulator", default-features = false} cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue" } -cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../pallets/xcmp-queue" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false} cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system" } -bp-messages = { path = "../../../../bridges/primitives/messages"} -bp-runtime = { path = "../../../../bridges/primitives/runtime"} +bp-messages = { path = "../../../../bridges/primitives/messages" } +bp-runtime = { path = "../../../../bridges/primitives/runtime" } pallet-bridge-messages = { path = "../../../../bridges/modules/messages" } -bridge-runtime-common = { path = "../../../../bridges/bin/runtime-common"} +bridge-runtime-common = { path = "../../../../bridges/bin/runtime-common" } [features] runtime-benchmarks = [ diff --git a/cumulus/parachains/pallets/parachain-info/Cargo.toml b/cumulus/parachains/pallets/parachain-info/Cargo.toml index 3a26ffa0bc..f899dc7250 100644 --- a/cumulus/parachains/pallets/parachain-info/Cargo.toml +++ b/cumulus/parachains/pallets/parachain-info/Cargo.toml @@ -9,11 +9,11 @@ publish = false codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../substrate/frame/system", default-features = false} -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../../substrate/primitives/std", default-features = false} cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } diff --git a/cumulus/parachains/pallets/ping/Cargo.toml b/cumulus/parachains/pallets/ping/Cargo.toml index 4955beb8f0..292a66f6eb 100644 --- a/cumulus/parachains/pallets/ping/Cargo.toml +++ b/cumulus/parachains/pallets/ping/Cargo.toml @@ -8,12 +8,12 @@ version = "0.1.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false} +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false} +frame-support = { path = "../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../substrate/frame/system", default-features = false} -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { path = "../../../../polkadot/xcm", default-features = false} cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } cumulus-pallet-xcm = { path = "../../../pallets/xcm", default-features = false } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml index ae9a89c87f..27e8031136 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml @@ -13,63 +13,63 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" smallvec = "1.11.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-asset-conversion-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-asset-conversion = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nft-fractionalization = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nfts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nfts-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master", optional = true } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-asset-conversion-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-conversion-tx-payment", default-features = false} +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false} +pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false} +pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false} +pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false} +pallet-nfts-runtime-api = { path = "../../../../../substrate/frame/nfts/runtime-api", default-features = false} +pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-state-trie-migration = { path = "../../../../../substrate/frame/state-trie-migration", default-features = false, optional = true } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} +sp-weights = { path = "../../../../../substrate/primitives/weights", default-features = false} # num-traits feature needed for dex integer sq root: primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "scale-info", "num-traits"] } # Polkadot -kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +kusama-runtime-constants = { path = "../../../../../polkadot/runtime/kusama/constants", default-features = false} +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } @@ -80,10 +80,10 @@ parachains-common = { path = "../../../common", default-features = false } assets-common = { path = "../common", default-features = false } [dev-dependencies] -asset-test-utils = { path = "../test-utils"} +asset-test-utils = { path = "../test-utils" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [features] default = [ diff --git a/cumulus/parachains/runtimes/assets/asset-hub-polkadot/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-polkadot/Cargo.toml index 7dbe77fa11..4459d67bd3 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-polkadot/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-polkadot/Cargo.toml @@ -13,58 +13,58 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" smallvec = "1.11.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nfts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nfts-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-asset-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false } +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false} +pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false} +pallet-nfts-runtime-api = { path = "../../../../../substrate/frame/nfts/runtime-api", default-features = false} +pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} +sp-weights = { path = "../../../../../substrate/primitives/weights", default-features = false} # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +polkadot-runtime-constants = { path = "../../../../../polkadot/runtime/polkadot/constants", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } @@ -76,10 +76,10 @@ assets-common = { path = "../common", default-features = false } [dev-dependencies] hex-literal = "0.4.1" -asset-test-utils = { path = "../test-utils"} +asset-test-utils = { path = "../test-utils" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [features] default = [ diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index 552ae90fd8..4a26272cbd 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -13,61 +13,61 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" smallvec = "1.11.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-asset-conversion-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-asset-conversion = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nft-fractionalization = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nfts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nfts-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-asset-conversion-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-conversion-tx-payment", default-features = false} +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false} +pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false} +pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false} +pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false} +pallet-nfts-runtime-api = { path = "../../../../../substrate/frame/nfts/runtime-api", default-features = false} +pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # num-traits feature needed for dex integer sq root: primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "scale-info", "num-traits"] } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -westend-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } @@ -79,11 +79,11 @@ assets-common = { path = "../common", default-features = false } [dev-dependencies] hex-literal = "0.4.1" -asset-test-utils = { path = "../test-utils"} -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +asset-test-utils = { path = "../test-utils" } +sp-io = { path = "../../../../../substrate/primitives/io" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [features] default = [ diff --git a/cumulus/parachains/runtimes/assets/common/Cargo.toml b/cumulus/parachains/runtimes/assets/common/Cargo.toml index 646762c6ea..9eb6cb9f5a 100644 --- a/cumulus/parachains/runtimes/assets/common/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/common/Cargo.toml @@ -12,25 +12,25 @@ log = { version = "0.4.20", default-features = false } impl-trait-for-tuples = "0.2.2" # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-asset-conversion = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false } +pallet-asset-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus parachains-common = { path = "../../../common", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder" } [features] default = [ "std" ] diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index 1eea38cbd6..fbc21c72b4 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -9,16 +9,16 @@ description = "Test utils for Asset Hub runtimes." codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} # Cumulus cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } @@ -30,20 +30,20 @@ assets-common = { path = "../common", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-parachain-inherent = { path = "../../../../primitives/parachain-inherent", default-features = false } cumulus-test-relay-sproof-builder = { path = "../../../../test/relay-sproof-builder", default-features = false } -parachain-info = { path = "../../../../parachains/pallets/parachain-info", default-features = false } +parachain-info = { path = "../../../pallets/parachain-info", default-features = false } parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false } # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} [dev-dependencies] hex-literal = "0.4.1" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder" } [features] default = [ "std" ] diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml index e7c13aad59..4666444f31 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Kusama's BridgeHub parachain runtime" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -17,62 +17,62 @@ serde = { version = "1.0.183", optional = true, features = ["derive"] } smallvec = "1.11.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Polkadot -kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +kusama-runtime-constants = { path = "../../../../../polkadot/runtime/kusama/constants", default-features = false} +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { path = "../../../../parachains/pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../../parachains/common", default-features = false } +parachain-info = { path = "../../../pallets/parachain-info", default-features = false } +parachains-common = { path = "../../../common", default-features = false } [dev-dependencies] -bridge-hub-test-utils = { path = "../test-utils"} +bridge-hub-test-utils = { path = "../test-utils" } [features] default = [ diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/Cargo.toml index e4c951c62d..92ca338393 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Polkadot's BridgeHub parachain runtime" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -17,62 +17,62 @@ serde = { version = "1.0.183", optional = true, features = ["derive"] } smallvec = "1.11.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Polkadot -polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-runtime-constants = { path = "../../../../../polkadot/runtime/polkadot/constants", default-features = false} +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { path = "../../../../parachains/pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../../parachains/common", default-features = false } +parachain-info = { path = "../../../pallets/parachain-info", default-features = false } +parachains-common = { path = "../../../common", default-features = false } [dev-dependencies] -bridge-hub-test-utils = { path = "../test-utils"} +bridge-hub-test-utils = { path = "../test-utils" } [features] default = [ diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml index 2e0ceda4fd..861c26be3d 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Rococo's BridgeHub parachain runtime" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -17,59 +17,59 @@ serde = { version = "1.0.183", optional = true, features = ["derive"] } smallvec = "1.11.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Polkadot -rococo-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false} +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { path = "../../../../parachains/pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../../parachains/common", default-features = false } +parachain-info = { path = "../../../pallets/parachain-info", default-features = false } +parachains-common = { path = "../../../common", default-features = false } # Bridges bp-bridge-hub-rococo = { path = "../../../../bridges/primitives/chain-bridge-hub-rococo", default-features = false } @@ -90,9 +90,9 @@ bridge-runtime-common = { path = "../../../../bridges/bin/runtime-common", defau [dev-dependencies] static_assertions = "1.1" -bridge-hub-test-utils = { path = "../test-utils"} +bridge-hub-test-utils = { path = "../test-utils" } bridge-runtime-common = { path = "../../../../bridges/bin/runtime-common", features = ["integrity-test"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../../../substrate/primitives/keyring" } [features] default = [ diff --git a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml index 82106cfaea..6a1913cb84 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml @@ -11,34 +11,34 @@ log = { version = "0.4.20", default-features = false } assert_matches = "1.4.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false} +sp-keyring = { path = "../../../../../substrate/primitives/keyring" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} # Cumulus -asset-test-utils = { path = "../../assets/test-utils"} +asset-test-utils = { path = "../../assets/test-utils" } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { path = "../../../../parachains/pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../../parachains/common", default-features = false } +parachain-info = { path = "../../../pallets/parachain-info", default-features = false } +parachains-common = { path = "../../../common", default-features = false } parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Bridges bp-bridge-hub-rococo = { path = "../../../../bridges/primitives/chain-bridge-hub-rococo", default-features = false } diff --git a/cumulus/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml index bb6d7104bf..3313c57e8b 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml @@ -13,60 +13,60 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" smallvec = "1.11.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-alliance = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-referenda = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-ranked-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-core-fellowship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-salary = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-alliance = { path = "../../../../../substrate/frame/alliance", default-features = false} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-collective = { path = "../../../../../substrate/frame/collective", default-features = false} +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false} +pallet-preimage = { path = "../../../../../substrate/frame/preimage", default-features = false } +pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false} +pallet-scheduler = { path = "../../../../../substrate/frame/scheduler", default-features = false } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +pallet-referenda = { path = "../../../../../substrate/frame/referenda", default-features = false} +pallet-ranked-collective = { path = "../../../../../substrate/frame/ranked-collective", default-features = false} +pallet-core-fellowship = { path = "../../../../../substrate/frame/core-fellowship", default-features = false} +pallet-salary = { path = "../../../../../substrate/frame/salary", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-arithmetic = { path = "../../../../../substrate/primitives/arithmetic", default-features = false } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +polkadot-runtime-constants = { path = "../../../../../polkadot/runtime/polkadot/constants", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } @@ -76,10 +76,10 @@ parachain-info = { path = "../../../pallets/parachain-info", default-features = parachains-common = { path = "../../../common", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false} [features] default = [ diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index 43c1b384ff..f732e4f71e 100644 --- a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -18,48 +18,48 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" smallvec = "1.11.0" # Substrate -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-contracts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-contracts-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-insecure-randomness-collective-flip = { path = "../../../../../substrate/frame/insecure-randomness-collective-flip", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false} +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false} +pallet-contracts = { path = "../../../../../substrate/frame/contracts", default-features = false} +pallet-contracts-primitives = { path = "../../../../../substrate/frame/contracts/primitives", default-features = false} # Polkadot -kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +kusama-runtime-constants = { path = "../../../../../polkadot/runtime/kusama/constants", default-features = false} +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } diff --git a/cumulus/parachains/runtimes/glutton/glutton-kusama/Cargo.toml b/cumulus/parachains/runtimes/glutton/glutton-kusama/Cargo.toml index 08d9e1667d..b5eaa754c9 100644 --- a/cumulus/parachains/runtimes/glutton/glutton-kusama/Cargo.toml +++ b/cumulus/parachains/runtimes/glutton/glutton-kusama/Cargo.toml @@ -9,31 +9,31 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-glutton = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-glutton = { path = "../../../../../substrate/frame/glutton", default-features = false, optional = true} +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, optional = true} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } @@ -43,7 +43,7 @@ parachain-info = { path = "../../../pallets/parachain-info", default-features = parachains-common = { path = "../../../common", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder" } [features] default = [ diff --git a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml index 7d1c7df376..683ceef13a 100644 --- a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml @@ -9,21 +9,21 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Cumulus cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } @@ -33,7 +33,7 @@ parachains-common = { path = "../../../common", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [features] default = [ diff --git a/cumulus/parachains/runtimes/starters/shell/Cargo.toml b/cumulus/parachains/runtimes/starters/shell/Cargo.toml index 23b0d49f18..eb7da45a6d 100644 --- a/cumulus/parachains/runtimes/starters/shell/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/shell/Cargo.toml @@ -9,25 +9,25 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } @@ -37,7 +37,7 @@ parachain-info = { path = "../../../pallets/parachain-info", default-features = parachains-common = { path = "../../../common", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [features] default = [ diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index 90ff85bde1..ee9260712f 100644 --- a/cumulus/parachains/runtimes/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/test-utils/Cargo.toml @@ -9,17 +9,17 @@ description = "Utils for Runtimes testing" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../substrate/frame/system", default-features = false} +pallet-assets = { path = "../../../../substrate/frame/assets", default-features = false} +pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false} +pallet-session = { path = "../../../../substrate/frame/session", default-features = false} +sp-consensus-aura = { path = "../../../../substrate/primitives/consensus/aura", default-features = false} +sp-io = { path = "../../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../../substrate/primitives/std", default-features = false} +sp-tracing = { path = "../../../../substrate/primitives/tracing" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false} # Cumulus cumulus-pallet-parachain-system = { path = "../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } @@ -31,19 +31,19 @@ assets-common = { path = "../assets/common", default-features = false } cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent", default-features = false } cumulus-test-relay-sproof-builder = { path = "../../../test/relay-sproof-builder", default-features = false } -parachain-info = { path = "../../../parachains/pallets/parachain-info", default-features = false } +parachain-info = { path = "../../pallets/parachain-info", default-features = false } # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { path = "../../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../../polkadot/xcm/xcm-executor", default-features = false} +pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false} +polkadot-parachain = { path = "../../../../polkadot/parachain", default-features = false} [dev-dependencies] hex-literal = "0.4.1" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../../substrate/utils/wasm-builder" } [features] default = [ "std" ] diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index 6f997338d5..d76f161a7a 100644 --- a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -22,56 +22,56 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" smallvec = "1.11.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false} +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-asset-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false} +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-primitives = { path = "../../../../../polkadot/primitives", default-features = false} +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false} cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { path = "../../../../parachains/pallets/parachain-info", default-features = false } +parachain-info = { path = "../../../pallets/parachain-info", default-features = false } parachains-common = { path = "../../../common", default-features = false } [features] diff --git a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml index c4f5bb8682..79d5691ff4 100644 --- a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -10,36 +10,36 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true} +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../../../substrate/frame/system", default-features = false} +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false} +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false} +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false} +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false} +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false} +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false} +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false} +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false} +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false} +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false} # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false} +polkadot-parachain = { path = "../../../../../polkadot/parachain", default-features = false} +xcm = { path = "../../../../../polkadot/xcm", default-features = false} +xcm-builder = { path = "../../../../../polkadot/xcm/xcm-builder", default-features = false} +xcm-executor = { path = "../../../../../polkadot/xcm/xcm-executor", default-features = false} # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } @@ -54,7 +54,7 @@ parachains-common = { path = "../../../common", default-features = false } parachain-info = { path = "../../../pallets/parachain-info", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } [features] default = [ diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 09b9103672..4049f1001a 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -38,46 +38,46 @@ jsonrpsee = { version = "0.16.2", features = ["server"] } parachains-common = { path = "../parachains/common" } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { path = "../../substrate/frame/benchmarking" } +frame-benchmarking-cli = { path = "../../substrate/utils/frame/benchmarking-cli" } +sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false} +sp-io = { path = "../../substrate/primitives/io" } +sp-core = { path = "../../substrate/primitives/core" } +sp-session = { path = "../../substrate/primitives/session" } +sc-consensus = { path = "../../substrate/client/consensus/common" } +sc-cli = { path = "../../substrate/client/cli" } +sc-client-api = { path = "../../substrate/client/api" } +sc-executor = { path = "../../substrate/client/executor" } +sc-service = { path = "../../substrate/client/service" } +sc-telemetry = { path = "../../substrate/client/telemetry" } +sc-transaction-pool = { path = "../../substrate/client/transaction-pool" } +sp-transaction-pool = { path = "../../substrate/primitives/transaction-pool" } +sc-network = { path = "../../substrate/client/network" } +sc-network-sync = { path = "../../substrate/client/network/sync" } +sc-basic-authorship = { path = "../../substrate/client/basic-authorship" } +sp-timestamp = { path = "../../substrate/primitives/timestamp" } +sp-blockchain = { path = "../../substrate/primitives/blockchain" } +sp-block-builder = { path = "../../substrate/primitives/block-builder" } +sp-keystore = { path = "../../substrate/primitives/keystore" } +sc-chain-spec = { path = "../../substrate/client/chain-spec" } +sc-rpc = { path = "../../substrate/client/rpc" } +sc-tracing = { path = "../../substrate/client/tracing" } +sp-offchain = { path = "../../substrate/primitives/offchain" } +sp-api = { path = "../../substrate/primitives/api" } +sp-consensus-aura = { path = "../../substrate/primitives/consensus/aura" } +sc-sysinfo = { path = "../../substrate/client/sysinfo" } +substrate-prometheus-endpoint = { path = "../../substrate/utils/prometheus" } +sc-transaction-pool-api = { path = "../../substrate/client/transaction-pool/api" } +frame-rpc-system = { package = "substrate-frame-rpc-system", path = "../../substrate/utils/frame/rpc/system" } +pallet-transaction-payment-rpc = { path = "../../substrate/frame/transaction-payment/rpc" } +substrate-state-trie-migration-rpc = { path = "../../substrate/utils/frame/rpc/state-trie-migration-rpc" } # Polkadot # Use rococo-native as this is currently the default "local" relay chain -polkadot-cli = { git = "https://github.com/paritytech/polkadot", features = ["rococo-native"] , branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-cli = { path = "../../polkadot/cli", features = ["rococo-native"] } +polkadot-primitives = { path = "../../polkadot/primitives" } +polkadot-service = { path = "../../polkadot/node/service" } +xcm = { path = "../../polkadot/xcm" } # Cumulus cumulus-client-cli = { path = "../client/cli" } @@ -93,7 +93,7 @@ cumulus-relay-chain-interface = { path = "../client/relay-chain-interface" } color-print = "0.3.4" [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { path = "../../substrate/utils/build-script-utils" } [dev-dependencies] assert_cmd = "2.0" diff --git a/cumulus/primitives/aura/Cargo.toml b/cumulus/primitives/aura/Cargo.toml index ca6eadf25f..c640a82c62 100644 --- a/cumulus/primitives/aura/Cargo.toml +++ b/cumulus/primitives/aura/Cargo.toml @@ -8,14 +8,14 @@ edition = "2021" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] } # Substrate -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false} +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} # Polkadot -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-core-primitives = { path = "../../../polkadot/core-primitives", default-features = false} +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false} [features] default = [ "std" ] diff --git a/cumulus/primitives/core/Cargo.toml b/cumulus/primitives/core/Cargo.toml index 7d7ef168bf..bdecfcb1ab 100644 --- a/cumulus/primitives/core/Cargo.toml +++ b/cumulus/primitives/core/Cargo.toml @@ -9,16 +9,16 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false} # Polkadot -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-core-primitives = { path = "../../../polkadot/core-primitives", default-features = false} +polkadot-parachain = { path = "../../../polkadot/parachain", default-features = false} +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false} +xcm = { path = "../../../polkadot/xcm", default-features = false} [features] default = [ "std" ] diff --git a/cumulus/primitives/parachain-inherent/Cargo.toml b/cumulus/primitives/parachain-inherent/Cargo.toml index c3d7a72f99..b0c0f79543 100644 --- a/cumulus/primitives/parachain-inherent/Cargo.toml +++ b/cumulus/primitives/parachain-inherent/Cargo.toml @@ -11,15 +11,15 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" tracing = { version = "0.1.37", optional = true } # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", optional = true, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", optional = true, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", optional = true, branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", optional = true, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", optional = true, branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sc-client-api = { path = "../../../substrate/client/api", optional = true} +sp-api = { path = "../../../substrate/primitives/api", optional = true} +sp-core = { path = "../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", optional = true} +sp-state-machine = { path = "../../../substrate/primitives/state-machine", optional = true} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-storage = { path = "../../../substrate/primitives/storage", optional = true} +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false} # Cumulus cumulus-primitives-core = { path = "../core", default-features = false } diff --git a/cumulus/primitives/timestamp/Cargo.toml b/cumulus/primitives/timestamp/Cargo.toml index 176f22fe5d..4747eee7d6 100644 --- a/cumulus/primitives/timestamp/Cargo.toml +++ b/cumulus/primitives/timestamp/Cargo.toml @@ -10,9 +10,9 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = futures = "0.3.28" # Substrate -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-timestamp = { path = "../../../substrate/primitives/timestamp", default-features = false} # Cumulus cumulus-primitives-core = { path = "../core", default-features = false } diff --git a/cumulus/primitives/utility/Cargo.toml b/cumulus/primitives/utility/Cargo.toml index dea89cb978..32c643523b 100644 --- a/cumulus/primitives/utility/Cargo.toml +++ b/cumulus/primitives/utility/Cargo.toml @@ -9,16 +9,16 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = log = { version = "0.4.20", default-features = false } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { path = "../../../substrate/frame/support", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} # Polkadot -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false} +xcm = { path = "../../../polkadot/xcm", default-features = false} +xcm-executor = { path = "../../../polkadot/xcm/xcm-executor", default-features = false} +xcm-builder = { path = "../../../polkadot/xcm/xcm-builder", default-features = false} # Cumulus diff --git a/cumulus/test/client/Cargo.toml b/cumulus/test/client/Cargo.toml index 807d83d489..07df643a20 100644 --- a/cumulus/test/client/Cargo.toml +++ b/cumulus/test/client/Cargo.toml @@ -8,27 +8,27 @@ edition = "2021" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] } # Substrate -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { path = "../../../substrate/client/service" } +sc-consensus = { path = "../../../substrate/client/consensus/common" } +sc-block-builder = { path = "../../../substrate/client/block-builder" } +sc-executor = { path = "../../../substrate/client/executor" } +sc-executor-common = { path = "../../../substrate/client/executor/common" } +substrate-test-client = { path = "../../../substrate/test-utils/client" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } +sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +sp-inherents = { path = "../../../substrate/primitives/inherents" } +sp-io = { path = "../../../substrate/primitives/io" } +sp-timestamp = { path = "../../../substrate/primitives/timestamp" } +frame-system = { path = "../../../substrate/frame/system" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } +pallet-balances = { path = "../../../substrate/frame/balances" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { path = "../../../polkadot/primitives" } +polkadot-parachain = { path = "../../../polkadot/parachain" } # Cumulus cumulus-test-runtime = { path = "../runtime" } diff --git a/cumulus/test/relay-sproof-builder/Cargo.toml b/cumulus/test/relay-sproof-builder/Cargo.toml index 42da77095b..7b8c746357 100644 --- a/cumulus/test/relay-sproof-builder/Cargo.toml +++ b/cumulus/test/relay-sproof-builder/Cargo.toml @@ -8,13 +8,13 @@ edition = "2021" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] } # Substrate -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-state-machine = { path = "../../../substrate/primitives/state-machine", default-features = false} +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false} # Cumulus cumulus-primitives-core = { path = "../../primitives/core", default-features = false } diff --git a/cumulus/test/relay-validation-worker-provider/Cargo.toml b/cumulus/test/relay-validation-worker-provider/Cargo.toml index 8db68fee1a..4ae5f23012 100644 --- a/cumulus/test/relay-validation-worker-provider/Cargo.toml +++ b/cumulus/test/relay-validation-worker-provider/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" [dependencies] # Polkadot -polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", features = ["test-utils"] , branch = "master" } +polkadot-node-core-pvf = { path = "../../../polkadot/node/core/pvf", features = ["test-utils"] } [build-dependencies] toml = "0.7.6" diff --git a/cumulus/test/runtime/Cargo.toml b/cumulus/test/runtime/Cargo.toml index 1114d28aa8..236490b35f 100644 --- a/cumulus/test/runtime/Cargo.toml +++ b/cumulus/test/runtime/Cargo.toml @@ -9,33 +9,33 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } # Substrate -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-glutton = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false} +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false} +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false} +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false} +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false} +pallet-glutton = { path = "../../../substrate/frame/glutton", default-features = false} +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false} +sp-api = { path = "../../../substrate/primitives/api", default-features = false} +sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false} +sp-core = { path = "../../../substrate/primitives/core", default-features = false} +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} +sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-session = { path = "../../../substrate/primitives/session", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../substrate/primitives/version", default-features = false} # Cumulus cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } cumulus-primitives-core = { path = "../../primitives/core", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" , optional = true } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true } [features] default = [ diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml index 711ab9cb3d..70c21abdfb 100644 --- a/cumulus/test/service/Cargo.toml +++ b/cumulus/test/service/Cargo.toml @@ -22,44 +22,44 @@ url = "2.4.0" tempfile = "3.8.0" # Substrate -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { path = "../../../substrate/frame/system" } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } +sc-basic-authorship = { path = "../../../substrate/client/basic-authorship" } +sc-chain-spec = { path = "../../../substrate/client/chain-spec" } +sc-client-api = { path = "../../../substrate/client/api" } +sc-consensus = { path = "../../../substrate/client/consensus/common" } +sc-executor = { path = "../../../substrate/client/executor" } +sc-network = { path = "../../../substrate/client/network" } +sc-service = { path = "../../../substrate/client/service" } +sc-tracing = { path = "../../../substrate/client/tracing" } +sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } +sc-telemetry = { path = "../../../substrate/client/telemetry" } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic" } +sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-io = { path = "../../../substrate/primitives/io" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-state-machine = { path = "../../../substrate/primitives/state-machine" } +sp-tracing = { path = "../../../substrate/primitives/tracing" } +sp-timestamp = { path = "../../../substrate/primitives/timestamp" } +sp-consensus = { path = "../../../substrate/primitives/consensus/common" } +substrate-test-client = { path = "../../../substrate/test-utils/client" } +sc-cli = { path = "../../../substrate/client/cli" } +sc-block-builder = { path = "../../../substrate/client/block-builder" } +sc-executor-wasmtime = { path = "../../../substrate/client/executor/wasmtime" } +sc-executor-common = { path = "../../../substrate/client/executor/common" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { path = "../../../polkadot/primitives" } +polkadot-service = { path = "../../../polkadot/node/service" } +polkadot-test-service = { path = "../../../polkadot/node/test/service" } +polkadot-cli = { path = "../../../polkadot/cli" } +polkadot-node-subsystem = { path = "../../../polkadot/node/subsystem" } +polkadot-overseer = { path = "../../../polkadot/node/overseer" } # Cumulus cumulus-client-cli = { path = "../../client/cli" } @@ -77,23 +77,23 @@ cumulus-relay-chain-minimal-node = { path = "../../client/relay-chain-minimal-no cumulus-client-pov-recovery = { path = "../../client/pov-recovery" } cumulus-test-relay-sproof-builder = { path = "../relay-sproof-builder" } cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook",] } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp" } [dev-dependencies] futures = "0.3.28" portpicker = "0.1.1" rococo-parachain-runtime = { path = "../../parachains/runtimes/testing/rococo-parachain" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-im-online = { path = "../../../substrate/frame/im-online" } +sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa" } +sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery" } cumulus-test-client = { path = "../client" } # Polkadot dependencies -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-test-service = { path = "../../../polkadot/node/test/service" } # Substrate dependencies -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { path = "../../../substrate/client/cli" } +substrate-test-utils = { path = "../../../substrate/test-utils" } [features] runtime-benchmarks = ["polkadot-test-service/runtime-benchmarks"] diff --git a/cumulus/xcm/xcm-emulator/Cargo.toml b/cumulus/xcm/xcm-emulator/Cargo.toml index 9a88eaf286..4d6bf1422b 100644 --- a/cumulus/xcm/xcm-emulator/Cargo.toml +++ b/cumulus/xcm/xcm-emulator/Cargo.toml @@ -13,19 +13,19 @@ lazy_static = "1.4.0" impl-trait-for-tuples = "0.2.2" # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { path = "../../../substrate/frame/support" } +frame-system = { path = "../../../substrate/frame/system" } +sp-io = { path = "../../../substrate/primitives/io" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-std = { path = "../../../substrate/primitives/std" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic" } +sp-trie = { path = "../../../substrate/primitives/trie" } +pallet-balances = { path = "../../../substrate/frame/balances" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue" } # Cumulus -cumulus-primitives-core = { path = "../../primitives/core"} +cumulus-primitives-core = { path = "../../primitives/core" } cumulus-pallet-xcmp-queue = { path = "../../pallets/xcmp-queue" } cumulus-pallet-dmp-queue = { path = "../../pallets/dmp-queue" } cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system" } @@ -35,7 +35,7 @@ cumulus-test-relay-sproof-builder = { path = "../../test/relay-sproof-builder" } parachains-common = { path = "../../parachains/common" } # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } +xcm = { path = "../../../polkadot/xcm" } +xcm-executor = { path = "../../../polkadot/xcm/xcm-executor" } +polkadot-primitives = { path = "../../../polkadot/primitives" } +polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains" } diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 9846bc4cf6..ac90fa44f4 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -25,22 +25,22 @@ pyroscope_pprofrs = { version = "0.2", optional = true } service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-performance-test = { path = "../node/test/performance-test", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-core = { path = "../../substrate/primitives/core" } +sp-io = { path = "../../substrate/primitives/io" } +sp-keyring = { path = "../../substrate/primitives/keyring" } +sp-maybe-compressed-blob = { path = "../../substrate/primitives/maybe-compressed-blob" } +frame-benchmarking-cli = { path = "../../substrate/utils/frame/benchmarking-cli", optional = true } +try-runtime-cli = { path = "../../substrate/utils/frame/try-runtime/cli", optional = true } +sc-cli = { path = "../../substrate/client/cli", optional = true } +sc-service = { path = "../../substrate/client/service", optional = true } polkadot-node-metrics = { path = "../node/metrics" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-storage-monitor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-tracing = { path = "../../substrate/client/tracing", optional = true } +sc-sysinfo = { path = "../../substrate/client/sysinfo" } +sc-executor = { path = "../../substrate/client/executor" } +sc-storage-monitor = { path = "../../substrate/client/storage-monitor" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { path = "../../substrate/utils/build-script-utils" } [features] default = ["db", "cli", "full-node"] diff --git a/polkadot/core-primitives/Cargo.toml b/polkadot/core-primitives/Cargo.toml index 0ed315e130..36f042c219 100644 --- a/polkadot/core-primitives/Cargo.toml +++ b/polkadot/core-primitives/Cargo.toml @@ -6,9 +6,9 @@ edition.workspace = true license.workspace = true [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { path = "../../substrate/primitives/core", default-features = false } +sp-std = { path = "../../substrate/primitives/std", default-features = false } +sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } parity-scale-codec = { version = "3.6.1", default-features = false, features = [ "derive" ] } diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 8dfb775c6f..867b1c3bf8 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -10,8 +10,8 @@ polkadot-primitives = { path = "../primitives" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" } novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["std", "derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../substrate/primitives/core" } +sp-trie = { path = "../../substrate/primitives/trie" } thiserror = "1.0.31" [dev-dependencies] diff --git a/polkadot/erasure-coding/fuzzer/Cargo.toml b/polkadot/erasure-coding/fuzzer/Cargo.toml index 9dee8e6578..21b579e675 100644 --- a/polkadot/erasure-coding/fuzzer/Cargo.toml +++ b/polkadot/erasure-coding/fuzzer/Cargo.toml @@ -10,7 +10,7 @@ publish = false polkadot-erasure-coding = { path = ".." } honggfuzz = "0.5" polkadot-primitives = { path = "../../primitives" } -primitives = { package = "polkadot-node-primitives", path = "../../node/primitives/" } +primitives = { package = "polkadot-node-primitives", path = "../../node/primitives" } [[bin]] name = "reconstruct" diff --git a/polkadot/node/collation-generation/Cargo.toml b/polkadot/node/collation-generation/Cargo.toml index 60c1657846..590b5a7114 100644 --- a/polkadot/node/collation-generation/Cargo.toml +++ b/polkadot/node/collation-generation/Cargo.toml @@ -13,8 +13,8 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" } thiserror = "1.0.31" parity-scale-codec = { version = "3.6.1", default-features = false, features = ["bit-vec", "derive"] } @@ -22,4 +22,4 @@ parity-scale-codec = { version = "3.6.1", default-features = false, features = [ polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" } assert_matches = "1.4.0" -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } diff --git a/polkadot/node/core/approval-voting/Cargo.toml b/polkadot/node/core/approval-voting/Cargo.toml index f31c7d0a16..5ae99d44d0 100644 --- a/polkadot/node/core/approval-voting/Cargo.toml +++ b/polkadot/node/core/approval-voting/Cargo.toml @@ -25,20 +25,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-keystore = { path = "../../../../substrate/client/keystore", default-features = false } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common", default-features = false } +sp-consensus-slots = { path = "../../../../substrate/primitives/consensus/slots", default-features = false } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto", default-features = false, features = ["full_crypto"] } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } [dev-dependencies] async-trait = "0.1.57" parking_lot = "0.12.0" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-consensus-babe = { path = "../../../../substrate/primitives/consensus/babe" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" diff --git a/polkadot/node/core/av-store/Cargo.toml b/polkadot/node/core/av-store/Cargo.toml index 4861386bfd..fc4b322636 100644 --- a/polkadot/node/core/av-store/Cargo.toml +++ b/polkadot/node/core/av-store/Cargo.toml @@ -15,12 +15,12 @@ bitvec = "1.0.0" parity-scale-codec = { version = "3.6.1", features = ["derive"] } erasure = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" } -polkadot-node-subsystem = {path = "../../subsystem" } +polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common", default-features = false } polkadot-node-jaeger = { path = "../../jaeger" } [dev-dependencies] @@ -29,9 +29,9 @@ env_logger = "0.9.0" assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } parking_lot = "0.12.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/core/backing/Cargo.toml b/polkadot/node/core/backing/Cargo.toml index d611784d7b..cb9fdd88bc 100644 --- a/polkadot/node/core/backing/Cargo.toml +++ b/polkadot/node/core/backing/Cargo.toml @@ -7,10 +7,10 @@ license.workspace = true [dependencies] futures = "0.3.21" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = {path = "../../subsystem" } +polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } erasure-coding = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" } statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" } @@ -20,11 +20,11 @@ thiserror = "1.0.31" fatality = "0.0.6" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sc-keystore = { path = "../../../../substrate/client/keystore" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/polkadot/node/core/bitfield-signing/Cargo.toml b/polkadot/node/core/bitfield-signing/Cargo.toml index ee147fb5c2..de2d7622e8 100644 --- a/polkadot/node/core/bitfield-signing/Cargo.toml +++ b/polkadot/node/core/bitfield-signing/Cargo.toml @@ -11,7 +11,7 @@ gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } wasm-timer = "0.2.5" thiserror = "1.0.31" diff --git a/polkadot/node/core/candidate-validation/Cargo.toml b/polkadot/node/core/candidate-validation/Cargo.toml index 0401c892d4..6c93f91227 100644 --- a/polkadot/node/core/candidate-validation/Cargo.toml +++ b/polkadot/node/core/candidate-validation/Cargo.toml @@ -12,7 +12,7 @@ futures = "0.3.21" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", path = "../../../../substrate/primitives/maybe-compressed-blob" } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -27,9 +27,9 @@ polkadot-overseer = { path = "../../overseer" } polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/core/chain-api/Cargo.toml b/polkadot/node/core/chain-api/Cargo.toml index 69d737ca29..36e9236fe7 100644 --- a/polkadot/node/core/chain-api/Cargo.toml +++ b/polkadot/node/core/chain-api/Cargo.toml @@ -8,12 +8,12 @@ license.workspace = true [dependencies] futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-metrics = { path = "../../metrics" } -polkadot-node-subsystem = {path = "../../subsystem" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +polkadot-node-subsystem = { path = "../../subsystem" } +sc-client-api = { path = "../../../../substrate/client/api" } +sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" } [dev-dependencies] futures = { version = "0.3.21", features = ["thread-pool"] } @@ -21,4 +21,4 @@ maplit = "1.0.2" parity-scale-codec = "3.6.1" polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } diff --git a/polkadot/node/core/chain-selection/Cargo.toml b/polkadot/node/core/chain-selection/Cargo.toml index 071fec4415..3bff1b875b 100644 --- a/polkadot/node/core/chain-selection/Cargo.toml +++ b/polkadot/node/core/chain-selection/Cargo.toml @@ -20,7 +20,7 @@ parity-scale-codec = "3.6.1" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } parking_lot = "0.12.0" assert_matches = "1" kvdb-memorydb = "0.13.0" diff --git a/polkadot/node/core/dispute-coordinator/Cargo.toml b/polkadot/node/core/dispute-coordinator/Cargo.toml index e4069f7f33..465c108211 100644 --- a/polkadot/node/core/dispute-coordinator/Cargo.toml +++ b/polkadot/node/core/dispute-coordinator/Cargo.toml @@ -19,20 +19,20 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { path = "../../../../substrate/client/keystore" } [dev-dependencies] kvdb-memorydb = "0.13.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } assert_matches = "1.4.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } futures-timer = "3.0.2" -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } [features] # If not enabled, the dispute coordinator will do nothing. diff --git a/polkadot/node/core/parachains-inherent/Cargo.toml b/polkadot/node/core/parachains-inherent/Cargo.toml index fdf785fbe6..19b5d7acb8 100644 --- a/polkadot/node/core/parachains-inherent/Cargo.toml +++ b/polkadot/node/core/parachains-inherent/Cargo.toml @@ -14,5 +14,5 @@ async-trait = "0.1.57" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } +sp-inherents = { path = "../../../../substrate/primitives/inherents" } diff --git a/polkadot/node/core/prospective-parachains/Cargo.toml b/polkadot/node/core/prospective-parachains/Cargo.toml index 8afd0e4e8d..5166534cf6 100644 --- a/polkadot/node/core/prospective-parachains/Cargo.toml +++ b/polkadot/node/core/prospective-parachains/Cargo.toml @@ -23,8 +23,8 @@ assert_matches = "1" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-types = { path = "../../subsystem-types" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } +sc-keystore = { path = "../../../../substrate/client/keystore" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } diff --git a/polkadot/node/core/provisioner/Cargo.toml b/polkadot/node/core/provisioner/Cargo.toml index dac671e7ad..25d624aa3f 100644 --- a/polkadot/node/core/provisioner/Cargo.toml +++ b/polkadot/node/core/provisioner/Cargo.toml @@ -18,7 +18,7 @@ futures-timer = "3.0.2" fatality = "0.0.6" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/core/pvf-checker/Cargo.toml b/polkadot/node/core/pvf-checker/Cargo.toml index 2b6b53be40..9d2fe6c8b6 100644 --- a/polkadot/node/core/pvf-checker/Cargo.toml +++ b/polkadot/node/core/pvf-checker/Cargo.toml @@ -17,14 +17,14 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} +sp-core = { path = "../../../../substrate/primitives/core" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sc-keystore = { path = "../../../../substrate/client/keystore" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } futures-timer = "3.0.2" diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index b55df45b02..2936e322f0 100644 --- a/polkadot/node/core/pvf/Cargo.toml +++ b/polkadot/node/core/pvf/Cargo.toml @@ -32,22 +32,22 @@ polkadot-node-metrics = { path = "../../metrics" } polkadot-node-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-wasm-interface = { path = "../../../../substrate/primitives/wasm-interface" } +sp-maybe-compressed-blob = { path = "../../../../substrate/primitives/maybe-compressed-blob" } +sp-tracing = { path = "../../../../substrate/primitives/tracing", optional = true } polkadot-node-core-pvf-prepare-worker = { path = "prepare-worker", optional = true } polkadot-node-core-pvf-execute-worker = { path = "execute-worker", optional = true } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { path = "../../../../substrate/utils/build-script-utils" } [dev-dependencies] assert_matches = "1.4.0" hex-literal = "0.3.4" polkadot-node-core-pvf-common = { path = "common", features = ["test-utils"] } # For the puppet worker, depend on ourselves with the test-utils feature. -polkadot-node-core-pvf = { path = ".", features = ["test-utils"] } +polkadot-node-core-pvf = { path = "", features = ["test-utils"] } adder = { package = "test-parachain-adder", path = "../../../parachain/test-parachains/adder" } halt = { package = "test-parachain-halt", path = "../../../parachain/test-parachains/halt" } diff --git a/polkadot/node/core/pvf/common/Cargo.toml b/polkadot/node/core/pvf/common/Cargo.toml index dfb490455b..25c6069c8b 100644 --- a/polkadot/node/core/pvf/common/Cargo.toml +++ b/polkadot/node/core/pvf/common/Cargo.toml @@ -18,14 +18,14 @@ parity-scale-codec = { version = "3.6.1", default-features = false, features = [ polkadot-parachain = { path = "../../../../parachain" } polkadot-primitives = { path = "../../../../primitives" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { path = "../../../../../substrate/client/executor" } +sc-executor-common = { path = "../../../../../substrate/client/executor/common" } +sc-executor-wasmtime = { path = "../../../../../substrate/client/executor/wasmtime" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-core = { path = "../../../../../substrate/primitives/core" } +sp-externalities = { path = "../../../../../substrate/primitives/externalities" } +sp-io = { path = "../../../../../substrate/primitives/io" } +sp-tracing = { path = "../../../../../substrate/primitives/tracing", optional = true } [target.'cfg(target_os = "linux")'.dependencies] landlock = "0.2.0" diff --git a/polkadot/node/core/pvf/execute-worker/Cargo.toml b/polkadot/node/core/pvf/execute-worker/Cargo.toml index 931ea6951a..2bc62863ab 100644 --- a/polkadot/node/core/pvf/execute-worker/Cargo.toml +++ b/polkadot/node/core/pvf/execute-worker/Cargo.toml @@ -20,9 +20,9 @@ polkadot-node-core-pvf-common = { path = "../common" } polkadot-parachain = { path = "../../../../parachain" } polkadot-primitives = { path = "../../../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../../substrate/primitives/core" } +sp-maybe-compressed-blob = { path = "../../../../../substrate/primitives/maybe-compressed-blob" } +sp-tracing = { path = "../../../../../substrate/primitives/tracing" } [target.'cfg(target_os = "linux")'.dependencies] tikv-jemalloc-ctl = "0.5.0" diff --git a/polkadot/node/core/pvf/prepare-worker/Cargo.toml b/polkadot/node/core/pvf/prepare-worker/Cargo.toml index 9ee009de44..161c0b943b 100644 --- a/polkadot/node/core/pvf/prepare-worker/Cargo.toml +++ b/polkadot/node/core/pvf/prepare-worker/Cargo.toml @@ -20,12 +20,12 @@ polkadot-node-core-pvf-common = { path = "../common" } polkadot-parachain = { path = "../../../../parachain" } polkadot-primitives = { path = "../../../../primitives" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { path = "../../../../../substrate/client/executor" } +sc-executor-common = { path = "../../../../../substrate/client/executor/common" } +sc-executor-wasmtime = { path = "../../../../../substrate/client/executor/wasmtime" } +sp-io = { path = "../../../../../substrate/primitives/io" } +sp-maybe-compressed-blob = { path = "../../../../../substrate/primitives/maybe-compressed-blob" } +sp-tracing = { path = "../../../../../substrate/primitives/tracing" } [target.'cfg(target_os = "linux")'.dependencies] tikv-jemalloc-ctl = "0.5.0" diff --git a/polkadot/node/core/runtime-api/Cargo.toml b/polkadot/node/core/runtime-api/Cargo.toml index 30ba781216..1a74ccdf73 100644 --- a/polkadot/node/core/runtime-api/Cargo.toml +++ b/polkadot/node/core/runtime-api/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } lru = "0.11.0" -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { path = "../../../../substrate/primitives/consensus/babe" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-metrics = { path = "../../metrics" } @@ -18,9 +18,9 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-types = { path = "../../subsystem-types" } [dev-dependencies] -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { path = "../../../../substrate/primitives/api" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } async-trait = "0.1.57" futures = { version = "0.3.21", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/polkadot/node/gum/Cargo.toml b/polkadot/node/gum/Cargo.toml index 9e9e784502..1bd0026b4f 100644 --- a/polkadot/node/gum/Cargo.toml +++ b/polkadot/node/gum/Cargo.toml @@ -9,6 +9,6 @@ description = "Stick logs together with the TraceID as provided by tempo" [dependencies] coarsetime = "0.1.22" tracing = "0.1.35" -jaeger = { path = "../jaeger", package = "polkadot-node-jaeger" } -gum-proc-macro = { path = "./proc-macro", package = "tracing-gum-proc-macro" } +jaeger = { package = "polkadot-node-jaeger" , path = "../jaeger" } +gum-proc-macro = { package = "tracing-gum-proc-macro" , path = "proc-macro" } polkadot-primitives = { path = "../../primitives", features = ["std"] } diff --git a/polkadot/node/jaeger/Cargo.toml b/polkadot/node/jaeger/Cargo.toml index b563b33842..baee1d0be2 100644 --- a/polkadot/node/jaeger/Cargo.toml +++ b/polkadot/node/jaeger/Cargo.toml @@ -12,8 +12,8 @@ lazy_static = "1.4" parking_lot = "0.12.0" polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { path = "../../../substrate/client/network" } +sp-core = { path = "../../../substrate/primitives/core" } thiserror = "1.0.31" tokio = "1.24.2" log = "0.4.17" diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index 0c99881595..6684bacd67 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -38,12 +38,12 @@ polkadot-primitives = { path = "../../primitives" } color-eyre = { version = "0.6.1", default-features = false } assert_matches = "1.5" async-trait = "0.1.57" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { path = "../../../substrate/primitives/keystore" } +sp-core = { path = "../../../substrate/primitives/core" } clap = { version = "4.0.9", features = ["derive"] } futures = "0.3.21" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../gum/" } +gum = { package = "tracing-gum", path = "../gum" } erasure = { package = "polkadot-erasure-coding", path = "../../erasure-coding" } rand = "0.8.5" @@ -54,11 +54,11 @@ polkadot-node-core-pvf-prepare-worker = { path = "../core/pvf/prepare-worker" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } futures = { version = "0.3.21", features = ["thread-pool"] } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { path = "../../../substrate/utils/build-script-utils" } [features] default = [] diff --git a/polkadot/node/metrics/Cargo.toml b/polkadot/node/metrics/Cargo.toml index fdb42a1dcd..c021f39478 100644 --- a/polkadot/node/metrics/Cargo.toml +++ b/polkadot/node/metrics/Cargo.toml @@ -14,13 +14,13 @@ gum = { package = "tracing-gum", path = "../gum" } metered = { package = "prioritized-metered-channel", version = "0.2.0" } # Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`. -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { path = "../../../substrate/client/service" } +sc-cli = { path = "../../../substrate/client/cli" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { path = "../../../substrate/utils/prometheus" } +sc-tracing = { path = "../../../substrate/client/tracing" } codec = { package = "parity-scale-codec", version = "3.6.1" } -primitives = { package = "polkadot-primitives", path = "../../primitives/" } +primitives = { package = "polkadot-primitives", path = "../../primitives" } bs58 = { version = "0.4.0", features = ["alloc"] } log = "0.4.17" @@ -30,9 +30,9 @@ tempfile = "3.2.0" hyper = { version = "0.14.20", default-features = false, features = ["http1", "tcp"] } tokio = "1.24.2" polkadot-test-service = { path = "../test/service", features=["runtime-metrics"]} -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { path = "../../../substrate/test-utils" } +sc-service = { path = "../../../substrate/client/service" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } prometheus-parse = {version = "0.2.2"} [features] diff --git a/polkadot/node/network/approval-distribution/Cargo.toml b/polkadot/node/network/approval-distribution/Cargo.toml index bd683b3202..9638c53d31 100644 --- a/polkadot/node/network/approval-distribution/Cargo.toml +++ b/polkadot/node/network/approval-distribution/Cargo.toml @@ -20,8 +20,8 @@ futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } [dev-dependencies] -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" } +sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index 823439f1fd..b81145688b 100644 --- a/polkadot/node/network/availability-distribution/Cargo.toml +++ b/polkadot/node/network/availability-distribution/Cargo.toml @@ -11,12 +11,12 @@ gum = { package = "tracing-gum", path = "../../gum" } parity-scale-codec = { version = "3.6.1", features = ["std"] } polkadot-primitives = { path = "../../../primitives" } polkadot-erasure-coding = { path = "../../../erasure-coding" } -polkadot-node-network-protocol = { path = "../../network/protocol" } +polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } thiserror = "1.0.31" rand = "0.8.5" derive_more = "0.99.17" @@ -25,10 +25,10 @@ fatality = "0.0.6" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } +sc-network = { path = "../../../../substrate/client/network" } futures-timer = "3.0.2" assert_matches = "1.4.0" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/network/availability-recovery/Cargo.toml b/polkadot/node/network/availability-recovery/Cargo.toml index f601b8aedc..9dc4d05353 100644 --- a/polkadot/node/network/availability-recovery/Cargo.toml +++ b/polkadot/node/network/availability-recovery/Cargo.toml @@ -16,11 +16,11 @@ gum = { package = "tracing-gum", path = "../../gum" } polkadot-erasure-coding = { path = "../../../erasure-coding" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = {path = "../../subsystem" } +polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-network-protocol = { path = "../../network/protocol" } +polkadot-node-network-protocol = { path = "../protocol" } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { path = "../../../../substrate/client/network" } [dev-dependencies] assert_matches = "1.4.0" @@ -28,10 +28,10 @@ env_logger = "0.9.0" futures-timer = "3.0.2" log = "0.4.17" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sc-network = { path = "../../../../substrate/client/network" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/network/bitfield-distribution/Cargo.toml b/polkadot/node/network/bitfield-distribution/Cargo.toml index 9dd5d9bbf0..ff5b5c267a 100644 --- a/polkadot/node/network/bitfield-distribution/Cargo.toml +++ b/polkadot/node/network/bitfield-distribution/Cargo.toml @@ -11,19 +11,19 @@ futures = "0.3.21" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } -polkadot-node-subsystem = {path = "../../subsystem" } +polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-network-protocol = { path = "../../network/protocol" } +polkadot-node-network-protocol = { path = "../protocol" } rand = "0.8" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } maplit = "1.0.2" log = "0.4.17" env_logger = "0.9.0" diff --git a/polkadot/node/network/bridge/Cargo.toml b/polkadot/node/network/bridge/Cargo.toml index 4f3d6306aa..f4da50ffe0 100644 --- a/polkadot/node/network/bridge/Cargo.toml +++ b/polkadot/node/network/bridge/Cargo.toml @@ -12,11 +12,11 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -polkadot-node-metrics = { path = "../../metrics"} +sc-network = { path = "../../../../substrate/client/network" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } +polkadot-node-metrics = { path = "../../metrics" } polkadot-node-network-protocol = { path = "../protocol" } -polkadot-node-subsystem = {path = "../../subsystem" } +polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } parking_lot = "0.12.0" bytes = "1" @@ -26,8 +26,8 @@ thiserror = "1" [dev-dependencies] assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -polkadot-node-subsystem-util = { path = "../../subsystem-util"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +polkadot-node-subsystem-util = { path = "../../subsystem-util" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } futures-timer = "3" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/network/collator-protocol/Cargo.toml b/polkadot/node/network/collator-protocol/Cargo.toml index e73de15d1e..d15d20fcb7 100644 --- a/polkadot/node/network/collator-protocol/Cargo.toml +++ b/polkadot/node/network/collator-protocol/Cargo.toml @@ -11,15 +11,15 @@ futures = "0.3.21" futures-timer = "3" gum = { package = "tracing-gum", path = "../../gum" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } polkadot-primitives = { path = "../../../primitives" } -polkadot-node-network-protocol = { path = "../../network/protocol" } +polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-subsystem = {path = "../../subsystem" } +polkadot-node-subsystem = { path = "../../subsystem" } fatality = "0.0.6" thiserror = "1.0.31" tokio-util = "0.7.1" @@ -29,10 +29,10 @@ log = "0.4.17" env_logger = "0.9.0" assert_matches = "1.4.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sc-keystore = { path = "../../../../substrate/client/keystore" } +sc-network = { path = "../../../../substrate/client/network" } parity-scale-codec = { version = "3.6.1", features = ["std"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/polkadot/node/network/dispute-distribution/Cargo.toml b/polkadot/node/network/dispute-distribution/Cargo.toml index dd2b81cb14..24f597baca 100644 --- a/polkadot/node/network/dispute-distribution/Cargo.toml +++ b/polkadot/node/network/dispute-distribution/Cargo.toml @@ -13,13 +13,13 @@ derive_more = "0.99.17" parity-scale-codec = { version = "3.6.1", features = ["std"] } polkadot-primitives = { path = "../../../primitives" } polkadot-erasure-coding = { path = "../../../erasure-coding" } -polkadot-node-subsystem = {path = "../../subsystem" } -polkadot-node-network-protocol = { path = "../../network/protocol" } +polkadot-node-subsystem = { path = "../../subsystem" } +polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { path = "../../../../substrate/client/network" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } thiserror = "1.0.31" fatality = "0.0.6" lru = "0.11.0" @@ -29,9 +29,9 @@ indexmap = "1.9.1" async-channel = "1.8.0" async-trait = "0.1.57" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } +sc-keystore = { path = "../../../../substrate/client/keystore" } futures-timer = "3.0.2" assert_matches = "1.4.0" lazy_static = "1.4.0" diff --git a/polkadot/node/network/gossip-support/Cargo.toml b/polkadot/node/network/gossip-support/Cargo.toml index 782213f622..5549aa1f73 100644 --- a/polkadot/node/network/gossip-support/Cargo.toml +++ b/polkadot/node/network/gossip-support/Cargo.toml @@ -6,11 +6,11 @@ edition.workspace = true license.workspace = true [dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } +sp-core = { path = "../../../../substrate/primitives/core" } +sc-network = { path = "../../../../substrate/client/network" } +sc-network-common = { path = "../../../../substrate/client/network/common" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -24,10 +24,10 @@ rand_chacha = { version = "0.3.1", default-features = false } gum = { package = "tracing-gum", path = "../../gum" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-consensus-babe = { path = "../../../../substrate/primitives/consensus/babe" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } +sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index 207d740f32..076df31be7 100644 --- a/polkadot/node/network/protocol/Cargo.toml +++ b/polkadot/node/network/protocol/Cargo.toml @@ -14,8 +14,8 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { path = "../../../../substrate/client/network" } +sc-authority-discovery = { path = "../../../../substrate/client/authority-discovery" } strum = { version = "0.24", features = ["derive"] } futures = "0.3.21" thiserror = "1.0.31" diff --git a/polkadot/node/network/statement-distribution/Cargo.toml b/polkadot/node/network/statement-distribution/Cargo.toml index b9d52bda57..def7632e6b 100644 --- a/polkadot/node/network/statement-distribution/Cargo.toml +++ b/polkadot/node/network/statement-distribution/Cargo.toml @@ -11,12 +11,12 @@ futures = "0.3.21" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -polkadot-node-subsystem = {path = "../../subsystem" } +sp-staking = { path = "../../../../substrate/primitives/staking", default-features = false } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } +polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-network-protocol = { path = "../../network/protocol" } +polkadot-node-network-protocol = { path = "../protocol" } arrayvec = "0.7.4" indexmap = "1.9.1" parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } @@ -28,14 +28,14 @@ bitvec = "1" async-channel = "1.8.0" assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } +sp-keystore = { path = "../../../../substrate/primitives/keystore" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } +sc-keystore = { path = "../../../../substrate/client/keystore" } +sc-network = { path = "../../../../substrate/client/network" } futures-timer = "3.0.2" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } rand_chacha = "0.3" diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml index 2e601a46a7..17cebbbe14 100644 --- a/polkadot/node/overseer/Cargo.toml +++ b/polkadot/node/overseer/Cargo.toml @@ -6,8 +6,8 @@ edition.workspace = true license.workspace = true [dependencies] -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", path = "../../../substrate/client/api" } +sp-api = { path = "../../../substrate/primitives/api" } futures = "0.3.21" futures-timer = "3.0.2" parking_lot = "0.12.0" @@ -19,14 +19,14 @@ polkadot-primitives = { path = "../../primitives" } orchestra = "0.0.5" gum = { package = "tracing-gum", path = "../gum" } lru = "0.11.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } async-trait = "0.1.57" tikv-jemalloc-ctl = { version = "0.5.0", optional = true } [dev-dependencies] metered = { package = "prioritized-metered-channel", version = "0.2.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } futures = { version = "0.3.21", features = ["thread-pool"] } femme = "2.2.1" assert_matches = "1.4.0" diff --git a/polkadot/node/primitives/Cargo.toml b/polkadot/node/primitives/Cargo.toml index fbd85c1a05..c7c3239855 100644 --- a/polkadot/node/primitives/Cargo.toml +++ b/polkadot/node/primitives/Cargo.toml @@ -11,12 +11,12 @@ bounded-vec = "0.7" futures = "0.3.21" polkadot-primitives = { path = "../../primitives" } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" } +sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } +sp-keystore = { path = "../../../substrate/primitives/keystore" } +sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" thiserror = "1.0.31" diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 6cb9dc4ba5..e5995acff1 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -8,75 +8,75 @@ license.workspace = true [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -beefy = { package = "sc-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -mmr-gadget = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { path = "../../../substrate/client/authority-discovery" } +babe = { package = "sc-consensus-babe", path = "../../../substrate/client/consensus/babe" } +beefy = { package = "sc-consensus-beefy", path = "../../../substrate/client/consensus/beefy" } +grandpa = { package = "sc-consensus-grandpa", path = "../../../substrate/client/consensus/grandpa" } +mmr-gadget = { path = "../../../substrate/client/merkle-mountain-range" } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range" } +sc-block-builder = { path = "../../../substrate/client/block-builder" } +sc-chain-spec = { path = "../../../substrate/client/chain-spec" } +sc-client-api = { path = "../../../substrate/client/api" } +sc-client-db = { path = "../../../substrate/client/db" } +sc-consensus = { path = "../../../substrate/client/consensus/common" } +sc-consensus-slots = { path = "../../../substrate/client/consensus/slots" } +sc-executor = { path = "../../../substrate/client/executor" } +sc-network = { path = "../../../substrate/client/network" } +sc-network-common = { path = "../../../substrate/client/network/common" } +sc-network-sync = { path = "../../../substrate/client/network/sync" } +sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } +sc-sync-state-rpc = { path = "../../../substrate/client/sync-state-rpc" } +sc-keystore = { path = "../../../substrate/client/keystore" } +sc-basic-authorship = { path = "../../../substrate/client/basic-authorship" } +sc-offchain = { path = "../../../substrate/client/offchain" } +sc-sysinfo = { path = "../../../substrate/client/sysinfo" } +service = { package = "sc-service", path = "../../../substrate/client/service", default-features = false } +telemetry = { package = "sc-telemetry", path = "../../../substrate/client/telemetry" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery" } +consensus_common = { package = "sp-consensus", path = "../../../substrate/primitives/consensus/common" } +beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/primitives/consensus/beefy" } +grandpa_primitives = { package = "sp-consensus-grandpa", path = "../../../substrate/primitives/consensus/grandpa" } +sp-inherents = { path = "../../../substrate/primitives/inherents" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-block-builder = { path = "../../../substrate/primitives/block-builder" } +sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-io = { path = "../../../substrate/primitives/io" } +sp-keystore = { path = "../../../substrate/primitives/keystore" } +sp-offchain = { package = "sp-offchain", path = "../../../substrate/primitives/offchain" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-session = { path = "../../../substrate/primitives/session" } +sp-storage = { path = "../../../substrate/primitives/storage" } +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } +sp-timestamp = { path = "../../../substrate/primitives/timestamp" } +sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine" } +sp-weights = { path = "../../../substrate/primitives/weights" } +sp-version = { path = "../../../substrate/primitives/version" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { path = "../../../substrate/frame/babe" } +pallet-im-online = { path = "../../../substrate/frame/im-online" } +pallet-staking = { path = "../../../substrate/frame/staking" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" } +frame-system = { path = "../../../substrate/frame/system" } # Substrate Other -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" } +frame-support = { path = "../../../substrate/frame/support" } +frame-benchmarking-cli = { path = "../../../substrate/utils/frame/benchmarking-cli" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking" } # External Crates futures = "0.3.21" hex-literal = "0.4.1" -gum = { package = "tracing-gum", path = "../gum/" } +gum = { package = "tracing-gum", path = "../gum" } serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" thiserror = "1.0.31" @@ -98,7 +98,7 @@ polkadot-parachain = { path = "../../parachain" } polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } polkadot-rpc = { path = "../../rpc" } -polkadot-node-subsystem = {path = "../subsystem" } +polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-node-subsystem-types = { path = "../subsystem-types" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } diff --git a/polkadot/node/subsystem-test-helpers/Cargo.toml b/polkadot/node/subsystem-test-helpers/Cargo.toml index adb0587370..e05c9194b3 100644 --- a/polkadot/node/subsystem-test-helpers/Cargo.toml +++ b/polkadot/node/subsystem-test-helpers/Cargo.toml @@ -14,11 +14,11 @@ parking_lot = "0.12.0" polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-keystore = { path = "../../../substrate/primitives/keystore" } +sc-keystore = { path = "../../../substrate/client/keystore" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/polkadot/node/subsystem-types/Cargo.toml b/polkadot/node/subsystem-types/Cargo.toml index 1fb9ac83b7..4f2d753b79 100644 --- a/polkadot/node/subsystem-types/Cargo.toml +++ b/polkadot/node/subsystem-types/Cargo.toml @@ -15,12 +15,12 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } orchestra = "0.0.5" -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { path = "../../../substrate/client/network" } +sp-api = { path = "../../../substrate/primitives/api" } +sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } +sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery" } +sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } smallvec = "1.8.0" -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { path = "../../../substrate/utils/prometheus" } thiserror = "1.0.31" async-trait = "0.1.57" diff --git a/polkadot/node/subsystem-util/Cargo.toml b/polkadot/node/subsystem-util/Cargo.toml index 8c4de01ab3..a7c802a8ca 100644 --- a/polkadot/node/subsystem-util/Cargo.toml +++ b/polkadot/node/subsystem-util/Cargo.toml @@ -21,7 +21,7 @@ gum = { package = "tracing-gum", path = "../gum" } derive_more = "0.99.17" lru = "0.11.0" -polkadot-node-subsystem = {path = "../subsystem" } +polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-jaeger = { path = "../jaeger" } polkadot-node-metrics = { path = "../metrics" } polkadot-node-network-protocol = { path = "../network/protocol" } @@ -30,9 +30,9 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-overseer = { path = "../overseer" } metered = { package = "prioritized-metered-channel", version = "0.2.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" } +sp-keystore = { path = "../../../substrate/primitives/keystore" } kvdb = "0.13.0" parity-db = { version = "0.4.8"} diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index aac46bd4b8..de3fc81c3d 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -16,25 +16,25 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { path = "../../../../substrate/test-utils/client" } +sc-service = { path = "../../../../substrate/client/service" } +sc-block-builder = { path = "../../../../substrate/client/block-builder" } +sc-consensus = { path = "../../../../substrate/client/consensus/common" } +sc-offchain = { path = "../../../../substrate/client/offchain" } +sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sp-inherents = { path = "../../../../substrate/primitives/inherents" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-api = { path = "../../../../substrate/primitives/api" } +sp-timestamp = { path = "../../../../substrate/primitives/timestamp" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } +sp-consensus-babe = { path = "../../../../substrate/primitives/consensus/babe" } +sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } +sp-io = { path = "../../../../substrate/primitives/io" } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } futures = "0.3.21" [features] diff --git a/polkadot/node/test/performance-test/Cargo.toml b/polkadot/node/test/performance-test/Cargo.toml index 1bddc6b087..0e9e08443d 100644 --- a/polkadot/node/test/performance-test/Cargo.toml +++ b/polkadot/node/test/performance-test/Cargo.toml @@ -17,8 +17,8 @@ polkadot-erasure-coding = { path = "../../../erasure-coding" } polkadot-node-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../../primitives" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor-common = { path = "../../../../substrate/client/executor/common" } +sp-maybe-compressed-blob = { path = "../../../../substrate/primitives/maybe-compressed-blob" } kusama-runtime = { path = "../../../runtime/kusama" } diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 8912e19306..db46824b7c 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -28,38 +28,38 @@ test-runtime-constants = { path = "../../../runtime/test-runtime/constants" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" } +sc-authority-discovery = { path = "../../../../substrate/client/authority-discovery" } +babe = { package = "sc-consensus-babe", path = "../../../../substrate/client/consensus/babe" } +babe-primitives = { package = "sp-consensus-babe", path = "../../../../substrate/primitives/consensus/babe" } +consensus_common = { package = "sp-consensus", path = "../../../../substrate/primitives/consensus/common" } +frame-system = { path = "../../../../substrate/frame/system" } +grandpa = { package = "sc-consensus-grandpa", path = "../../../../substrate/client/consensus/grandpa" } +grandpa_primitives = { package = "sp-consensus-grandpa", path = "../../../../substrate/primitives/consensus/grandpa" } +inherents = { package = "sp-inherents", path = "../../../../substrate/primitives/inherents" } +pallet-staking = { path = "../../../../substrate/frame/staking" } +pallet-balances = { path = "../../../../substrate/frame/balances" } +pallet-transaction-payment = { path = "../../../../substrate/frame/transaction-payment" } +sc-chain-spec = { path = "../../../../substrate/client/chain-spec" } +sc-cli = { path = "../../../../substrate/client/cli" } +sc-client-api = { path = "../../../../substrate/client/api" } +sc-consensus = { path = "../../../../substrate/client/consensus/common" } +sc-network = { path = "../../../../substrate/client/network" } +sc-tracing = { path = "../../../../substrate/client/tracing" } +sc-transaction-pool = { path = "../../../../substrate/client/transaction-pool" } +sc-service = { path = "../../../../substrate/client/service", default-features = false } +sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic" } +sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } +substrate-test-client = { path = "../../../../substrate/test-utils/client" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false } serde_json = "1.0.96" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { path = "../../../../substrate/test-utils" } tokio = { version = "1.24.2", features = ["macros"] } [features] diff --git a/polkadot/node/zombienet-backchannel/Cargo.toml b/polkadot/node/zombienet-backchannel/Cargo.toml index 1c032cc3f1..627de13124 100644 --- a/polkadot/node/zombienet-backchannel/Cargo.toml +++ b/polkadot/node/zombienet-backchannel/Cargo.toml @@ -17,6 +17,6 @@ lazy_static = "1.4.0" parity-scale-codec = { version = "3.6.1", features = ["derive"] } reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false } thiserror = "1.0.31" -gum = { package = "tracing-gum", path = "../gum/" } +gum = { package = "tracing-gum", path = "../gum" } serde = { version = "1.0", features = ["derive"] } serde_json = "1" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 5d49042bc0..fcd1107499 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -12,10 +12,10 @@ version.workspace = true # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "3.6.1", default-features = false, features = [ "derive" ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { path = "../../substrate/primitives/std", default-features = false } +sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false, features = ["serde"] } +sp-core = { path = "../../substrate/primitives/core", default-features = false, features = ["serde"] } +frame-support = { path = "../../substrate/frame/support", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" bounded-collections = { version = "0.1.8", default-features = false, features = ["serde"] } diff --git a/polkadot/parachain/test-parachains/Cargo.toml b/polkadot/parachain/test-parachains/Cargo.toml index a3fa882e1f..2d9605b760 100644 --- a/polkadot/parachain/test-parachains/Cargo.toml +++ b/polkadot/parachain/test-parachains/Cargo.toml @@ -15,7 +15,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } [features] default = ["std"] diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index d2b2224328..ebb90482f4 100644 --- a/polkadot/parachain/test-parachains/adder/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/Cargo.toml @@ -9,17 +9,17 @@ authors.workspace = true publish = false [dependencies] -parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } +parachain = { package = "polkadot-parachain", path = "../..", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../../substrate/utils/wasm-builder" } [features] default = [ "std" ] diff --git a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml index 5d309cfa31..6b4431741c 100644 --- a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml @@ -30,9 +30,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { path = "../../../../../substrate/client/cli" } +sp-core = { path = "../../../../../substrate/primitives/core" } +sc-service = { path = "../../../../../substrate/client/service" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be # a big problem since it is used transitively anyway. @@ -42,11 +42,11 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf", features = ["test polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { path = "../../../../../substrate/test-utils" } +sc-service = { path = "../../../../../substrate/client/service" } +sp-keyring = { path = "../../../../../substrate/primitives/keyring" } # For the puppet worker, depend on ourselves with the test-utils feature. -test-parachain-adder-collator = { path = ".", features = ["test-utils"] } +test-parachain-adder-collator = { path = "", features = ["test-utils"] } tokio = { version = "1.24.2", features = ["macros"] } diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 85ee5d99d8..14af139ee7 100644 --- a/polkadot/parachain/test-parachains/halt/Cargo.toml +++ b/polkadot/parachain/test-parachains/halt/Cargo.toml @@ -11,7 +11,7 @@ license.workspace = true [dependencies] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../../substrate/utils/wasm-builder" } rustversion = "1.0.6" [features] diff --git a/polkadot/parachain/test-parachains/undying/Cargo.toml b/polkadot/parachain/test-parachains/undying/Cargo.toml index 030032e775..9d1e919ae0 100644 --- a/polkadot/parachain/test-parachains/undying/Cargo.toml +++ b/polkadot/parachain/test-parachains/undying/Cargo.toml @@ -9,18 +9,18 @@ edition.workspace = true license.workspace = true [dependencies] -parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } +parachain = { package = "polkadot-parachain", path = "../..", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = [ "global" ] } log = { version = "0.4.17", default-features = false } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../../substrate/utils/wasm-builder" } [features] default = [ "std" ] diff --git a/polkadot/parachain/test-parachains/undying/collator/Cargo.toml b/polkadot/parachain/test-parachains/undying/collator/Cargo.toml index b011855550..04de1ef3d0 100644 --- a/polkadot/parachain/test-parachains/undying/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/undying/collator/Cargo.toml @@ -30,9 +30,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { path = "../../../../../substrate/client/cli" } +sp-core = { path = "../../../../../substrate/primitives/core" } +sc-service = { path = "../../../../../substrate/client/service" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be # a big problem since it is used transitively anyway. @@ -42,11 +42,11 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf", features = ["test polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } # For the puppet worker, depend on ourselves with the test-utils feature. -test-parachain-undying-collator = { path = ".", features = ["test-utils"] } +test-parachain-undying-collator = { path = "", features = ["test-utils"] } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { path = "../../../../../substrate/test-utils" } +sc-service = { path = "../../../../../substrate/client/service" } +sp-keyring = { path = "../../../../../substrate/primitives/keyring" } tokio = { version = "1.24.2", features = ["macros"] } diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index 51c2bf8bea..2f02eb1bed 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -12,18 +12,18 @@ parity-scale-codec = { version = "3.6.1", default-features = false, features = [ scale-info = { version = "2.5.0", default-features = false, features = ["bit-vec", "derive", "serde"] } serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"] } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +application-crypto = { package = "sp-application-crypto", path = "../../substrate/primitives/application-crypto", default-features = false, features = ["serde"] } +inherents = { package = "sp-inherents", path = "../../substrate/primitives/inherents", default-features = false } +primitives = { package = "sp-core", path = "../../substrate/primitives/core", default-features = false } +runtime_primitives = { package = "sp-runtime", path = "../../substrate/primitives/runtime", default-features = false } +sp-api = { path = "../../substrate/primitives/api", default-features = false } +sp-arithmetic = { path = "../../substrate/primitives/arithmetic", default-features = false, features = ["serde"] } +sp-authority-discovery = { path = "../../substrate/primitives/authority-discovery", default-features = false, features = ["serde"] } +sp-consensus-slots = { path = "../../substrate/primitives/consensus/slots", default-features = false, features = ["serde"] } +sp-io = { path = "../../substrate/primitives/io", default-features = false } +sp-keystore = { path = "../../substrate/primitives/keystore", optional = true } +sp-staking = { path = "../../substrate/primitives/staking", default-features = false, features = ["serde"] } +sp-std = { package = "sp-std", path = "../../substrate/primitives/std", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } diff --git a/polkadot/primitives/test-helpers/Cargo.toml b/polkadot/primitives/test-helpers/Cargo.toml index b43bac1e85..1f9a434e48 100644 --- a/polkadot/primitives/test-helpers/Cargo.toml +++ b/polkadot/primitives/test-helpers/Cargo.toml @@ -7,9 +7,9 @@ edition.workspace = true license.workspace = true [dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -polkadot-primitives = { path = "../" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } +sp-application-crypto = { package = "sp-application-crypto", path = "../../../substrate/primitives/application-crypto", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-core = { path = "../../../substrate/primitives/core", features = ["std"] } +polkadot-primitives = { path = ".." } rand = "0.8.5" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 1891371867..4de538a850 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -8,26 +8,26 @@ license.workspace = true [dependencies] jsonrpsee = { version = "0.16.2", features = ["server"] } polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-beefy = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-beefy-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { path = "../../substrate/client/api" } +sp-blockchain = { path = "../../substrate/primitives/blockchain" } +sp-keystore = { path = "../../substrate/primitives/keystore" } +sp-runtime = { path = "../../substrate/primitives/runtime" } +sp-api = { path = "../../substrate/primitives/api" } +sp-consensus = { path = "../../substrate/primitives/consensus/common" } +sp-consensus-babe = { path = "../../substrate/primitives/consensus/babe" } +sc-chain-spec = { path = "../../substrate/client/chain-spec" } +sc-rpc = { path = "../../substrate/client/rpc" } +sc-consensus-babe = { path = "../../substrate/client/consensus/babe" } +sc-consensus-babe-rpc = { path = "../../substrate/client/consensus/babe/rpc" } +sc-consensus-beefy = { path = "../../substrate/client/consensus/beefy" } +sc-consensus-beefy-rpc = { path = "../../substrate/client/consensus/beefy/rpc" } +sc-consensus-epochs = { path = "../../substrate/client/consensus/epochs" } +sc-consensus-grandpa = { path = "../../substrate/client/consensus/grandpa" } +sc-consensus-grandpa-rpc = { path = "../../substrate/client/consensus/grandpa/rpc" } +sc-sync-state-rpc = { path = "../../substrate/client/sync-state-rpc" } +txpool-api = { package = "sc-transaction-pool-api", path = "../../substrate/client/transaction-pool/api" } +frame-rpc-system = { package = "substrate-frame-rpc-system", path = "../../substrate/utils/frame/rpc/system" } +mmr-rpc = { path = "../../substrate/client/merkle-mountain-range/rpc" } +pallet-transaction-payment-rpc = { path = "../../substrate/frame/transaction-payment/rpc" } +sp-block-builder = { path = "../../substrate/primitives/block-builder" } +substrate-state-trie-migration-rpc = { path = "../../substrate/utils/frame/rpc/state-trie-migration-rpc" } diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index dda7c2e923..4b6aae57d8 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -16,33 +16,33 @@ serde = { version = "1.0.163", default-features = false, features = ["alloc"] } serde_derive = { version = "1.0.117" } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false , features=["serde"]} -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features=["serde"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false , features=["serde"]} -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features=["serde"] } +sp-api = { path = "../../../substrate/primitives/api", default-features = false } +inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false , features=["serde"]} +sp-session = { path = "../../../substrate/primitives/session", default-features = false } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, features=["serde"] } +sp-core = { path = "../../../substrate/primitives/core", default-features = false , features=["serde"]} +sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false, features=["serde"] } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } +pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false } +pallet-session = { path = "../../../substrate/frame/session", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } +pallet-staking-reward-fn = { path = "../../../substrate/frame/staking/reward-fn", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } +pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false } +pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.7.0", default-features = false } @@ -53,11 +53,11 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.4.1" -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support-test = { path = "../../../substrate/frame/support/test" } +pallet-babe = { path = "../../../substrate/frame/babe" } +pallet-treasury = { path = "../../../substrate/frame/treasury" } +sp-keystore = { path = "../../../substrate/primitives/keystore" } +sp-keyring = { path = "../../../substrate/primitives/keyring" } serde_json = "1.0.96" libsecp256k1 = "0.7.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" } diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml index 3d48b1c03c..785301939d 100644 --- a/polkadot/runtime/common/slot_range_helper/Cargo.toml +++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml @@ -9,8 +9,8 @@ license.workspace = true paste = "1.0" enumn = "0.1.8" parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", path = "../../../../substrate/primitives/std", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } [features] default = ["std"] diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 3a253f47dd..6885608881 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -17,90 +17,90 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -binary-merkle-tree = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -kusama-runtime-constants = { package = "kusama-runtime-constants", path = "./constants", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", path = "../../../substrate/primitives/authority-discovery", default-features = false } +babe-primitives = { package = "sp-consensus-babe", path = "../../../substrate/primitives/consensus/babe", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/primitives/consensus/beefy", default-features = false } +binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false } +kusama-runtime-constants = { package = "kusama-runtime-constants", path = "constants", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false } +inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false } +offchain-primitives = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", default-features = false } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } +sp-core = { path = "../../../substrate/primitives/core", default-features = false } +sp-session = { path = "../../../substrate/primitives/session", default-features = false } +sp-storage = { path = "../../../substrate/primitives/storage", default-features = false } +sp-version = { path = "../../../substrate/primitives/version", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", path = "../../../substrate/primitives/transaction-pool", default-features = false } +block-builder-api = { package = "sp-block-builder", path = "../../../substrate/primitives/block-builder", default-features = false } +sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-conviction-voting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nis = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-ranked-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-referenda = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["experimental"] } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-whitelist = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } +pallet-bags-list = { path = "../../../substrate/frame/bags-list", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } +pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false } +pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false } +pallet-bounties = { path = "../../../substrate/frame/bounties", default-features = false } +pallet-child-bounties = { path = "../../../substrate/frame/child-bounties", default-features = false } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +pallet-nomination-pools-runtime-api = { path = "../../../substrate/frame/nomination-pools/runtime-api", default-features = false } +pallet-collective = { path = "../../../substrate/frame/collective", default-features = false } +pallet-conviction-voting = { path = "../../../substrate/frame/conviction-voting", default-features = false } +pallet-democracy = { path = "../../../substrate/frame/democracy", default-features = false } +pallet-elections-phragmen = { path = "../../../substrate/frame/elections-phragmen", default-features = false } +pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false } +pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } +pallet-nis = { path = "../../../substrate/frame/nis", default-features = false } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false } +pallet-im-online = { path = "../../../substrate/frame/im-online", default-features = false } +pallet-indices = { path = "../../../substrate/frame/indices", default-features = false } +pallet-membership = { path = "../../../substrate/frame/membership", default-features = false } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } +pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false } +pallet-multisig = { path = "../../../substrate/frame/multisig", default-features = false } +pallet-nomination-pools = { path = "../../../substrate/frame/nomination-pools", default-features = false } +pallet-offences = { path = "../../../substrate/frame/offences", default-features = false } +pallet-preimage = { path = "../../../substrate/frame/preimage", default-features = false } +pallet-proxy = { path = "../../../substrate/frame/proxy", default-features = false } +pallet-ranked-collective = { path = "../../../substrate/frame/ranked-collective", default-features = false } +pallet-recovery = { path = "../../../substrate/frame/recovery", default-features = false } +pallet-referenda = { path = "../../../substrate/frame/referenda", default-features = false } +pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false } +pallet-session = { path = "../../../substrate/frame/session", default-features = false } +pallet-society = { path = "../../../substrate/frame/society", default-features = false, features = ["experimental"] } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } +pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false } +pallet-staking-runtime-api = { path = "../../../substrate/frame/staking/runtime-api", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } +pallet-tips = { path = "../../../substrate/frame/tips", default-features = false } +pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false } +pallet-utility = { path = "../../../substrate/frame/utility", default-features = false } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } +pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true } +pallet-offences-benchmarking = { path = "../../../substrate/frame/offences/benchmarking", default-features = false, optional = true } +pallet-session-benchmarking = { path = "../../../substrate/frame/session/benchmarking", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { path = "../../../substrate/frame/nomination-pools/benchmarking", default-features = false, optional = true } +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { path = "../../../substrate/frame/election-provider-support/benchmarking", default-features = false, optional = true } hex-literal = "0.4.1" runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -113,16 +113,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" } +sp-trie = { path = "../../../substrate/primitives/trie" } separator = "0.4.1" serde_json = "1.0.96" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/polkadot/runtime/kusama/constants/Cargo.toml b/polkadot/runtime/kusama/constants/Cargo.toml index 293c91bbd5..97d47c308f 100644 --- a/polkadot/runtime/kusama/constants/Cargo.toml +++ b/polkadot/runtime/kusama/constants/Cargo.toml @@ -8,12 +8,12 @@ license.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } [features] default = ["std"] diff --git a/polkadot/runtime/metrics/Cargo.toml b/polkadot/runtime/metrics/Cargo.toml index 7bbf8d066f..e6f2e415f3 100644 --- a/polkadot/runtime/metrics/Cargo.toml +++ b/polkadot/runtime/metrics/Cargo.toml @@ -6,11 +6,11 @@ edition.workspace = true license.workspace = true [dependencies] -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false} -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false} +sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false } parity-scale-codec = { version = "3.6.1", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } bs58 = { version = "0.4.0", default-features = false, features = ["alloc"] } diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index c3acdd781e..963aeb6b75 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -15,30 +15,30 @@ serde = { version = "1.0.163", default-features = false, features = ["derive", " derive_more = "0.99.17" bitflags = "1.3.2" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features=["serde"] } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features=["serde"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features=["serde"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +sp-api = { path = "../../../substrate/primitives/api", default-features = false } +inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features=["serde"] } +sp-session = { path = "../../../substrate/primitives/session", default-features = false } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, features=["serde"] } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, features=["serde"] } +sp-keystore = { path = "../../../substrate/primitives/keystore", optional = true } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, optional = true } +sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false, optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } +pallet-session = { path = "../../../substrate/frame/session", default-features = false } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -53,11 +53,11 @@ polkadot-runtime-metrics = { path = "../metrics", default-features = false} [dev-dependencies] futures = "0.3.21" hex-literal = "0.4.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers"} -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" } +frame-support-test = { path = "../../../substrate/frame/support/test" } +sc-keystore = { path = "../../../substrate/client/keystore" } +test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" } +sp-tracing = { path = "../../../substrate/primitives/tracing" } thousands = "0.2.0" assert_matches = "1" serde_json = "1.0.96" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 76a01051a1..d14f34ade5 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -17,81 +17,81 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", path = "../../../substrate/primitives/authority-discovery", default-features = false } +babe-primitives = { package = "sp-consensus-babe", path = "../../../substrate/primitives/consensus/babe", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/primitives/consensus/beefy", default-features = false } +block-builder-api = { package = "sp-block-builder", path = "../../../substrate/primitives/block-builder", default-features = false } +inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false } +offchain-primitives = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", path = "../../../substrate/primitives/transaction-pool", default-features = false } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } +sp-core = { path = "../../../substrate/primitives/core", default-features = false } +sp-session = { path = "../../../substrate/primitives/session", default-features = false } +sp-storage = { path = "../../../substrate/primitives/storage", default-features = false } +sp-version = { path = "../../../substrate/primitives/version", default-features = false } +sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-conviction-voting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-referenda = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -polkadot-runtime-constants = { package = "polkadot-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-whitelist = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } +pallet-bags-list = { path = "../../../substrate/frame/bags-list", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } +pallet-bounties = { path = "../../../substrate/frame/bounties", default-features = false } +pallet-child-bounties = { path = "../../../substrate/frame/child-bounties", default-features = false } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +pallet-collective = { path = "../../../substrate/frame/collective", default-features = false } +pallet-conviction-voting = { path = "../../../substrate/frame/conviction-voting", default-features = false } +pallet-democracy = { path = "../../../substrate/frame/democracy", default-features = false } +pallet-elections-phragmen = { path = "../../../substrate/frame/elections-phragmen", default-features = false } +pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false } +pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false } +pallet-im-online = { path = "../../../substrate/frame/im-online", default-features = false } +pallet-indices = { path = "../../../substrate/frame/indices", default-features = false } +pallet-membership = { path = "../../../substrate/frame/membership", default-features = false } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } +pallet-multisig = { path = "../../../substrate/frame/multisig", default-features = false } +pallet-nomination-pools = { path = "../../../substrate/frame/nomination-pools", default-features = false } +pallet-nomination-pools-runtime-api = { path = "../../../substrate/frame/nomination-pools/runtime-api", default-features = false } +pallet-offences = { path = "../../../substrate/frame/offences", default-features = false } +pallet-preimage = { path = "../../../substrate/frame/preimage", default-features = false } +pallet-proxy = { path = "../../../substrate/frame/proxy", default-features = false } +pallet-referenda = { path = "../../../substrate/frame/referenda", default-features = false } +pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false } +pallet-session = { path = "../../../substrate/frame/session", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } +pallet-staking-reward-curve = { path = "../../../substrate/frame/staking/reward-curve" } +pallet-staking-runtime-api = { path = "../../../substrate/frame/staking/runtime-api", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } +polkadot-runtime-constants = { package = "polkadot-runtime-constants", path = "constants", default-features = false } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } +pallet-tips = { path = "../../../substrate/frame/tips", default-features = false } +pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false } +pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } +pallet-utility = { path = "../../../substrate/frame/utility", default-features = false } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, features=["experimental"] } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true } +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { path = "../../../substrate/frame/election-provider-support/benchmarking", default-features = false, optional = true } +pallet-offences-benchmarking = { path = "../../../substrate/frame/offences/benchmarking", default-features = false, optional = true } +pallet-session-benchmarking = { path = "../../../substrate/frame/session/benchmarking", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { path = "../../../substrate/frame/nomination-pools/benchmarking", default-features = false, optional = true } hex-literal = { version = "0.4.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -105,16 +105,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.4.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" } +sp-trie = { path = "../../../substrate/primitives/trie" } serde_json = "1.0.96" separator = "0.4.1" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/polkadot/runtime/polkadot/constants/Cargo.toml b/polkadot/runtime/polkadot/constants/Cargo.toml index 42a9c685ea..480b4f543d 100644 --- a/polkadot/runtime/polkadot/constants/Cargo.toml +++ b/polkadot/runtime/polkadot/constants/Cargo.toml @@ -8,12 +8,12 @@ license.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } [features] default = ["std"] diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 527bc1af9c..ce0cdf9916 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -15,73 +15,73 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -binary-merkle-tree = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -rococo-runtime-constants = { package = "rococo-runtime-constants", path = "./constants", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", path = "../../../substrate/primitives/authority-discovery", default-features = false } +babe-primitives = { package = "sp-consensus-babe", path = "../../../substrate/primitives/consensus/babe", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/primitives/consensus/beefy", default-features = false } +binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false } +rococo-runtime-constants = { package = "rococo-runtime-constants", path = "constants", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false } +inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false } +offchain-primitives = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", default-features = false } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } +sp-core = { path = "../../../substrate/primitives/core", default-features = false } +sp-session = { path = "../../../substrate/primitives/session", default-features = false } +sp-storage = { path = "../../../substrate/primitives/storage", default-features = false } +sp-version = { path = "../../../substrate/primitives/version", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", path = "../../../substrate/primitives/transaction-pool", default-features = false } +block-builder-api = { package = "sp-block-builder", path = "../../../substrate/primitives/block-builder", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nis = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["experimental"] } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } +pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false } +pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false } +pallet-bounties = { path = "../../../substrate/frame/bounties", default-features = false } +pallet-child-bounties = { path = "../../../substrate/frame/child-bounties", default-features = false } +pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +pallet-collective = { path = "../../../substrate/frame/collective", default-features = false } +pallet-democracy = { path = "../../../substrate/frame/democracy", default-features = false } +pallet-elections-phragmen = { path = "../../../substrate/frame/elections-phragmen", default-features = false } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false } +pallet-im-online = { path = "../../../substrate/frame/im-online", default-features = false } +pallet-indices = { path = "../../../substrate/frame/indices", default-features = false } +pallet-membership = { path = "../../../substrate/frame/membership", default-features = false } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } +pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false } +pallet-multisig = { path = "../../../substrate/frame/multisig", default-features = false } +pallet-nis = { path = "../../../substrate/frame/nis", default-features = false } +pallet-offences = { path = "../../../substrate/frame/offences", default-features = false } +pallet-preimage = { path = "../../../substrate/frame/preimage", default-features = false } +pallet-proxy = { path = "../../../substrate/frame/proxy", default-features = false } +pallet-recovery = { path = "../../../substrate/frame/recovery", default-features = false } +pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false } +pallet-session = { path = "../../../substrate/frame/session", default-features = false } +pallet-society = { path = "../../../substrate/frame/society", default-features = false, features = ["experimental"] } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } +pallet-tips = { path = "../../../substrate/frame/tips", default-features = false } +pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false } +pallet-utility = { path = "../../../substrate/frame/utility", default-features = false } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, features=["experimental"] } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true } +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true } hex-literal = { version = "0.4.1" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false, features=["experimental"] } @@ -95,16 +95,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" } +remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" } +sp-trie = { path = "../../../substrate/primitives/trie" } separator = "0.4.1" serde_json = "1.0.96" -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false } tokio = { version = "1.24.2", features = ["macros"] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/polkadot/runtime/rococo/constants/Cargo.toml b/polkadot/runtime/rococo/constants/Cargo.toml index e7bc81f199..46b6562d7e 100644 --- a/polkadot/runtime/rococo/constants/Cargo.toml +++ b/polkadot/runtime/rococo/constants/Cargo.toml @@ -8,12 +8,12 @@ license.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } [features] default = ["std"] diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 9dcd8fe83a..f3ab79fe36 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -17,44 +17,44 @@ serde = { version = "1.0.163", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", path = "../../../substrate/primitives/authority-discovery", default-features = false } +babe-primitives = { package = "sp-consensus-babe", path = "../../../substrate/primitives/consensus/babe", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/primitives/consensus/beefy", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false } +inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false } +offchain-primitives = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } +sp-core = { path = "../../../substrate/primitives/core", default-features = false } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false } +sp-session = { path = "../../../substrate/primitives/session", default-features = false } +sp-version = { path = "../../../substrate/primitives/version", default-features = false } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", path = "../../../substrate/primitives/transaction-pool", default-features = false } +block-builder-api = { package = "sp-block-builder", path = "../../../substrate/primitives/block-builder", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -test-runtime-constants = { package = "test-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } +pallet-indices = { path = "../../../substrate/frame/indices", default-features = false } +pallet-offences = { path = "../../../substrate/frame/offences", default-features = false } +pallet-session = { path = "../../../substrate/frame/session", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } +pallet-staking-reward-curve = { path = "../../../substrate/frame/staking/reward-curve" } +frame-system = { path = "../../../substrate/frame/system", default-features = false } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } +test-runtime-constants = { package = "test-runtime-constants", path = "constants", default-features = false } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -68,12 +68,12 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.4.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" } +sp-trie = { path = "../../../substrate/primitives/trie" } serde_json = "1.0.96" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/polkadot/runtime/test-runtime/constants/Cargo.toml b/polkadot/runtime/test-runtime/constants/Cargo.toml index 84d8ae8ce5..39689747d7 100644 --- a/polkadot/runtime/test-runtime/constants/Cargo.toml +++ b/polkadot/runtime/test-runtime/constants/Cargo.toml @@ -9,12 +9,12 @@ license.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } [features] default = ["std"] diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 0231198ba8..1ae3b19857 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -16,83 +16,83 @@ serde = { version = "1.0.163", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -binary-merkle-tree = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", path = "../../../substrate/primitives/authority-discovery", default-features = false } +babe-primitives = { package = "sp-consensus-babe", path = "../../../substrate/primitives/consensus/babe", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/primitives/consensus/beefy", default-features = false } +binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false } +inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false } +offchain-primitives = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } +sp-core = { path = "../../../substrate/primitives/core", default-features = false } +sp-session = { path = "../../../substrate/primitives/session", default-features = false } +sp-storage = { path = "../../../substrate/primitives/storage", default-features = false } +sp-version = { path = "../../../substrate/primitives/version", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", path = "../../../substrate/primitives/transaction-pool", default-features = false } +block-builder-api = { package = "sp-block-builder", path = "../../../substrate/primitives/block-builder", default-features = false } +sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -westend-runtime-constants = { package = "westend-runtime-constants", path = "./constants", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } +westend-runtime-constants = { package = "westend-runtime-constants", path = "constants", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } +pallet-bags-list = { path = "../../../substrate/frame/bags-list", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } +pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false } +pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false } +pallet-collective = { path = "../../../substrate/frame/collective", default-features = false } +pallet-democracy = { path = "../../../substrate/frame/democracy", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", path = "../../../substrate/frame/elections-phragmen", default-features = false } +pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false } +pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false } +pallet-im-online = { path = "../../../substrate/frame/im-online", default-features = false } +pallet-indices = { path = "../../../substrate/frame/indices", default-features = false } +pallet-membership = { path = "../../../substrate/frame/membership", default-features = false } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } +pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false } +pallet-multisig = { path = "../../../substrate/frame/multisig", default-features = false } +pallet-nomination-pools = { path = "../../../substrate/frame/nomination-pools", default-features = false } +pallet-offences = { path = "../../../substrate/frame/offences", default-features = false } +pallet-preimage = { path = "../../../substrate/frame/preimage", default-features = false } +pallet-proxy = { path = "../../../substrate/frame/proxy", default-features = false } +pallet-recovery = { path = "../../../substrate/frame/recovery", default-features = false } +pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false } +pallet-session = { path = "../../../substrate/frame/session", default-features = false } +pallet-society = { path = "../../../substrate/frame/society", default-features = false } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", path = "../../../substrate/frame/staking/reward-curve" } +pallet-staking-runtime-api = { path = "../../../substrate/frame/staking/runtime-api", default-features = false } +pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +pallet-nomination-pools-runtime-api = { path = "../../../substrate/frame/nomination-pools/runtime-api", default-features = false } +pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false } +pallet-utility = { path = "../../../substrate/frame/utility", default-features = false } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, features=["experimental"] } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true } +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { path = "../../../substrate/frame/election-provider-support/benchmarking", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { path = "../../../substrate/frame/nomination-pools/benchmarking", default-features = false, optional = true } +pallet-offences-benchmarking = { path = "../../../substrate/frame/offences/benchmarking", default-features = false, optional = true } +pallet-session-benchmarking = { path = "../../../substrate/frame/session/benchmarking", default-features = false, optional = true } hex-literal = { version = "0.4.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false, features=["experimental"] } @@ -107,14 +107,14 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.4.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" } serde_json = "1.0.96" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/polkadot/runtime/westend/constants/Cargo.toml b/polkadot/runtime/westend/constants/Cargo.toml index 63e9ad34a7..0da0e2c5a3 100644 --- a/polkadot/runtime/westend/constants/Cargo.toml +++ b/polkadot/runtime/westend/constants/Cargo.toml @@ -8,12 +8,12 @@ license.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false } [features] default = ["std"] diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 6c1a3d1434..65fb21708c 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -7,5 +7,5 @@ license.workspace = true [dependencies] parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../substrate/primitives/core" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/polkadot/utils/generate-bags/Cargo.toml b/polkadot/utils/generate-bags/Cargo.toml index 1a0f1d3fbf..819a16d5c3 100644 --- a/polkadot/utils/generate-bags/Cargo.toml +++ b/polkadot/utils/generate-bags/Cargo.toml @@ -8,8 +8,8 @@ license.workspace = true [dependencies] clap = { version = "4.0.9", features = ["derive"] } -generate-bags = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +generate-bags = { path = "../../../substrate/utils/frame/generate-bags" } +sp-io = { path = "../../../substrate/primitives/io" } westend-runtime = { path = "../../runtime/westend" } kusama-runtime = { path = "../../runtime/kusama" } diff --git a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml index c84c95ab04..bb48c82f0b 100644 --- a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml @@ -14,10 +14,10 @@ polkadot-runtime-constants = { path = "../../../runtime/polkadot/constants" } kusama-runtime-constants = { path = "../../../runtime/kusama/constants" } westend-runtime-constants = { path = "../../../runtime/westend/constants" } -pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-bags-list-remote-tests = { path = "../../../../substrate/frame/bags-list/remote-tests" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } +frame-system = { path = "../../../../substrate/frame/system" } +sp-core = { path = "../../../../substrate/primitives/core" } clap = { version = "4.0.9", features = ["derive"] } log = "0.4.17" diff --git a/polkadot/utils/staking-miner/Cargo.toml b/polkadot/utils/staking-miner/Cargo.toml index f63425bb74..f3d4a693e1 100644 --- a/polkadot/utils/staking-miner/Cargo.toml +++ b/polkadot/utils/staking-miner/Cargo.toml @@ -21,22 +21,22 @@ serde = "1.0.163" serde_json = "1.0" thiserror = "1.0.31" tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread", "sync"] } -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" } signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-version = { path = "../../../substrate/primitives/version" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine" } +sp-runtime = { path = "../../../substrate/primitives/runtime" } +sp-npos-elections = { path = "../../../substrate/primitives/npos-elections" } +sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { path = "../../../substrate/frame/system" } +frame-support = { path = "../../../substrate/frame/support" } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support" } +pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase" } +pallet-staking = { path = "../../../substrate/frame/staking" } +pallet-balances = { path = "../../../substrate/frame/balances" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } core-primitives = { package = "polkadot-core-primitives", path = "../../core-primitives" } diff --git a/polkadot/xcm/Cargo.toml b/polkadot/xcm/Cargo.toml index a03d392d5f..fd8699fd1d 100644 --- a/polkadot/xcm/Cargo.toml +++ b/polkadot/xcm/Cargo.toml @@ -13,12 +13,12 @@ impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", default-features = false } parity-scale-codec = { version = "3.6.1", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] } +sp-weights = { path = "../../substrate/primitives/weights", default-features = false, features = ["serde"] } serde = { version = "1.0.163", default-features = false, features = ["alloc", "derive"] } xcm-procedural = { path = "procedural" } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { path = "../../substrate/primitives/io" } hex = "0.4.3" hex-literal = "0.4.1" diff --git a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml index a77b58059b..9d089db63f 100644 --- a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -11,22 +11,22 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } -frame-system = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } -sp-runtime = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } -sp-std = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } -sp-io = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} xcm-executor = { path = "../xcm-executor", default-features = false } -frame-benchmarking = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false} xcm = { path = "..", default-features = false } xcm-builder = { path = "../xcm-builder", default-features = false } log = "0.4.17" [dev-dependencies] -pallet-balances = { branch = "master", git = "https://github.com/paritytech/substrate" } -pallet-assets = { branch = "master", git = "https://github.com/paritytech/substrate" } -sp-core = { branch = "master", git = "https://github.com/paritytech/substrate" } -sp-tracing = { branch = "master", git = "https://github.com/paritytech/substrate" } +pallet-balances = { path = "../../../substrate/frame/balances" } +pallet-assets = { path = "../../../substrate/frame/assets" } +sp-core = { path = "../../../substrate/primitives/core" } +sp-tracing = { path = "../../../substrate/primitives/tracing" } xcm = { path = ".." } # temp pallet-xcm = { path = "../pallet-xcm" } diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 7d5d278b0e..08decae3d4 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -13,19 +13,19 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" serde = { version = "1.0.163", optional = true, features = ["derive"] } log = { version = "0.4.17", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-support = { path = "../../../substrate/frame/support", default-features = false} +frame-system = { path = "../../../substrate/frame/system", default-features = false} +sp-core = { path = "../../../substrate/primitives/core", default-features = false} +sp-io = { path = "../../../substrate/primitives/io", default-features = false} +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false} +sp-std = { path = "../../../substrate/primitives/std", default-features = false} xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { path = "../../../substrate/frame/balances" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } polkadot-parachain = { path = "../../parachain" } xcm-builder = { path = "../xcm-builder" } diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index 6e4db10168..79732f69a3 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -12,14 +12,14 @@ parity-scale-codec = { version = "3.6.1", default-features = false, features = [ scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } +sp-weights = { path = "../../../substrate/primitives/weights", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } log = { version = "0.4.17", default-features = false } # Polkadot dependencies @@ -27,10 +27,10 @@ polkadot-parachain = { path = "../../parachain", default-features = false } [dev-dependencies] primitive-types = "0.12.1" -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { path = "../../../substrate/frame/balances" } pallet-xcm = { path = "../pallet-xcm" } -pallet-salary = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-assets = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-salary = { path = "../../../substrate/frame/salary" } +pallet-assets = { path = "../../../substrate/frame/assets" } primitives = { package = "polkadot-primitives", path = "../../primitives" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } assert_matches = "1.5.0" diff --git a/polkadot/xcm/xcm-executor/Cargo.toml b/polkadot/xcm/xcm-executor/Cargo.toml index 92e6dc9544..106e96f740 100644 --- a/polkadot/xcm/xcm-executor/Cargo.toml +++ b/polkadot/xcm/xcm-executor/Cargo.toml @@ -11,15 +11,15 @@ impl-trait-for-tuples = "0.2.2" environmental = { version = "1.1.4", default-features = false } parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false } +sp-io = { path = "../../../substrate/primitives/io", default-features = false } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } +sp-core = { path = "../../../substrate/primitives/core", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } +sp-weights = { path = "../../../substrate/primitives/weights", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false } log = { version = "0.4.17", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } [features] default = ["std"] diff --git a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml index cec9754baa..1e7ef875dd 100644 --- a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml @@ -9,20 +9,20 @@ publish = false [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false } +frame-system = { path = "../../../../substrate/frame/system" } futures = "0.3.21" pallet-xcm = { path = "../../pallet-xcm" } polkadot-test-client = { path = "../../../node/test/client" } polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-test-service = { path = "../../../node/test/service" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } +sp-keyring = { path = "../../../../substrate/primitives/keyring" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } xcm = { path = "../..", default-features = false } xcm-executor = { path = ".." } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } [features] default = ["std"] diff --git a/polkadot/xcm/xcm-simulator/Cargo.toml b/polkadot/xcm/xcm-simulator/Cargo.toml index 79ee27c604..901ca49d0f 100644 --- a/polkadot/xcm/xcm-simulator/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/Cargo.toml @@ -10,13 +10,13 @@ license.workspace = true codec = { package = "parity-scale-codec", version = "3.6.1" } paste = "1.0.7" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { path = "../../../substrate/frame/support" } +sp-io = { path = "../../../substrate/primitives/io" } +sp-std = { path = "../../../substrate/primitives/std" } -xcm = { path = "../" } +xcm = { path = ".." } xcm-executor = { path = "../xcm-executor" } xcm-builder = { path = "../xcm-builder" } -polkadot-core-primitives = { path = "../../core-primitives"} +polkadot-core-primitives = { path = "../../core-primitives" } polkadot-parachain = { path = "../../parachain" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } diff --git a/polkadot/xcm/xcm-simulator/example/Cargo.toml b/polkadot/xcm/xcm-simulator/example/Cargo.toml index 7d47755dc4..b41e515645 100644 --- a/polkadot/xcm/xcm-simulator/example/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/example/Cargo.toml @@ -11,19 +11,19 @@ codec = { package = "parity-scale-codec", version = "3.6.1" } scale-info = { version = "2.5.0", features = ["derive"] } log = { version = "0.4.14", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { path = "../../../../substrate/frame/system" } +frame-support = { path = "../../../../substrate/frame/support" } +pallet-balances = { path = "../../../../substrate/frame/balances" } +pallet-message-queue = { path = "../../../../substrate/frame/message-queue" } +pallet-uniques = { path = "../../../../substrate/frame/uniques" } +sp-std = { path = "../../../../substrate/primitives/std" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sp-io = { path = "../../../../substrate/primitives/io" } +sp-tracing = { path = "../../../../substrate/primitives/tracing" } -xcm = { path = "../../" } -xcm-simulator = { path = "../" } +xcm = { path = "../.." } +xcm-simulator = { path = ".." } xcm-executor = { path = "../../xcm-executor" } xcm-builder = { path = "../../xcm-builder" } pallet-xcm = { path = "../../pallet-xcm" } diff --git a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml index ce0528adf1..3d134edb70 100644 --- a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -12,17 +12,17 @@ honggfuzz = "0.5.55" arbitrary = "1.2.0" scale-info = { version = "2.5.0", features = ["derive"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { path = "../../../../substrate/frame/system" } +frame-support = { path = "../../../../substrate/frame/support" } +pallet-balances = { path = "../../../../substrate/frame/balances" } +pallet-message-queue = { path = "../../../../substrate/frame/message-queue" } +sp-std = { path = "../../../../substrate/primitives/std" } +sp-core = { path = "../../../../substrate/primitives/core" } +sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sp-io = { path = "../../../../substrate/primitives/io" } -xcm = { path = "../../" } -xcm-simulator = { path = "../" } +xcm = { path = "../.." } +xcm-simulator = { path = ".." } xcm-executor = { path = "../../xcm-executor" } xcm-builder = { path = "../../xcm-builder" } pallet-xcm = { path = "../../pallet-xcm" } diff --git a/substrate/bin/node-template/node/Cargo.toml b/substrate/bin/node-template/node/Cargo.toml index 6eb5b4df9c..fc3fa64da9 100644 --- a/substrate/bin/node-template/node/Cargo.toml +++ b/substrate/bin/node-template/node/Cargo.toml @@ -20,51 +20,51 @@ name = "node-template" clap = { version = "4.2.5", features = ["derive"] } futures = { version = "0.3.21", features = ["thread-pool"]} -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-network = { version = "0.10.0-dev", path = "../../../client/network" } -sc-service = { version = "0.10.0-dev", path = "../../../client/service" } -sc-telemetry = { version = "4.0.0-dev", path = "../../../client/telemetry" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sc-offchain = { version = "4.0.0-dev", path = "../../../client/offchain" } -sc-consensus-aura = { version = "0.10.0-dev", path = "../../../client/consensus/aura" } -sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-consensus-grandpa = { version = "0.10.0-dev", path = "../../../client/consensus/grandpa" } -sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" } +sc-cli = { path = "../../../client/cli" } +sp-core = { path = "../../../primitives/core" } +sc-executor = { path = "../../../client/executor" } +sc-network = { path = "../../../client/network" } +sc-service = { path = "../../../client/service" } +sc-telemetry = { path = "../../../client/telemetry" } +sc-transaction-pool = { path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sc-offchain = { path = "../../../client/offchain" } +sc-consensus-aura = { path = "../../../client/consensus/aura" } +sp-consensus-aura = { path = "../../../primitives/consensus/aura" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-consensus-grandpa = { path = "../../../client/consensus/grandpa" } +sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" } +sc-client-api = { path = "../../../client/api" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-io = { path = "../../../primitives/io" } +sp-timestamp = { path = "../../../primitives/timestamp" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keyring = { path = "../../../primitives/keyring" } +frame-system = { path = "../../../frame/system" } +pallet-transaction-payment = { path = "../../../frame/transaction-payment", default-features = false} # These dependencies are used for the node template's RPCs jsonrpsee = { version = "0.16.2", features = ["server"] } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../client/rpc-api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" } -substrate-frame-rpc-system = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/system" } -pallet-transaction-payment-rpc = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/rpc/" } +sp-api = { path = "../../../primitives/api" } +sc-rpc-api = { path = "../../../client/rpc-api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sc-basic-authorship = { path = "../../../client/basic-authorship" } +substrate-frame-rpc-system = { path = "../../../utils/frame/rpc/system" } +pallet-transaction-payment-rpc = { path = "../../../frame/transaction-payment/rpc" } # These dependencies are used for runtime benchmarking -frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarking" } -frame-benchmarking-cli = { version = "4.0.0-dev", path = "../../../utils/frame/benchmarking-cli" } +frame-benchmarking = { path = "../../../frame/benchmarking" } +frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli" } # Local Dependencies -node-template-runtime = { version = "4.0.0-dev", path = "../runtime" } +node-template-runtime = { path = "../runtime" } # CLI-specific dependencies -try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" } +try-runtime-cli = { path = "../../../utils/frame/try-runtime/cli", optional = true} [build-dependencies] -substrate-build-script-utils = { version = "3.0.0", path = "../../../utils/build-script-utils" } +substrate-build-script-utils = { path = "../../../utils/build-script-utils" } [features] default = [] diff --git a/substrate/bin/node-template/pallets/template/Cargo.toml b/substrate/bin/node-template/pallets/template/Cargo.toml index ba108cd005..5c5482c8f7 100644 --- a/substrate/bin/node-template/pallets/template/Cargo.toml +++ b/substrate/bin/node-template/pallets/template/Cargo.toml @@ -17,15 +17,15 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = "derive", ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../../../frame/benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/system" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../../primitives/std" } +frame-benchmarking = { path = "../../../../frame/benchmarking", default-features = false, optional = true} +frame-support = { path = "../../../../frame/support", default-features = false} +frame-system = { path = "../../../../frame/system", default-features = false} +sp-std = { path = "../../../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../../../primitives/io" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } +sp-core = { path = "../../../../primitives/core" } +sp-io = { path = "../../../../primitives/io" } +sp-runtime = { path = "../../../../primitives/runtime" } [features] default = [ "std" ] diff --git a/substrate/bin/node-template/runtime/Cargo.toml b/substrate/bin/node-template/runtime/Cargo.toml index 5f4411df54..c816013c82 100644 --- a/substrate/bin/node-template/runtime/Cargo.toml +++ b/substrate/bin/node-template/runtime/Cargo.toml @@ -16,43 +16,43 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -pallet-aura = { version = "4.0.0-dev", default-features = false, path = "../../../frame/aura" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../../frame/balances" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/support" } -pallet-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../frame/grandpa" } -pallet-sudo = { version = "4.0.0-dev", default-features = false, path = "../../../frame/sudo" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" } -frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../../../frame/try-runtime", optional = true } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../frame/timestamp" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" } -frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../../frame/executive" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/block-builder"} -sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/consensus/aura" } -sp-consensus-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/consensus/grandpa" } -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents"} -sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } -sp-storage = { version = "13.0.0", default-features = false, path = "../../../primitives/storage" } -sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" } -sp-version = { version = "22.0.0", default-features = false, path = "../../../primitives/version" } +pallet-aura = { path = "../../../frame/aura", default-features = false} +pallet-balances = { path = "../../../frame/balances", default-features = false} +frame-support = { path = "../../../frame/support", default-features = false} +pallet-grandpa = { path = "../../../frame/grandpa", default-features = false} +pallet-sudo = { path = "../../../frame/sudo", default-features = false} +frame-system = { path = "../../../frame/system", default-features = false} +frame-try-runtime = { path = "../../../frame/try-runtime", default-features = false, optional = true } +pallet-timestamp = { path = "../../../frame/timestamp", default-features = false} +pallet-transaction-payment = { path = "../../../frame/transaction-payment", default-features = false} +frame-executive = { path = "../../../frame/executive", default-features = false} +sp-api = { path = "../../../primitives/api", default-features = false} +sp-block-builder = { path = "../../../primitives/block-builder", default-features = false} +sp-consensus-aura = { path = "../../../primitives/consensus/aura", default-features = false} +sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa", default-features = false} +sp-core = { path = "../../../primitives/core", default-features = false} +sp-inherents = { path = "../../../primitives/inherents", default-features = false} +sp-offchain = { path = "../../../primitives/offchain", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-session = { path = "../../../primitives/session", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} +sp-storage = { path = "../../../primitives/storage", default-features = false} +sp-transaction-pool = { path = "../../../primitives/transaction-pool", default-features = false} +sp-version = { path = "../../../primitives/version", default-features = false} # Used for the node template's RPCs -frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/rpc/runtime-api/" } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" } +frame-system-rpc-runtime-api = { path = "../../../frame/system/rpc/runtime-api", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../frame/transaction-payment/rpc/runtime-api", default-features = false} # Used for runtime benchmarking -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/benchmarking", optional = true } -frame-system-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/benchmarking", optional = true } +frame-benchmarking = { path = "../../../frame/benchmarking", default-features = false, optional = true } +frame-system-benchmarking = { path = "../../../frame/system/benchmarking", default-features = false, optional = true } # Local Dependencies -pallet-template = { version = "4.0.0-dev", default-features = false, path = "../pallets/template" } +pallet-template = { path = "../pallets/template", default-features = false} [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } [features] default = [ "std" ] diff --git a/substrate/bin/node/bench/Cargo.toml b/substrate/bin/node/bench/Cargo.toml index 7703f8ed2e..bef67b995b 100644 --- a/substrate/bin/node/bench/Cargo.toml +++ b/substrate/bin/node/bench/Cargo.toml @@ -15,30 +15,30 @@ publish = false array-bytes = "6.1" clap = { version = "4.2.5", features = ["derive"] } log = "0.4.17" -node-primitives = { version = "2.0.0", path = "../primitives" } -node-testing = { version = "3.0.0-dev", path = "../testing" } -kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" } +node-primitives = { path = "../primitives" } +node-testing = { path = "../testing" } +kitchensink-runtime = { path = "../runtime" } +sc-client-api = { path = "../../../client/api" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } serde = "1.0.163" serde_json = "1.0.85" derive_more = { version = "0.99.17", default-features = false, features = ["display"] } kvdb = "0.13.0" kvdb-rocksdb = "0.19.0" -sp-trie = { version = "22.0.0", path = "../../../primitives/trie" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } +sp-trie = { path = "../../../primitives/trie" } +sp-core = { path = "../../../primitives/core" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sc-basic-authorship = { path = "../../../client/basic-authorship" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-timestamp = { path = "../../../primitives/timestamp", default-features = false} +sp-tracing = { path = "../../../primitives/tracing" } hash-db = "0.16.0" tempfile = "3.1.0" fs_extra = "1" rand = { version = "0.8.5", features = ["small_rng"] } lazy_static = "1.4.0" parity-db = "0.4.8" -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } +sc-transaction-pool = { path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } futures = { version = "0.3.21", features = ["thread-pool"] } diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index fcab4cc651..41e2399f89 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -47,77 +47,77 @@ log = "0.4.17" rand = "0.8" # primitives -sp-authority-discovery = { version = "4.0.0-dev", path = "../../../primitives/authority-discovery" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -grandpa-primitives = { version = "4.0.0-dev", package = "sp-consensus-grandpa", path = "../../../primitives/consensus/grandpa" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-transaction-storage-proof = { version = "4.0.0-dev", path = "../../../primitives/transaction-storage-proof" } +sp-authority-discovery = { path = "../../../primitives/authority-discovery" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +grandpa-primitives = { package = "sp-consensus-grandpa", path = "../../../primitives/consensus/grandpa" } +sp-api = { path = "../../../primitives/api" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-timestamp = { path = "../../../primitives/timestamp" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-transaction-storage-proof = { path = "../../../primitives/transaction-storage-proof" } sp-io = { path = "../../../primitives/io" } sp-statement-store = { path = "../../../primitives/statement-store" } # client dependencies -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sc-statement-store = { version = "4.0.0-dev", path = "../../../client/statement-store" } -sc-network = { version = "0.10.0-dev", path = "../../../client/network" } -sc-network-common = { version = "0.10.0-dev", path = "../../../client/network/common" } -sc-network-sync = { version = "0.10.0-dev", path = "../../../client/network/sync" } -sc-network-statement = { version = "0.10.0-dev", path = "../../../client/network/statement" } -sc-consensus-slots = { version = "0.10.0-dev", path = "../../../client/consensus/slots" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../../../client/consensus/babe" } -grandpa = { version = "0.10.0-dev", package = "sc-consensus-grandpa", path = "../../../client/consensus/grandpa" } -sc-rpc = { version = "4.0.0-dev", path = "../../../client/rpc" } -sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../client/service" } -sc-telemetry = { version = "4.0.0-dev", path = "../../../client/telemetry" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-authority-discovery = { version = "0.10.0-dev", path = "../../../client/authority-discovery" } -sc-sync-state-rpc = { version = "0.10.0-dev", path = "../../../client/sync-state-rpc" } -sc-sysinfo = { version = "6.0.0-dev", path = "../../../client/sysinfo" } -sc-storage-monitor = { version = "0.1.0", path = "../../../client/storage-monitor" } -sc-offchain = { version = "4.0.0-dev", path = "../../../client/offchain" } +sc-client-api = { path = "../../../client/api" } +sc-chain-spec = { path = "../../../client/chain-spec" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-transaction-pool = { path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sc-statement-store = { path = "../../../client/statement-store" } +sc-network = { path = "../../../client/network" } +sc-network-common = { path = "../../../client/network/common" } +sc-network-sync = { path = "../../../client/network/sync" } +sc-network-statement = { path = "../../../client/network/statement" } +sc-consensus-slots = { path = "../../../client/consensus/slots" } +sc-consensus-babe = { path = "../../../client/consensus/babe" } +grandpa = { package = "sc-consensus-grandpa", path = "../../../client/consensus/grandpa" } +sc-rpc = { path = "../../../client/rpc" } +sc-basic-authorship = { path = "../../../client/basic-authorship" } +sc-service = { path = "../../../client/service", default-features = false} +sc-telemetry = { path = "../../../client/telemetry" } +sc-executor = { path = "../../../client/executor" } +sc-authority-discovery = { path = "../../../client/authority-discovery" } +sc-sync-state-rpc = { path = "../../../client/sync-state-rpc" } +sc-sysinfo = { path = "../../../client/sysinfo" } +sc-storage-monitor = { path = "../../../client/storage-monitor" } +sc-offchain = { path = "../../../client/offchain" } # frame dependencies -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", path = "../../../frame/system/rpc/runtime-api" } -pallet-assets = { version = "4.0.0-dev", path = "../../../frame/assets/" } -pallet-asset-conversion-tx-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/asset-conversion-tx-payment" } -pallet-asset-tx-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/asset-tx-payment" } -pallet-im-online = { version = "4.0.0-dev", default-features = false, path = "../../../frame/im-online" } +frame-system = { path = "../../../frame/system" } +frame-system-rpc-runtime-api = { path = "../../../frame/system/rpc/runtime-api" } +pallet-assets = { path = "../../../frame/assets" } +pallet-asset-conversion-tx-payment = { path = "../../../frame/transaction-payment/asset-conversion-tx-payment" } +pallet-asset-tx-payment = { path = "../../../frame/transaction-payment/asset-tx-payment" } +pallet-im-online = { path = "../../../frame/im-online", default-features = false} # node-specific dependencies -kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } -node-rpc = { version = "3.0.0-dev", path = "../rpc" } -node-primitives = { version = "2.0.0", path = "../primitives" } -node-executor = { version = "3.0.0-dev", path = "../executor" } +kitchensink-runtime = { path = "../runtime" } +node-rpc = { path = "../rpc" } +node-primitives = { path = "../primitives" } +node-executor = { path = "../executor" } # CLI-specific dependencies -sc-cli = { version = "0.10.0-dev", optional = true, path = "../../../client/cli" } -frame-benchmarking-cli = { version = "4.0.0-dev", optional = true, path = "../../../utils/frame/benchmarking-cli" } -node-inspect = { version = "0.9.0-dev", optional = true, path = "../inspect" } -try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" } +sc-cli = { path = "../../../client/cli", optional = true} +frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true} +node-inspect = { path = "../inspect", optional = true} +try-runtime-cli = { path = "../../../utils/frame/try-runtime/cli", optional = true} serde_json = "1.0.85" [dev-dependencies] -sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" } -sc-client-db = { version = "0.10.0-dev", path = "../../../client/db" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../../../client/consensus/babe" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../../../client/consensus/epochs" } -sc-service-test = { version = "2.0.0", path = "../../../client/service/test" } -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } +sc-keystore = { path = "../../../client/keystore" } +sc-client-db = { path = "../../../client/db" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-consensus-babe = { path = "../../../client/consensus/babe" } +sc-consensus-epochs = { path = "../../../client/consensus/epochs" } +sc-service-test = { path = "../../../client/service/test" } +sc-block-builder = { path = "../../../client/block-builder" } +sp-tracing = { path = "../../../primitives/tracing" } +sp-blockchain = { path = "../../../primitives/blockchain" } futures = "0.3.21" tempfile = "3.1.0" assert_cmd = "2.0.2" @@ -131,20 +131,20 @@ tokio = { version = "1.22.0", features = ["macros", "time", "parking_lot"] } tokio-util = { version = "0.7.4", features = ["compat"] } wait-timeout = "0.2" substrate-rpc-client = { path = "../../../utils/frame/rpc/client" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../../frame/timestamp" } +pallet-timestamp = { path = "../../../frame/timestamp" } substrate-cli-test-utils = { path = "../../../test-utils/cli" } [build-dependencies] clap = { version = "4.2.5", optional = true } clap_complete = { version = "4.0.2", optional = true } -node-inspect = { version = "0.9.0-dev", optional = true, path = "../inspect" } -frame-benchmarking-cli = { version = "4.0.0-dev", optional = true, path = "../../../utils/frame/benchmarking-cli" } -substrate-build-script-utils = { version = "3.0.0", optional = true, path = "../../../utils/build-script-utils" } -substrate-frame-cli = { version = "4.0.0-dev", optional = true, path = "../../../utils/frame/frame-utilities-cli" } -try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" } -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli", optional = true } -pallet-balances = { version = "4.0.0-dev", path = "../../../frame/balances" } -sc-storage-monitor = { version = "0.1.0", path = "../../../client/storage-monitor" } +node-inspect = { path = "../inspect", optional = true} +frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true} +substrate-build-script-utils = { path = "../../../utils/build-script-utils", optional = true} +substrate-frame-cli = { path = "../../../utils/frame/frame-utilities-cli", optional = true} +try-runtime-cli = { path = "../../../utils/frame/try-runtime/cli", optional = true} +sc-cli = { path = "../../../client/cli", optional = true } +pallet-balances = { path = "../../../frame/balances" } +sc-storage-monitor = { path = "../../../client/storage-monitor" } [features] default = [ "cli" ] diff --git a/substrate/bin/node/executor/Cargo.toml b/substrate/bin/node/executor/Cargo.toml index b244144829..e98d6fa36c 100644 --- a/substrate/bin/node/executor/Cargo.toml +++ b/substrate/bin/node/executor/Cargo.toml @@ -15,38 +15,38 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1" } scale-info = { version = "2.5.0", features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarking" } -node-primitives = { version = "2.0.0", path = "../primitives" } -kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -sp-trie = { version = "22.0.0", path = "../../../primitives/trie" } -sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" } +frame-benchmarking = { path = "../../../frame/benchmarking" } +node-primitives = { path = "../primitives" } +kitchensink-runtime = { path = "../runtime" } +sc-executor = { path = "../../../client/executor" } +sp-core = { path = "../../../primitives/core" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-state-machine = { path = "../../../primitives/state-machine" } +sp-tracing = { path = "../../../primitives/tracing" } +sp-trie = { path = "../../../primitives/trie" } +sp-statement-store = { path = "../../../primitives/statement-store" } [dev-dependencies] criterion = "0.4.0" futures = "0.3.21" wat = "1.0" -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -node-testing = { version = "3.0.0-dev", path = "../testing" } -pallet-balances = { version = "4.0.0-dev", path = "../../../frame/balances" } -pallet-contracts = { version = "4.0.0-dev", path = "../../../frame/contracts" } -pallet-im-online = { version = "4.0.0-dev", path = "../../../frame/im-online" } -pallet-glutton = { version = "4.0.0-dev", path = "../../../frame/glutton" } -pallet-sudo = { version = "4.0.0-dev", path = "../../../frame/sudo" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../../frame/timestamp" } -pallet-treasury = { version = "4.0.0-dev", path = "../../../frame/treasury" } -pallet-transaction-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment" } -sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" } -pallet-root-testing = { version = "1.0.0-dev", path = "../../../frame/root-testing" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-externalities = { version = "0.19.0", path = "../../../primitives/externalities" } -sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +frame-support = { path = "../../../frame/support" } +frame-system = { path = "../../../frame/system" } +node-testing = { path = "../testing" } +pallet-balances = { path = "../../../frame/balances" } +pallet-contracts = { path = "../../../frame/contracts" } +pallet-im-online = { path = "../../../frame/im-online" } +pallet-glutton = { path = "../../../frame/glutton" } +pallet-sudo = { path = "../../../frame/sudo" } +pallet-timestamp = { path = "../../../frame/timestamp" } +pallet-treasury = { path = "../../../frame/treasury" } +pallet-transaction-payment = { path = "../../../frame/transaction-payment" } +sp-application-crypto = { path = "../../../primitives/application-crypto" } +pallet-root-testing = { path = "../../../frame/root-testing" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-externalities = { path = "../../../primitives/externalities" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-runtime = { path = "../../../primitives/runtime" } [features] stress-test = [] diff --git a/substrate/bin/node/inspect/Cargo.toml b/substrate/bin/node/inspect/Cargo.toml index 41894fb60e..b14dc1c719 100644 --- a/substrate/bin/node/inspect/Cargo.toml +++ b/substrate/bin/node/inspect/Cargo.toml @@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"] clap = { version = "4.2.5", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.1" } thiserror = "1.0" -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../client/service" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +sc-cli = { path = "../../../client/cli" } +sc-client-api = { path = "../../../client/api" } +sc-service = { path = "../../../client/service", default-features = false} +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/substrate/bin/node/primitives/Cargo.toml b/substrate/bin/node/primitives/Cargo.toml index 586d0bce2d..c8b058c4a1 100644 --- a/substrate/bin/node/primitives/Cargo.toml +++ b/substrate/bin/node/primitives/Cargo.toml @@ -13,8 +13,8 @@ publish = false targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-core = { path = "../../../primitives/core", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} [features] default = [ "std" ] diff --git a/substrate/bin/node/rpc/Cargo.toml b/substrate/bin/node/rpc/Cargo.toml index 9f5d12e22d..d2daa11576 100644 --- a/substrate/bin/node/rpc/Cargo.toml +++ b/substrate/bin/node/rpc/Cargo.toml @@ -14,27 +14,27 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.16.2", features = ["server"] } -node-primitives = { version = "2.0.0", path = "../primitives" } -pallet-transaction-payment-rpc = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/rpc/" } -mmr-rpc = { version = "4.0.0-dev", path = "../../../client/merkle-mountain-range/rpc/" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../../../client/consensus/babe" } -sc-consensus-babe-rpc = { version = "0.10.0-dev", path = "../../../client/consensus/babe/rpc" } -sc-consensus-grandpa = { version = "0.10.0-dev", path = "../../../client/consensus/grandpa" } -sc-consensus-grandpa-rpc = { version = "0.10.0-dev", path = "../../../client/consensus/grandpa/rpc" } -sc-rpc = { version = "4.0.0-dev", path = "../../../client/rpc" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../client/rpc-api" } -sc-rpc-spec-v2 = { version = "0.10.0-dev", path = "../../../client/rpc-spec-v2" } -sc-sync-state-rpc = { version = "0.10.0-dev", path = "../../../client/sync-state-rpc" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" } -substrate-frame-rpc-system = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/system" } -substrate-state-trie-migration-rpc = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/state-trie-migration-rpc/" } +node-primitives = { path = "../primitives" } +pallet-transaction-payment-rpc = { path = "../../../frame/transaction-payment/rpc" } +mmr-rpc = { path = "../../../client/merkle-mountain-range/rpc" } +sc-chain-spec = { path = "../../../client/chain-spec" } +sc-client-api = { path = "../../../client/api" } +sc-consensus-babe = { path = "../../../client/consensus/babe" } +sc-consensus-babe-rpc = { path = "../../../client/consensus/babe/rpc" } +sc-consensus-grandpa = { path = "../../../client/consensus/grandpa" } +sc-consensus-grandpa-rpc = { path = "../../../client/consensus/grandpa/rpc" } +sc-rpc = { path = "../../../client/rpc" } +sc-rpc-api = { path = "../../../client/rpc-api" } +sc-rpc-spec-v2 = { path = "../../../client/rpc-spec-v2" } +sc-sync-state-rpc = { path = "../../../client/sync-state-rpc" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sp-api = { path = "../../../primitives/api" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-statement-store = { path = "../../../primitives/statement-store" } +substrate-frame-rpc-system = { path = "../../../utils/frame/rpc/system" } +substrate-state-trie-migration-rpc = { path = "../../../utils/frame/rpc/state-trie-migration-rpc" } diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index 4aa048efcf..f4a6f6b9c4 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -28,112 +28,112 @@ log = { version = "0.4.17", default-features = false } primitive-types = { version = "0.12.0", default-features = false, features = ["codec", "scale-info", "num-traits"] } # primitives -sp-authority-discovery = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/authority-discovery" } -sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/consensus/babe" } -sp-consensus-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/consensus/grandpa" } -sp-block-builder = { path = "../../../primitives/block-builder", default-features = false, version = "4.0.0-dev" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents" } -node-primitives = { version = "2.0.0", default-features = false, path = "../primitives" } -sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" } -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } -sp-storage = { version = "13.0.0", default-features = false, path = "../../../primitives/storage" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } -sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" } -sp-statement-store = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/statement-store" } -sp-version = { version = "22.0.0", default-features = false, path = "../../../primitives/version" } -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } +sp-authority-discovery = { path = "../../../primitives/authority-discovery", default-features = false} +sp-consensus-babe = { path = "../../../primitives/consensus/babe", default-features = false} +sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa", default-features = false} +sp-block-builder = { path = "../../../primitives/block-builder", default-features = false} +sp-inherents = { path = "../../../primitives/inherents", default-features = false} +node-primitives = { path = "../primitives", default-features = false} +sp-offchain = { path = "../../../primitives/offchain", default-features = false} +sp-core = { path = "../../../primitives/core", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} +sp-api = { path = "../../../primitives/api", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-staking = { path = "../../../primitives/staking", default-features = false} +sp-storage = { path = "../../../primitives/storage", default-features = false} +sp-session = { path = "../../../primitives/session", default-features = false} +sp-transaction-pool = { path = "../../../primitives/transaction-pool", default-features = false} +sp-statement-store = { path = "../../../primitives/statement-store", default-features = false} +sp-version = { path = "../../../primitives/version", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false} # frame dependencies -frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../../frame/executive" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/benchmarking" } -frame-benchmarking-pallet-pov = { version = "4.0.0-dev", default-features = false, path = "../../../frame/benchmarking/pov" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/support", features = ["tuples-96"] } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" } -frame-system-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/benchmarking", optional = true } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/election-provider-support" } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/rpc/runtime-api/" } -frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../../../frame/try-runtime", optional = true } -pallet-alliance = { version = "4.0.0-dev", default-features = false, path = "../../../frame/alliance" } -pallet-asset-conversion = { version = "4.0.0-dev", default-features = false, path = "../../../frame/asset-conversion" } -pallet-asset-rate = { version = "4.0.0-dev", default-features = false, path = "../../../frame/asset-rate" } -pallet-assets = { version = "4.0.0-dev", default-features = false, path = "../../../frame/assets" } -pallet-authority-discovery = { version = "4.0.0-dev", default-features = false, path = "../../../frame/authority-discovery" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../../../frame/authorship" } -pallet-babe = { version = "4.0.0-dev", default-features = false, path = "../../../frame/babe" } -pallet-bags-list = { version = "4.0.0-dev", default-features = false, path = "../../../frame/bags-list" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../../frame/balances" } -pallet-bounties = { version = "4.0.0-dev", default-features = false, path = "../../../frame/bounties" } -pallet-broker = { version = "0.1.0", default-features = false, path = "../../../frame/broker" } -pallet-child-bounties = { version = "4.0.0-dev", default-features = false, path = "../../../frame/child-bounties" } -pallet-collective = { version = "4.0.0-dev", default-features = false, path = "../../../frame/collective" } -pallet-contracts = { version = "4.0.0-dev", default-features = false, path = "../../../frame/contracts" } -pallet-contracts-primitives = { version = "24.0.0", default-features = false, path = "../../../frame/contracts/primitives/" } -pallet-conviction-voting = { version = "4.0.0-dev", default-features = false, path = "../../../frame/conviction-voting" } -pallet-core-fellowship = { version = "4.0.0-dev", default-features = false, path = "../../../frame/core-fellowship" } -pallet-democracy = { version = "4.0.0-dev", default-features = false, path = "../../../frame/democracy" } -pallet-election-provider-multi-phase = { version = "4.0.0-dev", default-features = false, path = "../../../frame/election-provider-multi-phase" } -pallet-election-provider-support-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/election-provider-support/benchmarking", optional = true } -pallet-elections-phragmen = { version = "5.0.0-dev", default-features = false, path = "../../../frame/elections-phragmen" } -pallet-fast-unstake = { version = "4.0.0-dev", default-features = false, path = "../../../frame/fast-unstake" } -pallet-nis = { version = "4.0.0-dev", default-features = false, path = "../../../frame/nis" } -pallet-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../frame/grandpa" } -pallet-im-online = { version = "4.0.0-dev", default-features = false, path = "../../../frame/im-online" } -pallet-indices = { version = "4.0.0-dev", default-features = false, path = "../../../frame/indices" } -pallet-identity = { version = "4.0.0-dev", default-features = false, path = "../../../frame/identity" } -pallet-lottery = { version = "4.0.0-dev", default-features = false, path = "../../../frame/lottery" } -pallet-membership = { version = "4.0.0-dev", default-features = false, path = "../../../frame/membership" } -pallet-message-queue = { version = "7.0.0-dev", default-features = false, path = "../../../frame/message-queue" } -pallet-mmr = { version = "4.0.0-dev", default-features = false, path = "../../../frame/merkle-mountain-range" } -pallet-multisig = { version = "4.0.0-dev", default-features = false, path = "../../../frame/multisig" } -pallet-nfts = { version = "4.0.0-dev", default-features = false, path = "../../../frame/nfts" } -pallet-nfts-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/nfts/runtime-api" } -pallet-nft-fractionalization = { version = "4.0.0-dev", default-features = false, path = "../../../frame/nft-fractionalization" } -pallet-nomination-pools = { version = "1.0.0", default-features = false, path = "../../../frame/nomination-pools"} -pallet-nomination-pools-benchmarking = { version = "1.0.0", default-features = false, optional = true, path = "../../../frame/nomination-pools/benchmarking" } -pallet-nomination-pools-runtime-api = { version = "1.0.0-dev", default-features = false, path = "../../../frame/nomination-pools/runtime-api" } -pallet-offences = { version = "4.0.0-dev", default-features = false, path = "../../../frame/offences" } -pallet-offences-benchmarking = { version = "4.0.0-dev", path = "../../../frame/offences/benchmarking", default-features = false, optional = true } -pallet-glutton = { version = "4.0.0-dev", default-features = false, path = "../../../frame/glutton" } -pallet-preimage = { version = "4.0.0-dev", default-features = false, path = "../../../frame/preimage" } -pallet-proxy = { version = "4.0.0-dev", default-features = false, path = "../../../frame/proxy" } -pallet-insecure-randomness-collective-flip = { version = "4.0.0-dev", default-features = false, path = "../../../frame/insecure-randomness-collective-flip" } -pallet-ranked-collective = { version = "4.0.0-dev", default-features = false, path = "../../../frame/ranked-collective" } -pallet-recovery = { version = "4.0.0-dev", default-features = false, path = "../../../frame/recovery" } -pallet-referenda = { version = "4.0.0-dev", default-features = false, path = "../../../frame/referenda" } -pallet-remark = { version = "4.0.0-dev", default-features = false, path = "../../../frame/remark" } -pallet-root-testing = { version = "1.0.0-dev", default-features = false, path = "../../../frame/root-testing" } -pallet-salary = { version = "4.0.0-dev", default-features = false, path = "../../../frame/salary" } -pallet-session = { version = "4.0.0-dev", features = [ "historical" ], path = "../../../frame/session", default-features = false } -pallet-session-benchmarking = { version = "4.0.0-dev", path = "../../../frame/session/benchmarking", default-features = false, optional = true } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/staking" } -pallet-staking-reward-curve = { version = "4.0.0-dev", default-features = false, path = "../../../frame/staking/reward-curve" } -pallet-staking-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/staking/runtime-api" } -pallet-state-trie-migration = { version = "4.0.0-dev", default-features = false, path = "../../../frame/state-trie-migration" } -pallet-statement = { version = "4.0.0-dev", default-features = false, path = "../../../frame/statement" } -pallet-scheduler = { version = "4.0.0-dev", default-features = false, path = "../../../frame/scheduler" } -pallet-society = { version = "4.0.0-dev", default-features = false, path = "../../../frame/society" } -pallet-sudo = { version = "4.0.0-dev", default-features = false, path = "../../../frame/sudo" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../frame/timestamp" } -pallet-tips = { version = "4.0.0-dev", default-features = false, path = "../../../frame/tips" } -pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../../../frame/treasury" } -pallet-utility = { version = "4.0.0-dev", default-features = false, path = "../../../frame/utility" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" } -pallet-asset-conversion-tx-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment/asset-conversion-tx-payment" } -pallet-asset-tx-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment/asset-tx-payment" } -pallet-transaction-storage = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-storage" } -pallet-uniques = { version = "4.0.0-dev", default-features = false, path = "../../../frame/uniques" } -pallet-vesting = { version = "4.0.0-dev", default-features = false, path = "../../../frame/vesting" } -pallet-whitelist = { version = "4.0.0-dev", default-features = false, path = "../../../frame/whitelist" } -pallet-tx-pause = { version = "4.0.0-dev", default-features = false, path = "../../../frame/tx-pause" } -pallet-safe-mode = { version = "4.0.0-dev", default-features = false, path = "../../../frame/safe-mode" } +frame-executive = { path = "../../../frame/executive", default-features = false} +frame-benchmarking = { path = "../../../frame/benchmarking", default-features = false} +frame-benchmarking-pallet-pov = { path = "../../../frame/benchmarking/pov", default-features = false} +frame-support = { path = "../../../frame/support", default-features = false, features = ["tuples-96"] } +frame-system = { path = "../../../frame/system", default-features = false} +frame-system-benchmarking = { path = "../../../frame/system/benchmarking", default-features = false, optional = true } +frame-election-provider-support = { path = "../../../frame/election-provider-support", default-features = false} +frame-system-rpc-runtime-api = { path = "../../../frame/system/rpc/runtime-api", default-features = false} +frame-try-runtime = { path = "../../../frame/try-runtime", default-features = false, optional = true } +pallet-alliance = { path = "../../../frame/alliance", default-features = false} +pallet-asset-conversion = { path = "../../../frame/asset-conversion", default-features = false} +pallet-asset-rate = { path = "../../../frame/asset-rate", default-features = false} +pallet-assets = { path = "../../../frame/assets", default-features = false} +pallet-authority-discovery = { path = "../../../frame/authority-discovery", default-features = false} +pallet-authorship = { path = "../../../frame/authorship", default-features = false} +pallet-babe = { path = "../../../frame/babe", default-features = false} +pallet-bags-list = { path = "../../../frame/bags-list", default-features = false} +pallet-balances = { path = "../../../frame/balances", default-features = false} +pallet-bounties = { path = "../../../frame/bounties", default-features = false} +pallet-broker = { path = "../../../frame/broker", default-features = false} +pallet-child-bounties = { path = "../../../frame/child-bounties", default-features = false} +pallet-collective = { path = "../../../frame/collective", default-features = false} +pallet-contracts = { path = "../../../frame/contracts", default-features = false} +pallet-contracts-primitives = { path = "../../../frame/contracts/primitives", default-features = false} +pallet-conviction-voting = { path = "../../../frame/conviction-voting", default-features = false} +pallet-core-fellowship = { path = "../../../frame/core-fellowship", default-features = false} +pallet-democracy = { path = "../../../frame/democracy", default-features = false} +pallet-election-provider-multi-phase = { path = "../../../frame/election-provider-multi-phase", default-features = false} +pallet-election-provider-support-benchmarking = { path = "../../../frame/election-provider-support/benchmarking", default-features = false, optional = true } +pallet-elections-phragmen = { path = "../../../frame/elections-phragmen", default-features = false} +pallet-fast-unstake = { path = "../../../frame/fast-unstake", default-features = false} +pallet-nis = { path = "../../../frame/nis", default-features = false} +pallet-grandpa = { path = "../../../frame/grandpa", default-features = false} +pallet-im-online = { path = "../../../frame/im-online", default-features = false} +pallet-indices = { path = "../../../frame/indices", default-features = false} +pallet-identity = { path = "../../../frame/identity", default-features = false} +pallet-lottery = { path = "../../../frame/lottery", default-features = false} +pallet-membership = { path = "../../../frame/membership", default-features = false} +pallet-message-queue = { path = "../../../frame/message-queue", default-features = false} +pallet-mmr = { path = "../../../frame/merkle-mountain-range", default-features = false} +pallet-multisig = { path = "../../../frame/multisig", default-features = false} +pallet-nfts = { path = "../../../frame/nfts", default-features = false} +pallet-nfts-runtime-api = { path = "../../../frame/nfts/runtime-api", default-features = false} +pallet-nft-fractionalization = { path = "../../../frame/nft-fractionalization", default-features = false} +pallet-nomination-pools = { path = "../../../frame/nomination-pools", default-features = false} +pallet-nomination-pools-benchmarking = { path = "../../../frame/nomination-pools/benchmarking", default-features = false, optional = true} +pallet-nomination-pools-runtime-api = { path = "../../../frame/nomination-pools/runtime-api", default-features = false} +pallet-offences = { path = "../../../frame/offences", default-features = false} +pallet-offences-benchmarking = { path = "../../../frame/offences/benchmarking", default-features = false, optional = true } +pallet-glutton = { path = "../../../frame/glutton", default-features = false} +pallet-preimage = { path = "../../../frame/preimage", default-features = false} +pallet-proxy = { path = "../../../frame/proxy", default-features = false} +pallet-insecure-randomness-collective-flip = { path = "../../../frame/insecure-randomness-collective-flip", default-features = false} +pallet-ranked-collective = { path = "../../../frame/ranked-collective", default-features = false} +pallet-recovery = { path = "../../../frame/recovery", default-features = false} +pallet-referenda = { path = "../../../frame/referenda", default-features = false} +pallet-remark = { path = "../../../frame/remark", default-features = false} +pallet-root-testing = { path = "../../../frame/root-testing", default-features = false} +pallet-salary = { path = "../../../frame/salary", default-features = false} +pallet-session = { path = "../../../frame/session", default-features = false , features = [ "historical" ]} +pallet-session-benchmarking = { path = "../../../frame/session/benchmarking", default-features = false, optional = true } +pallet-staking = { path = "../../../frame/staking", default-features = false} +pallet-staking-reward-curve = { path = "../../../frame/staking/reward-curve", default-features = false} +pallet-staking-runtime-api = { path = "../../../frame/staking/runtime-api", default-features = false} +pallet-state-trie-migration = { path = "../../../frame/state-trie-migration", default-features = false} +pallet-statement = { path = "../../../frame/statement", default-features = false} +pallet-scheduler = { path = "../../../frame/scheduler", default-features = false} +pallet-society = { path = "../../../frame/society", default-features = false} +pallet-sudo = { path = "../../../frame/sudo", default-features = false} +pallet-timestamp = { path = "../../../frame/timestamp", default-features = false} +pallet-tips = { path = "../../../frame/tips", default-features = false} +pallet-treasury = { path = "../../../frame/treasury", default-features = false} +pallet-utility = { path = "../../../frame/utility", default-features = false} +pallet-transaction-payment = { path = "../../../frame/transaction-payment", default-features = false} +pallet-transaction-payment-rpc-runtime-api = { path = "../../../frame/transaction-payment/rpc/runtime-api", default-features = false} +pallet-asset-conversion-tx-payment = { path = "../../../frame/transaction-payment/asset-conversion-tx-payment", default-features = false} +pallet-asset-tx-payment = { path = "../../../frame/transaction-payment/asset-tx-payment", default-features = false} +pallet-transaction-storage = { path = "../../../frame/transaction-storage", default-features = false} +pallet-uniques = { path = "../../../frame/uniques", default-features = false} +pallet-vesting = { path = "../../../frame/vesting", default-features = false} +pallet-whitelist = { path = "../../../frame/whitelist", default-features = false} +pallet-tx-pause = { path = "../../../frame/tx-pause", default-features = false} +pallet-safe-mode = { path = "../../../frame/safe-mode", default-features = false} [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } [features] default = [ "std" ] diff --git a/substrate/bin/node/testing/Cargo.toml b/substrate/bin/node/testing/Cargo.toml index 711c48c343..89af222df5 100644 --- a/substrate/bin/node/testing/Cargo.toml +++ b/substrate/bin/node/testing/Cargo.toml @@ -18,31 +18,31 @@ fs_extra = "1" futures = "0.3.21" log = "0.4.17" tempfile = "3.1.0" -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -node-executor = { version = "3.0.0-dev", path = "../executor" } -node-primitives = { version = "2.0.0", path = "../primitives" } -kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } -pallet-asset-conversion = { version = "4.0.0-dev", path = "../../../frame/asset-conversion" } -pallet-assets = { version = "4.0.0-dev", path = "../../../frame/assets" } -pallet-asset-conversion-tx-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/asset-conversion-tx-payment" } -pallet-asset-tx-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/asset-tx-payment" } -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-client-db = { version = "0.10.0-dev", features = ["rocksdb"], path = "../../../client/db" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-service = { version = "0.10.0-dev", features = [ +frame-system = { path = "../../../frame/system" } +node-executor = { path = "../executor" } +node-primitives = { path = "../primitives" } +kitchensink-runtime = { path = "../runtime" } +pallet-asset-conversion = { path = "../../../frame/asset-conversion" } +pallet-assets = { path = "../../../frame/assets" } +pallet-asset-conversion-tx-payment = { path = "../../../frame/transaction-payment/asset-conversion-tx-payment" } +pallet-asset-tx-payment = { path = "../../../frame/transaction-payment/asset-tx-payment" } +sc-block-builder = { path = "../../../client/block-builder" } +sc-client-api = { path = "../../../client/api" } +sc-client-db = { path = "../../../client/db", features = ["rocksdb"]} +sc-consensus = { path = "../../../client/consensus/common" } +sc-executor = { path = "../../../client/executor" } +sc-service = { path = "../../../client/service", features = [ "test-helpers", "rocksdb", -], path = "../../../client/service" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } -sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" } -substrate-test-client = { version = "2.0.0", path = "../../../test-utils/client" } +]} +sp-api = { path = "../../../primitives/api" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-io = { path = "../../../primitives/io" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-timestamp = { path = "../../../primitives/timestamp", default-features = false} +substrate-test-client = { path = "../../../test-utils/client" } diff --git a/substrate/bin/utils/chain-spec-builder/Cargo.toml b/substrate/bin/utils/chain-spec-builder/Cargo.toml index c592f8ac22..4baa403e1b 100644 --- a/substrate/bin/utils/chain-spec-builder/Cargo.toml +++ b/substrate/bin/utils/chain-spec-builder/Cargo.toml @@ -24,8 +24,8 @@ crate-type = ["rlib"] ansi_term = "0.12.1" clap = { version = "4.2.5", features = ["derive"] } rand = "0.8" -node-cli = { version = "3.0.0-dev", path = "../../node/cli" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" } -sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } +node-cli = { path = "../../node/cli" } +sc-chain-spec = { path = "../../../client/chain-spec" } +sc-keystore = { path = "../../../client/keystore" } +sp-core = { path = "../../../primitives/core" } +sp-keystore = { path = "../../../primitives/keystore" } diff --git a/substrate/bin/utils/subkey/Cargo.toml b/substrate/bin/utils/subkey/Cargo.toml index 5ef0da81a0..b9cc4d3c26 100644 --- a/substrate/bin/utils/subkey/Cargo.toml +++ b/substrate/bin/utils/subkey/Cargo.toml @@ -18,4 +18,4 @@ name = "subkey" [dependencies] clap = { version = "4.2.5", features = ["derive"] } -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } +sc-cli = { path = "../../../client/cli" } diff --git a/substrate/client/allocator/Cargo.toml b/substrate/client/allocator/Cargo.toml index d7e1f51982..4d529fd93b 100644 --- a/substrate/client/allocator/Cargo.toml +++ b/substrate/client/allocator/Cargo.toml @@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = "0.4.17" thiserror = "1.0.30" -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-wasm-interface = { version = "14.0.0", path = "../../primitives/wasm-interface" } +sp-core = { path = "../../primitives/core" } +sp-wasm-interface = { path = "../../primitives/wasm-interface" } diff --git a/substrate/client/api/Cargo.toml b/substrate/client/api/Cargo.toml index 17f9747c39..b4ce9ee297 100644 --- a/substrate/client/api/Cargo.toml +++ b/substrate/client/api/Cargo.toml @@ -21,22 +21,22 @@ fnv = "1.0.6" futures = "0.3.21" log = "0.4.17" parking_lot = "0.12.1" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-executor = { version = "0.10.0-dev", path = "../executor" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-database = { version = "4.0.0-dev", path = "../../primitives/database" } -sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" } -sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement-store" } -sp-storage = { version = "13.0.0", path = "../../primitives/storage" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-executor = { path = "../executor" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core", default-features = false} +sp-database = { path = "../../primitives/database" } +sp-externalities = { path = "../../primitives/externalities" } +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-state-machine = { path = "../../primitives/state-machine" } +sp-statement-store = { path = "../../primitives/statement-store" } +sp-storage = { path = "../../primitives/storage" } [dev-dependencies] thiserror = "1.0.30" -sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } +sp-test-primitives = { path = "../../primitives/test-primitives" } +substrate-test-runtime = { path = "../../test-utils/runtime" } diff --git a/substrate/client/authority-discovery/Cargo.toml b/substrate/client/authority-discovery/Cargo.toml index 0324cac466..2a28f9836d 100644 --- a/substrate/client/authority-discovery/Cargo.toml +++ b/substrate/client/authority-discovery/Cargo.toml @@ -27,18 +27,18 @@ log = "0.4.17" prost = "0.11" rand = "0.8.5" thiserror = "1.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-network = { version = "0.10.0-dev", path = "../network/" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-authority-discovery = { version = "4.0.0-dev", path = "../../primitives/authority-discovery" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-client-api = { path = "../api" } +sc-network = { path = "../network" } +sp-api = { path = "../../primitives/api" } +sp-authority-discovery = { path = "../../primitives/authority-discovery" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } +sp-runtime = { path = "../../primitives/runtime" } async-trait = "0.1.56" [dev-dependencies] quickcheck = { version = "1.0.3", default-features = false } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/substrate/client/basic-authorship/Cargo.toml b/substrate/client/basic-authorship/Cargo.toml index dde2e15bd6..d8c6cd0f31 100644 --- a/substrate/client/basic-authorship/Cargo.toml +++ b/substrate/client/basic-authorship/Cargo.toml @@ -17,20 +17,20 @@ codec = { package = "parity-scale-codec", version = "3.6.1" } futures = "0.3.21" futures-timer = "3.0.1" log = "0.4.17" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-proposer-metrics = { version = "0.10.0-dev", path = "../proposer-metrics" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-block-builder = { path = "../block-builder" } +sc-client-api = { path = "../api" } +sc-proposer-metrics = { path = "../proposer-metrics" } +sc-telemetry = { path = "../telemetry" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-inherents = { path = "../../primitives/inherents" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" -sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-transaction-pool = { path = "../transaction-pool" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/substrate/client/block-builder/Cargo.toml b/substrate/client/block-builder/Cargo.toml index 18141b0441..3a6a0ea184 100644 --- a/substrate/client/block-builder/Cargo.toml +++ b/substrate/client/block-builder/Cargo.toml @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", features = [ "derive", ] } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +sc-client-api = { path = "../api" } +sp-api = { path = "../../primitives/api" } +sp-block-builder = { path = "../../primitives/block-builder" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-inherents = { path = "../../primitives/inherents" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] -sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" } +sp-state-machine = { path = "../../primitives/state-machine" } substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/substrate/client/chain-spec/Cargo.toml b/substrate/client/chain-spec/Cargo.toml index 1b4ce6e446..32f74f13ab 100644 --- a/substrate/client/chain-spec/Cargo.toml +++ b/substrate/client/chain-spec/Cargo.toml @@ -16,12 +16,12 @@ targets = ["x86_64-unknown-linux-gnu"] memmap2 = "0.5.0" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.85" -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-chain-spec-derive = { version = "4.0.0-dev", path = "./derive" } -sc-executor = { version = "0.10.0-dev", path = "../executor" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" } +sc-client-api = { path = "../api" } +sc-chain-spec-derive = { path = "derive" } +sc-executor = { path = "../executor" } +sc-network = { path = "../network" } +sc-telemetry = { path = "../telemetry" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } diff --git a/substrate/client/cli/Cargo.toml b/substrate/client/cli/Cargo.toml index 92ddbe59fc..00ee962347 100644 --- a/substrate/client/cli/Cargo.toml +++ b/substrate/client/cli/Cargo.toml @@ -30,26 +30,26 @@ serde_json = "1.0.85" thiserror = "1.0.30" tiny-bip39 = "1.0.0" tokio = { version = "1.22.0", features = ["signal", "rt-multi-thread", "parking_lot"] } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" } -sc-keystore = { version = "4.0.0-dev", path = "../keystore" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../service" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sc-tracing = { version = "4.0.0-dev", path = "../tracing" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-keyring = { version = "24.0.0", path = "../../primitives/keyring" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } -sp-panic-handler = { version = "8.0.0", path = "../../primitives/panic-handler" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-version = { version = "22.0.0", path = "../../primitives/version" } +sc-client-api = { path = "../api" } +sc-client-db = { path = "../db", default-features = false} +sc-keystore = { path = "../keystore" } +sc-network = { path = "../network" } +sc-service = { path = "../service", default-features = false} +sc-telemetry = { path = "../telemetry" } +sc-tracing = { path = "../tracing" } +sc-utils = { path = "../utils" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-keyring = { path = "../../primitives/keyring" } +sp-keystore = { path = "../../primitives/keystore" } +sp-panic-handler = { path = "../../primitives/panic-handler" } +sp-runtime = { path = "../../primitives/runtime" } +sp-version = { path = "../../primitives/version" } [dev-dependencies] tempfile = "3.1.0" futures-timer = "3.0.1" -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } +sp-tracing = { path = "../../primitives/tracing" } [features] default = [ "rocksdb" ] diff --git a/substrate/client/consensus/aura/Cargo.toml b/substrate/client/consensus/aura/Cargo.toml index 70581e8c80..49fd61c2d1 100644 --- a/substrate/client/consensus/aura/Cargo.toml +++ b/substrate/client/consensus/aura/Cargo.toml @@ -18,32 +18,32 @@ codec = { package = "parity-scale-codec", version = "3.6.1" } futures = "0.3.21" log = "0.4.17" thiserror = "1.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" } -sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" } -sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-block-builder = { path = "../../block-builder" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../common" } +sc-consensus-slots = { path = "../slots" } +sc-telemetry = { path = "../../telemetry" } +sp-api = { path = "../../../primitives/api" } +sp-application-crypto = { path = "../../../primitives/application-crypto" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-aura = { path = "../../../primitives/consensus/aura" } +sp-consensus-slots = { path = "../../../primitives/consensus/slots" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" tempfile = "3.1.0" -sc-keystore = { version = "4.0.0-dev", path = "../../keystore" } -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-test = { version = "0.8.0", path = "../../network/test" } -sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-keystore = { path = "../../keystore" } +sc-network = { path = "../../network" } +sc-network-test = { path = "../../network/test" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-timestamp = { path = "../../../primitives/timestamp" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } tokio = { version = "1.22.0" } diff --git a/substrate/client/consensus/babe/Cargo.toml b/substrate/client/consensus/babe/Cargo.toml index e036ff1e64..81477cfc99 100644 --- a/substrate/client/consensus/babe/Cargo.toml +++ b/substrate/client/consensus/babe/Cargo.toml @@ -24,33 +24,33 @@ num-rational = "0.4.1" num-traits = "0.2.8" parking_lot = "0.12.1" thiserror = "1.0" -fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../epochs" } -sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" } -sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +fork-tree = { path = "../../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../common" } +sc-consensus-epochs = { path = "../epochs" } +sc-consensus-slots = { path = "../slots" } +sc-telemetry = { path = "../../telemetry" } +sc-transaction-pool-api = { path = "../../transaction-pool/api" } +sp-api = { path = "../../../primitives/api" } +sp-application-crypto = { path = "../../../primitives/application-crypto" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-consensus-slots = { path = "../../../primitives/consensus/slots" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] rand_chacha = "0.2.2" -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" } -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-test = { version = "0.8.0", path = "../../network/test" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sp-keyring = { path = "../../../primitives/keyring" } +sc-network = { path = "../../network" } +sc-network-test = { path = "../../network/test" } +sp-timestamp = { path = "../../../primitives/timestamp" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } tokio = "1.22.0" diff --git a/substrate/client/consensus/babe/rpc/Cargo.toml b/substrate/client/consensus/babe/rpc/Cargo.toml index 7b16ea84c4..a16ec11e0b 100644 --- a/substrate/client/consensus/babe/rpc/Cargo.toml +++ b/substrate/client/consensus/babe/rpc/Cargo.toml @@ -17,23 +17,23 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] futures = "0.3.21" serde = { version = "1.0.163", features = ["derive"] } thiserror = "1.0" -sc-consensus-babe = { version = "0.10.0-dev", path = "../" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../rpc-api" } -sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" } -sp-application-crypto = { version = "23.0.0", path = "../../../../primitives/application-crypto" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../../primitives/consensus/common" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../../primitives/consensus/babe" } -sp-core = { version = "21.0.0", path = "../../../../primitives/core" } -sp-keystore = { version = "0.27.0", path = "../../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } +sc-consensus-babe = { path = ".." } +sc-consensus-epochs = { path = "../../epochs" } +sc-rpc-api = { path = "../../../rpc-api" } +sp-api = { path = "../../../../primitives/api" } +sp-application-crypto = { path = "../../../../primitives/application-crypto" } +sp-blockchain = { path = "../../../../primitives/blockchain" } +sp-consensus = { path = "../../../../primitives/consensus/common" } +sp-consensus-babe = { path = "../../../../primitives/consensus/babe" } +sp-core = { path = "../../../../primitives/core" } +sp-keystore = { path = "../../../../primitives/keystore" } +sp-runtime = { path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = "1.0.85" tokio = "1.22.0" -sc-consensus = { version = "0.10.0-dev", path = "../../../consensus/common" } -sc-keystore = { version = "4.0.0-dev", path = "../../../keystore" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../transaction-pool/api" } -sp-keyring = { version = "24.0.0", path = "../../../../primitives/keyring" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } +sc-consensus = { path = "../../common" } +sc-keystore = { path = "../../../keystore" } +sc-transaction-pool-api = { path = "../../../transaction-pool/api" } +sp-keyring = { path = "../../../../primitives/keyring" } +substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" } diff --git a/substrate/client/consensus/beefy/Cargo.toml b/substrate/client/consensus/beefy/Cargo.toml index aec605c6bf..d76abc61f6 100644 --- a/substrate/client/consensus/beefy/Cargo.toml +++ b/substrate/client/consensus/beefy/Cargo.toml @@ -19,31 +19,31 @@ log = "0.4" parking_lot = "0.12.1" thiserror = "1.0" wasm-timer = "0.2.5" -prometheus = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-gossip = { version = "0.10.0-dev", path = "../../network-gossip" } -sc-network-sync = { version = "0.10.0-dev", path = "../../network/sync" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" } -sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-beefy = { version = "4.0.0-dev", path = "../../../primitives/consensus/beefy" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-mmr-primitives = { version = "4.0.0-dev", path = "../../../primitives/merkle-mountain-range" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +prometheus = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../common" } +sc-network = { path = "../../network" } +sc-network-gossip = { path = "../../network-gossip" } +sc-network-sync = { path = "../../network/sync" } +sc-utils = { path = "../../utils" } +sp-api = { path = "../../../primitives/api" } +sp-application-crypto = { path = "../../../primitives/application-crypto" } +sp-arithmetic = { path = "../../../primitives/arithmetic" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-beefy = { path = "../../../primitives/consensus/beefy" } +sp-core = { path = "../../../primitives/core" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-mmr-primitives = { path = "../../../primitives/merkle-mountain-range" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] serde = "1.0.163" tempfile = "3.1.0" tokio = "1.22.0" -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-network-test = { version = "0.8.0", path = "../../network/test" } -sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sc-network-test = { path = "../../network/test" } +sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/consensus/beefy/rpc/Cargo.toml b/substrate/client/consensus/beefy/rpc/Cargo.toml index 4f6e0d8c84..e814f3487b 100644 --- a/substrate/client/consensus/beefy/rpc/Cargo.toml +++ b/substrate/client/consensus/beefy/rpc/Cargo.toml @@ -16,14 +16,14 @@ log = "0.4" parking_lot = "0.12.1" serde = { version = "1.0.163", features = ["derive"] } thiserror = "1.0" -sc-consensus-beefy = { version = "4.0.0-dev", path = "../" } -sp-consensus-beefy = { version = "4.0.0-dev", path = "../../../../primitives/consensus/beefy" } -sc-rpc = { version = "4.0.0-dev", path = "../../../rpc" } -sp-core = { version = "21.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } +sc-consensus-beefy = { path = ".." } +sp-consensus-beefy = { path = "../../../../primitives/consensus/beefy" } +sc-rpc = { path = "../../../rpc" } +sp-core = { path = "../../../../primitives/core" } +sp-runtime = { path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = "1.0.85" -sc-rpc = { version = "4.0.0-dev", features = ["test-helpers"], path = "../../../rpc" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } +sc-rpc = { path = "../../../rpc", features = ["test-helpers"]} +substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" } tokio = { version = "1.22.0", features = ["macros"] } diff --git a/substrate/client/consensus/common/Cargo.toml b/substrate/client/consensus/common/Cargo.toml index adb6f0920b..d9310081d4 100644 --- a/substrate/client/consensus/common/Cargo.toml +++ b/substrate/client/consensus/common/Cargo.toml @@ -22,15 +22,15 @@ mockall = "0.11.3" parking_lot = "0.12.1" serde = { version = "1.0", features = ["derive"] } thiserror = "1.0.30" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-utils = { path = "../../utils" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } [dev-dependencies] -sp-test-primitives = { version = "2.0.0", path = "../../../primitives/test-primitives" } +sp-test-primitives = { path = "../../../primitives/test-primitives" } diff --git a/substrate/client/consensus/epochs/Cargo.toml b/substrate/client/consensus/epochs/Cargo.toml index 6ee4597541..8d94bf988c 100644 --- a/substrate/client/consensus/epochs/Cargo.toml +++ b/substrate/client/consensus/epochs/Cargo.toml @@ -14,8 +14,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] } -fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../common" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +fork-tree = { path = "../../../utils/fork-tree" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../common" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/substrate/client/consensus/grandpa/Cargo.toml b/substrate/client/consensus/grandpa/Cargo.toml index af39c64012..8ef1ee928d 100644 --- a/substrate/client/consensus/grandpa/Cargo.toml +++ b/substrate/client/consensus/grandpa/Cargo.toml @@ -27,35 +27,35 @@ parking_lot = "0.12.1" rand = "0.8.5" serde_json = "1.0.85" thiserror = "1.0" -fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../transaction-pool/api" } -sc-consensus = { version = "0.10.0-dev", path = "../common" } -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-gossip = { version = "0.10.0-dev", path = "../../network-gossip" } -sc-network-common = { version = "0.10.0-dev", path = "../../network/common" } -sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" } -sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +fork-tree = { path = "../../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-block-builder = { path = "../../block-builder" } +sc-chain-spec = { path = "../../chain-spec" } +sc-client-api = { path = "../../api" } +sc-transaction-pool-api = { path = "../../transaction-pool/api" } +sc-consensus = { path = "../common" } +sc-network = { path = "../../network" } +sc-network-gossip = { path = "../../network-gossip" } +sc-network-common = { path = "../../network/common" } +sc-telemetry = { path = "../../telemetry" } +sc-utils = { path = "../../utils" } +sp-api = { path = "../../../primitives/api" } +sp-application-crypto = { path = "../../../primitives/application-crypto" } +sp-arithmetic = { path = "../../../primitives/arithmetic" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] assert_matches = "1.3.0" finality-grandpa = { version = "0.16.2", features = ["derive-codec", "test-helpers"] } serde = "1.0.163" tokio = "1.22.0" -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-test = { version = "0.8.0", path = "../../network/test" } -sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-network = { path = "../../network" } +sc-network-test = { path = "../../network/test" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/consensus/grandpa/rpc/Cargo.toml b/substrate/client/consensus/grandpa/rpc/Cargo.toml index 5c3b5a171b..50ea8aa21a 100644 --- a/substrate/client/consensus/grandpa/rpc/Cargo.toml +++ b/substrate/client/consensus/grandpa/rpc/Cargo.toml @@ -17,18 +17,18 @@ log = "0.4.8" parity-scale-codec = { version = "3.6.1", features = ["derive"] } serde = { version = "1.0.163", features = ["derive"] } thiserror = "1.0" -sc-client-api = { version = "4.0.0-dev", path = "../../../api" } -sc-consensus-grandpa = { version = "0.10.0-dev", path = "../" } -sc-rpc = { version = "4.0.0-dev", path = "../../../rpc" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } +sc-client-api = { path = "../../../api" } +sc-consensus-grandpa = { path = ".." } +sc-rpc = { path = "../../../rpc" } +sp-blockchain = { path = "../../../../primitives/blockchain" } +sp-core = { path = "../../../../primitives/core" } +sp-runtime = { path = "../../../../primitives/runtime" } [dev-dependencies] -sc-block-builder = { version = "0.10.0-dev", path = "../../../block-builder" } -sc-rpc = { version = "4.0.0-dev", features = ["test-helpers"], path = "../../../rpc" } -sp-core = { version = "21.0.0", path = "../../../../primitives/core" } -sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../../primitives/consensus/grandpa" } -sp-keyring = { version = "24.0.0", path = "../../../../primitives/keyring" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../../block-builder" } +sc-rpc = { path = "../../../rpc", features = ["test-helpers"]} +sp-core = { path = "../../../../primitives/core" } +sp-consensus-grandpa = { path = "../../../../primitives/consensus/grandpa" } +sp-keyring = { path = "../../../../primitives/keyring" } +substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" } tokio = { version = "1.22.0", features = ["macros"] } diff --git a/substrate/client/consensus/manual-seal/Cargo.toml b/substrate/client/consensus/manual-seal/Cargo.toml index 4bc389ac3f..bd3a030757 100644 --- a/substrate/client/consensus/manual-seal/Cargo.toml +++ b/substrate/client/consensus/manual-seal/Cargo.toml @@ -22,28 +22,28 @@ futures-timer = "3.0.1" log = "0.4.17" serde = { version = "1.0", features = ["derive"] } thiserror = "1.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-consensus-aura = { version = "0.10.0-dev", path = "../../consensus/aura" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../../consensus/babe" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../../consensus/epochs" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../../transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../common" } +sc-consensus-aura = { path = "../aura" } +sc-consensus-babe = { path = "../babe" } +sc-consensus-epochs = { path = "../epochs" } +sc-transaction-pool = { path = "../../transaction-pool" } +sc-transaction-pool-api = { path = "../../transaction-pool/api" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-aura = { path = "../../../primitives/consensus/aura" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-consensus-slots = { path = "../../../primitives/consensus/slots" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-timestamp = { path = "../../../primitives/timestamp" } [dev-dependencies] tokio = { version = "1.22.0", features = ["rt-multi-thread", "macros"] } -sc-basic-authorship = { version = "0.10.0-dev", path = "../../basic-authorship" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } -substrate-test-runtime-transaction-pool = { version = "2.0.0", path = "../../../test-utils/runtime/transaction-pool" } +sc-basic-authorship = { path = "../../basic-authorship" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } +substrate-test-runtime-transaction-pool = { path = "../../../test-utils/runtime/transaction-pool" } diff --git a/substrate/client/consensus/pow/Cargo.toml b/substrate/client/consensus/pow/Cargo.toml index 91c9754508..23e4cecb62 100644 --- a/substrate/client/consensus/pow/Cargo.toml +++ b/substrate/client/consensus/pow/Cargo.toml @@ -20,14 +20,14 @@ futures-timer = "3.0.1" log = "0.4.17" parking_lot = "0.12.1" thiserror = "1.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-pow = { version = "0.10.0-dev", path = "../../../primitives/consensus/pow" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../common" } +sp-api = { path = "../../../primitives/api" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-pow = { path = "../../../primitives/consensus/pow" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/substrate/client/consensus/slots/Cargo.toml b/substrate/client/consensus/slots/Cargo.toml index 67eeae5317..a29979541e 100644 --- a/substrate/client/consensus/slots/Cargo.toml +++ b/substrate/client/consensus/slots/Cargo.toml @@ -19,17 +19,17 @@ codec = { package = "parity-scale-codec", version = "3.6.1" } futures = "0.3.21" futures-timer = "3.0.1" log = "0.4.17" -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } -sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../common" } +sc-telemetry = { path = "../../telemetry" } +sp-arithmetic = { path = "../../../primitives/arithmetic" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-slots = { path = "../../../primitives/consensus/slots" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } [dev-dependencies] -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/db/Cargo.toml b/substrate/client/db/Cargo.toml index e351798a02..025d0cac21 100644 --- a/substrate/client/db/Cargo.toml +++ b/substrate/client/db/Cargo.toml @@ -24,16 +24,16 @@ linked-hash-map = "0.5.4" log = "0.4.17" parity-db = "0.4.8" parking_lot = "0.12.1" -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-state-db = { version = "0.10.0-dev", path = "../state-db" } +sc-client-api = { path = "../api" } +sc-state-db = { path = "../state-db" } schnellru = "0.2.1" -sp-arithmetic = { version = "16.0.0", path = "../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-database = { version = "4.0.0-dev", path = "../../primitives/database" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" } -sp-trie = { version = "22.0.0", path = "../../primitives/trie" } +sp-arithmetic = { path = "../../primitives/arithmetic" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-database = { path = "../../primitives/database" } +sp-runtime = { path = "../../primitives/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } +sp-trie = { path = "../../primitives/trie" } [dev-dependencies] criterion = "0.4.0" @@ -42,8 +42,8 @@ rand = "0.8.5" tempfile = "3.1.0" quickcheck = { version = "1.0.3", default-features = false } kitchensink-runtime = { path = "../../bin/node/runtime" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } array-bytes = "6.1" [features] diff --git a/substrate/client/executor/Cargo.toml b/substrate/client/executor/Cargo.toml index e7252ef3f1..877e91c202 100644 --- a/substrate/client/executor/Cargo.toml +++ b/substrate/client/executor/Cargo.toml @@ -19,29 +19,29 @@ schnellru = "0.2.1" tracing = "0.1.29" codec = { package = "parity-scale-codec", version = "3.6.1" } -sc-executor-common = { version = "0.10.0-dev", path = "common" } -sc-executor-wasmtime = { version = "0.10.0-dev", path = "wasmtime" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-panic-handler = { version = "8.0.0", path = "../../primitives/panic-handler" } -sp-runtime-interface = { version = "17.0.0", path = "../../primitives/runtime-interface" } -sp-trie = { version = "22.0.0", path = "../../primitives/trie" } -sp-version = { version = "22.0.0", path = "../../primitives/version" } -sp-wasm-interface = { version = "14.0.0", path = "../../primitives/wasm-interface" } +sc-executor-common = { path = "common" } +sc-executor-wasmtime = { path = "wasmtime" } +sp-api = { path = "../../primitives/api" } +sp-core = { path = "../../primitives/core" } +sp-externalities = { path = "../../primitives/externalities" } +sp-io = { path = "../../primitives/io" } +sp-panic-handler = { path = "../../primitives/panic-handler" } +sp-runtime-interface = { path = "../../primitives/runtime-interface" } +sp-trie = { path = "../../primitives/trie" } +sp-version = { path = "../../primitives/version" } +sp-wasm-interface = { path = "../../primitives/wasm-interface" } [dev-dependencies] array-bytes = "6.1" assert_matches = "1.3.0" wat = "1.0" -sc-runtime-test = { version = "2.0.0", path = "runtime-test" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" } -sc-tracing = { version = "4.0.0-dev", path = "../tracing" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } +sc-runtime-test = { path = "runtime-test" } +substrate-test-runtime = { path = "../../test-utils/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } +sp-runtime = { path = "../../primitives/runtime" } +sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" } +sc-tracing = { path = "../tracing" } +sp-tracing = { path = "../../primitives/tracing" } tracing-subscriber = "0.2.19" paste = "1.0" regex = "1.6.0" diff --git a/substrate/client/executor/common/Cargo.toml b/substrate/client/executor/common/Cargo.toml index dfde190263..3dda7363b7 100644 --- a/substrate/client/executor/common/Cargo.toml +++ b/substrate/client/executor/common/Cargo.toml @@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] thiserror = "1.0.30" wasm-instrument = "0.3" -sc-allocator = { version = "4.1.0-dev", path = "../../allocator" } -sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../../primitives/maybe-compressed-blob" } -sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface" } +sc-allocator = { path = "../../allocator" } +sp-maybe-compressed-blob = { path = "../../../primitives/maybe-compressed-blob" } +sp-wasm-interface = { path = "../../../primitives/wasm-interface" } [features] default = [] diff --git a/substrate/client/executor/runtime-test/Cargo.toml b/substrate/client/executor/runtime-test/Cargo.toml index 628297ade6..2b397b6168 100644 --- a/substrate/client/executor/runtime-test/Cargo.toml +++ b/substrate/client/executor/runtime-test/Cargo.toml @@ -13,14 +13,14 @@ repository = "https://github.com/paritytech/substrate/" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../../../primitives/runtime-interface" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { path = "../../../primitives/core", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false, features = ["improved_panic_error_reporting"]} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-runtime-interface = { path = "../../../primitives/runtime-interface", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } [features] default = [ "std" ] diff --git a/substrate/client/executor/wasmtime/Cargo.toml b/substrate/client/executor/wasmtime/Cargo.toml index 3e669e7c9e..36c2940eb3 100644 --- a/substrate/client/executor/wasmtime/Cargo.toml +++ b/substrate/client/executor/wasmtime/Cargo.toml @@ -27,10 +27,10 @@ wasmtime = { version = "8.0.1", default-features = false, features = [ "pooling-allocator" ] } anyhow = "1.0.68" -sc-allocator = { version = "4.1.0-dev", path = "../../allocator" } -sc-executor-common = { version = "0.10.0-dev", path = "../common" } -sp-runtime-interface = { version = "17.0.0", path = "../../../primitives/runtime-interface" } -sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface", features = ["wasmtime"] } +sc-allocator = { path = "../../allocator" } +sc-executor-common = { path = "../common" } +sp-runtime-interface = { path = "../../../primitives/runtime-interface" } +sp-wasm-interface = { path = "../../../primitives/wasm-interface", features = ["wasmtime"] } # Here we include the rustix crate in the exactly same semver-compatible version as used by # wasmtime and enable its 'use-libc' flag. @@ -42,8 +42,8 @@ rustix = { version = "0.36.7", default-features = false, features = ["std", "mm" [dev-dependencies] wat = "1.0" -sc-runtime-test = { version = "2.0.0", path = "../runtime-test" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } +sc-runtime-test = { path = "../runtime-test" } +sp-io = { path = "../../../primitives/io" } tempfile = "3.3.0" paste = "1.0" codec = { package = "parity-scale-codec", version = "3.6.1" } diff --git a/substrate/client/informant/Cargo.toml b/substrate/client/informant/Cargo.toml index eb6e854ee3..33f991d4c6 100644 --- a/substrate/client/informant/Cargo.toml +++ b/substrate/client/informant/Cargo.toml @@ -17,8 +17,8 @@ ansi_term = "0.12.1" futures = "0.3.21" futures-timer = "3.0.1" log = "0.4.17" -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +sc-client-api = { path = "../api" } +sc-network-common = { path = "../network/common" } +sc-network = { path = "../network" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-runtime = { path = "../../primitives/runtime" } diff --git a/substrate/client/keystore/Cargo.toml b/substrate/client/keystore/Cargo.toml index b5af0bc903..cc5a16dd11 100644 --- a/substrate/client/keystore/Cargo.toml +++ b/substrate/client/keystore/Cargo.toml @@ -18,9 +18,9 @@ array-bytes = "6.1" parking_lot = "0.12.1" serde_json = "1.0.85" thiserror = "1.0" -sp-application-crypto = { version = "23.0.0", path = "../../primitives/application-crypto" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } +sp-application-crypto = { path = "../../primitives/application-crypto" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } [dev-dependencies] tempfile = "3.1.0" diff --git a/substrate/client/merkle-mountain-range/Cargo.toml b/substrate/client/merkle-mountain-range/Cargo.toml index 7270cfbda0..092bf1701d 100644 --- a/substrate/client/merkle-mountain-range/Cargo.toml +++ b/substrate/client/merkle-mountain-range/Cargo.toml @@ -14,19 +14,19 @@ homepage = "https://substrate.io" codec = { package = "parity-scale-codec", version = "3.6.1" } futures = "0.3" log = "0.4" -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sp-consensus-beefy = { version = "4.0.0-dev", path = "../../primitives/consensus/beefy" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-mmr-primitives = { version = "4.0.0-dev", path = "../../primitives/merkle-mountain-range" } -sc-offchain = { version = "4.0.0-dev", path = "../offchain" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sc-client-api = { path = "../api" } +sp-consensus-beefy = { path = "../../primitives/consensus/beefy" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-mmr-primitives = { path = "../../primitives/merkle-mountain-range" } +sc-offchain = { path = "../offchain" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-block-builder = { path = "../block-builder" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } tokio = "1.17.0" diff --git a/substrate/client/merkle-mountain-range/rpc/Cargo.toml b/substrate/client/merkle-mountain-range/rpc/Cargo.toml index c6f8652c7e..c00aeb91ed 100644 --- a/substrate/client/merkle-mountain-range/rpc/Cargo.toml +++ b/substrate/client/merkle-mountain-range/rpc/Cargo.toml @@ -15,11 +15,11 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1" } jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } serde = { version = "1.0.163", features = ["derive"] } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-mmr-primitives = { version = "4.0.0-dev", path = "../../../primitives/merkle-mountain-range" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-mmr-primitives = { path = "../../../primitives/merkle-mountain-range" } +sp-runtime = { path = "../../../primitives/runtime" } anyhow = "1" [dev-dependencies] diff --git a/substrate/client/network-gossip/Cargo.toml b/substrate/client/network-gossip/Cargo.toml index e25a769587..8680a60d01 100644 --- a/substrate/client/network-gossip/Cargo.toml +++ b/substrate/client/network-gossip/Cargo.toml @@ -21,12 +21,12 @@ libp2p = "0.51.3" log = "0.4.17" schnellru = "0.2.1" tracing = "0.1.29" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-network = { version = "0.10.0-dev", path = "../network/" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-network = { path = "../network" } +sc-network-common = { path = "../network/common" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] tokio = "1.22.0" quickcheck = { version = "1.0.3", default-features = false } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/substrate/client/network/Cargo.toml b/substrate/client/network/Cargo.toml index 887368a02b..620d74dc0f 100644 --- a/substrate/client/network/Cargo.toml +++ b/substrate/client/network/Cargo.toml @@ -39,14 +39,14 @@ smallvec = "1.11.0" thiserror = "1.0" unsigned-varint = { version = "0.7.1", features = ["futures", "asynchronous_codec"] } zeroize = "1.4.3" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-network-common = { version = "0.10.0-dev", path = "./common" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-arithmetic = { version = "16.0.0", path = "../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-client-api = { path = "../api" } +sc-network-common = { path = "common" } +sc-utils = { path = "../utils" } +sp-arithmetic = { path = "../../primitives/arithmetic" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } wasm-timer = "0.2" [dev-dependencies] @@ -58,12 +58,12 @@ tempfile = "3.1.0" tokio = { version = "1.22.0", features = ["macros"] } tokio-util = { version = "0.7.4", features = ["compat"] } tokio-test = "0.4.2" -sc-network-light = { version = "0.10.0-dev", path = "./light" } -sc-network-sync = { version = "0.10.0-dev", path = "./sync" } -sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-network-light = { path = "light" } +sc-network-sync = { path = "sync" } +sp-test-primitives = { path = "../../primitives/test-primitives" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime = { path = "../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] default = [] diff --git a/substrate/client/network/bitswap/Cargo.toml b/substrate/client/network/bitswap/Cargo.toml index bdc9e18f74..3efcfe2345 100644 --- a/substrate/client/network/bitswap/Cargo.toml +++ b/substrate/client/network/bitswap/Cargo.toml @@ -24,16 +24,16 @@ log = "0.4.17" prost = "0.11" thiserror = "1.0" unsigned-varint = { version = "0.7.1", features = ["futures", "asynchronous_codec"] } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-network = { version = "0.10.0-dev", path = "../" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +sc-client-api = { path = "../../api" } +sc-network = { path = ".." } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] tokio = { version = "1.22.0", features = ["full"] } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sc-consensus = { path = "../../consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-consensus = { path = "../../../primitives/consensus/common" } +substrate-test-runtime = { path = "../../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/network/common/Cargo.toml b/substrate/client/network/common/Cargo.toml index c2fee608d7..7b44487b0e 100644 --- a/substrate/client/network/common/Cargo.toml +++ b/substrate/client/network/common/Cargo.toml @@ -23,10 +23,10 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = [ ] } futures = "0.3.21" libp2p-identity = { version = "0.1.2", features = ["peerid"] } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +sc-consensus = { path = "../../consensus/common" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] tempfile = "3.1.0" diff --git a/substrate/client/network/light/Cargo.toml b/substrate/client/network/light/Cargo.toml index 8bdb640d55..84c01e6c91 100644 --- a/substrate/client/network/light/Cargo.toml +++ b/substrate/client/network/light/Cargo.toml @@ -25,9 +25,9 @@ futures = "0.3.21" libp2p-identity = { version = "0.1.2", features = ["peerid"] } log = "0.4.16" prost = "0.11" -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-network = { version = "0.10.0-dev", path = "../" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sc-client-api = { path = "../../api" } +sc-network = { path = ".." } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } thiserror = "1.0" diff --git a/substrate/client/network/statement/Cargo.toml b/substrate/client/network/statement/Cargo.toml index 63377710dc..ed9cc76d90 100644 --- a/substrate/client/network/statement/Cargo.toml +++ b/substrate/client/network/statement/Cargo.toml @@ -19,8 +19,8 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive futures = "0.3.21" libp2p = "0.51.3" log = "0.4.17" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sc-network = { version = "0.10.0-dev", path = "../" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-network-common = { path = "../common" } +sc-network = { path = ".." } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-statement-store = { path = "../../../primitives/statement-store" } diff --git a/substrate/client/network/sync/Cargo.toml b/substrate/client/network/sync/Cargo.toml index 8c02a4f1ec..0bbc135051 100644 --- a/substrate/client/network/sync/Cargo.toml +++ b/substrate/client/network/sync/Cargo.toml @@ -29,24 +29,24 @@ prost = "0.11" schnellru = "0.2.1" smallvec = "1.11.0" thiserror = "1.0" -fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-network = { version = "0.10.0-dev", path = "../" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +fork-tree = { path = "../../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../consensus/common" } +sc-network = { path = ".." } +sc-network-common = { path = "../common" } +sc-utils = { path = "../../utils" } +sp-arithmetic = { path = "../../../primitives/arithmetic" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] tokio = { version = "1.22.0", features = ["macros"] } quickcheck = { version = "1.0.3", default-features = false } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sp-test-primitives = { version = "2.0.0", path = "../../../primitives/test-primitives" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sp-test-primitives = { path = "../../../primitives/test-primitives" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/network/test/Cargo.toml b/substrate/client/network/test/Cargo.toml index ddd218051c..1d18aa30a1 100644 --- a/substrate/client/network/test/Cargo.toml +++ b/substrate/client/network/test/Cargo.toml @@ -21,19 +21,19 @@ libp2p = "0.51.3" log = "0.4.17" parking_lot = "0.12.1" rand = "0.8.5" -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-network = { version = "0.10.0-dev", path = "../" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sc-network-light = { version = "0.10.0-dev", path = "../light" } -sc-network-sync = { version = "0.10.0-dev", path = "../sync" } -sc-service = { version = "0.10.0-dev", default-features = false, features = ["test-helpers"], path = "../../service" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../consensus/common" } +sc-network = { path = ".." } +sc-network-common = { path = "../common" } +sc-utils = { path = "../../utils" } +sc-network-light = { path = "../light" } +sc-network-sync = { path = "../sync" } +sc-service = { path = "../../service", default-features = false, features = ["test-helpers"]} +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime = { path = "../../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/network/transactions/Cargo.toml b/substrate/client/network/transactions/Cargo.toml index ce62c89e8a..d5a0f28a79 100644 --- a/substrate/client/network/transactions/Cargo.toml +++ b/substrate/client/network/transactions/Cargo.toml @@ -18,9 +18,9 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive futures = "0.3.21" libp2p = "0.51.3" log = "0.4.17" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-network = { version = "0.10.0-dev", path = "../" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-network = { path = ".." } +sc-network-common = { path = "../common" } +sc-utils = { path = "../../utils" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-consensus = { path = "../../../primitives/consensus/common" } diff --git a/substrate/client/offchain/Cargo.toml b/substrate/client/offchain/Cargo.toml index f52b0aa287..63425d0887 100644 --- a/substrate/client/offchain/Cargo.toml +++ b/substrate/client/offchain/Cargo.toml @@ -28,29 +28,29 @@ parking_lot = "0.12.1" rand = "0.8.5" threadpool = "1.7" tracing = "0.1.29" -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } -sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" } +sc-client-api = { path = "../api" } +sc-network = { path = "../network" } +sc-network-common = { path = "../network/common" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-core = { path = "../../primitives/core" } +sp-offchain = { path = "../../primitives/offchain" } +sp-runtime = { path = "../../primitives/runtime" } +sp-keystore = { path = "../../primitives/keystore" } +sp-externalities = { path = "../../primitives/externalities" } log = "0.4.17" [dev-dependencies] lazy_static = "1.4.0" tokio = "1.22.0" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-client-db = { version = "0.10.0-dev", default-features = true, path = "../db" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-block-builder = { path = "../block-builder" } +sc-client-db = { path = "../db", default-features = true} +sc-transaction-pool = { path = "../transaction-pool" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] default = [] diff --git a/substrate/client/proposer-metrics/Cargo.toml b/substrate/client/proposer-metrics/Cargo.toml index 97a7c076bd..e64a6a678b 100644 --- a/substrate/client/proposer-metrics/Cargo.toml +++ b/substrate/client/proposer-metrics/Cargo.toml @@ -14,4 +14,4 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = "0.4.17" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } diff --git a/substrate/client/rpc-api/Cargo.toml b/substrate/client/rpc-api/Cargo.toml index 5efb10f719..50db70f286 100644 --- a/substrate/client/rpc-api/Cargo.toml +++ b/substrate/client/rpc-api/Cargo.toml @@ -18,10 +18,10 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.85" thiserror = "1.0" -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-version = { version = "22.0.0", path = "../../primitives/version" } +sc-chain-spec = { path = "../chain-spec" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-core = { path = "../../primitives/core" } +sp-rpc = { path = "../../primitives/rpc" } +sp-runtime = { path = "../../primitives/runtime" } +sp-version = { path = "../../primitives/version" } jsonrpsee = { version = "0.16.2", features = ["server", "client-core", "macros"] } diff --git a/substrate/client/rpc-servers/Cargo.toml b/substrate/client/rpc-servers/Cargo.toml index 7047991126..70db49390d 100644 --- a/substrate/client/rpc-servers/Cargo.toml +++ b/substrate/client/rpc-servers/Cargo.toml @@ -17,7 +17,7 @@ jsonrpsee = { version = "0.16.2", features = ["server"] } log = "0.4.17" serde_json = "1.0.85" tokio = { version = "1.22.0", features = ["parking_lot"] } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } tower-http = { version = "0.4.0", features = ["cors"] } tower = "0.4.13" http = "0.2.8" diff --git a/substrate/client/rpc-spec-v2/Cargo.toml b/substrate/client/rpc-spec-v2/Cargo.toml index 599596777b..b63291ef39 100644 --- a/substrate/client/rpc-spec-v2/Cargo.toml +++ b/substrate/client/rpc-spec-v2/Cargo.toml @@ -15,16 +15,16 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } # Internal chain structures for "chain_spec". -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } +sc-chain-spec = { path = "../chain-spec" } # Pool for submitting extrinsics required by "transaction" -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-version = { version = "22.0.0", path = "../../primitives/version" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-version = { path = "../../primitives/version" } +sc-client-api = { path = "../api" } +sc-utils = { path = "../utils" } codec = { package = "parity-scale-codec", version = "3.6.1" } thiserror = "1.0" serde = "1.0" @@ -40,11 +40,11 @@ futures-util = { version = "0.3.19", default-features = false } [dev-dependencies] serde_json = "1.0" tokio = { version = "1.22.0", features = ["macros"] } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" } -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-service = { version = "0.10.0-dev", features = ["test-helpers"], path = "../service" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } +substrate-test-runtime = { path = "../../test-utils/runtime" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" } +sc-block-builder = { path = "../block-builder" } +sc-service = { path = "../service", features = ["test-helpers"]} assert_matches = "1.3.0" pretty_assertions = "1.2.1" diff --git a/substrate/client/rpc/Cargo.toml b/substrate/client/rpc/Cargo.toml index a3574ed84d..bd3e795030 100644 --- a/substrate/client/rpc/Cargo.toml +++ b/substrate/client/rpc/Cargo.toml @@ -19,37 +19,37 @@ jsonrpsee = { version = "0.16.2", features = ["server"] } log = "0.4.17" parking_lot = "0.12.1" serde_json = "1.0.85" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-rpc-api = { version = "0.10.0-dev", path = "../rpc-api" } -sc-tracing = { version = "4.0.0-dev", path = "../tracing" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } -sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" } -sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", path = "../../primitives/session" } -sp-version = { version = "22.0.0", path = "../../primitives/version" } -sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement-store" } +sc-block-builder = { path = "../block-builder" } +sc-chain-spec = { path = "../chain-spec" } +sc-client-api = { path = "../api" } +sc-rpc-api = { path = "../rpc-api" } +sc-tracing = { path = "../tracing" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } +sp-offchain = { path = "../../primitives/offchain" } +sp-rpc = { path = "../../primitives/rpc" } +sp-runtime = { path = "../../primitives/runtime" } +sp-session = { path = "../../primitives/session" } +sp-version = { path = "../../primitives/version" } +sp-statement-store = { path = "../../primitives/statement-store" } tokio = "1.22.0" [dev-dependencies] env_logger = "0.9" assert_matches = "1.3.0" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } +sc-block-builder = { path = "../block-builder" } +sc-network = { path = "../network" } +sc-network-common = { path = "../network/common" } +sc-transaction-pool = { path = "../transaction-pool" } +sp-consensus = { path = "../../primitives/consensus/common" } tokio = "1.22.0" -sp-io = { version = "23.0.0", path = "../../primitives/io" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-io = { path = "../../primitives/io" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } pretty_assertions = "1.2.1" [features] diff --git a/substrate/client/service/Cargo.toml b/substrate/client/service/Cargo.toml index 6dcd8b8e4b..a9e9f2e813 100644 --- a/substrate/client/service/Cargo.toml +++ b/substrate/client/service/Cargo.toml @@ -36,45 +36,45 @@ exit-future = "0.2.0" pin-project = "1.0.12" serde = "1.0.163" serde_json = "1.0.85" -sc-keystore = { version = "4.0.0-dev", path = "../keystore" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-trie = { version = "22.0.0", path = "../../primitives/trie" } -sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-version = { version = "22.0.0", path = "../../primitives/version" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } -sp-session = { version = "4.0.0-dev", path = "../../primitives/session" } -sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" } -sp-storage = { version = "13.0.0", path = "../../primitives/storage" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-bitswap = { version = "0.10.0-dev", path = "../network/bitswap" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-network-light = { version = "0.10.0-dev", path = "../network/light" } -sc-network-sync = { version = "0.10.0-dev", path = "../network/sync" } -sc-network-transactions = { version = "0.10.0-dev", path = "../network/transactions" } -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" } +sc-keystore = { path = "../keystore" } +sp-runtime = { path = "../../primitives/runtime" } +sp-trie = { path = "../../primitives/trie" } +sp-externalities = { path = "../../primitives/externalities" } +sc-utils = { path = "../utils" } +sp-version = { path = "../../primitives/version" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } +sp-session = { path = "../../primitives/session" } +sp-state-machine = { path = "../../primitives/state-machine" } +sp-consensus = { path = "../../primitives/consensus/common" } +sc-consensus = { path = "../consensus/common" } +sp-storage = { path = "../../primitives/storage" } +sc-network = { path = "../network" } +sc-network-bitswap = { path = "../network/bitswap" } +sc-network-common = { path = "../network/common" } +sc-network-light = { path = "../network/light" } +sc-network-sync = { path = "../network/sync" } +sc-network-transactions = { path = "../network/transactions" } +sc-chain-spec = { path = "../chain-spec" } +sc-client-api = { path = "../api" } +sp-api = { path = "../../primitives/api" } +sc-client-db = { path = "../db", default-features = false} codec = { package = "parity-scale-codec", version = "3.6.1" } -sc-executor = { version = "0.10.0-dev", path = "../executor" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } -sp-transaction-pool = { version = "4.0.0-dev", path = "../../primitives/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-transaction-storage-proof = { version = "4.0.0-dev", path = "../../primitives/transaction-storage-proof" } -sc-rpc-server = { version = "4.0.0-dev", path = "../rpc-servers" } -sc-rpc = { version = "4.0.0-dev", path = "../rpc" } -sc-rpc-spec-v2 = { version = "0.10.0-dev", path = "../rpc-spec-v2" } -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-informant = { version = "0.10.0-dev", path = "../informant" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev" } -sc-tracing = { version = "4.0.0-dev", path = "../tracing" } -sc-sysinfo = { version = "6.0.0-dev", path = "../sysinfo" } +sc-executor = { path = "../executor" } +sc-transaction-pool = { path = "../transaction-pool" } +sp-transaction-pool = { path = "../../primitives/transaction-pool" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-transaction-storage-proof = { path = "../../primitives/transaction-storage-proof" } +sc-rpc-server = { path = "../rpc-servers" } +sc-rpc = { path = "../rpc" } +sc-rpc-spec-v2 = { path = "../rpc-spec-v2" } +sc-block-builder = { path = "../block-builder" } +sc-informant = { path = "../informant" } +sc-telemetry = { path = "../telemetry" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-tracing = { path = "../tracing" } +sc-sysinfo = { path = "../sysinfo" } tracing = "0.1.29" tracing-futures = { version = "0.2.4" } async-trait = "0.1.57" @@ -84,5 +84,5 @@ directories = "4.0.1" static_init = "1.0.3" [dev-dependencies] -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime/" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } +substrate-test-runtime = { path = "../../test-utils/runtime" } diff --git a/substrate/client/service/test/Cargo.toml b/substrate/client/service/test/Cargo.toml index dea7bfaa5b..3a423abce7 100644 --- a/substrate/client/service/test/Cargo.toml +++ b/substrate/client/service/test/Cargo.toml @@ -21,24 +21,24 @@ parity-scale-codec = "3.6.1" parking_lot = "0.12.1" tempfile = "3.1.0" tokio = { version = "1.22.0", features = ["time"] } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../../db" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-executor = { version = "0.10.0-dev", path = "../../executor" } -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-sync = { version = "0.10.0-dev", path = "../../network/sync" } -sc-service = { version = "0.10.0-dev", features = ["test-helpers"], path = "../../service" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" } -sp-storage = { version = "13.0.0", path = "../../../primitives/storage" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } -sp-trie = { version = "22.0.0", path = "../../../primitives/trie" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } -substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sc-client-api = { path = "../../api" } +sc-client-db = { path = "../../db", default-features = false} +sc-consensus = { path = "../../consensus/common" } +sc-executor = { path = "../../executor" } +sc-network = { path = "../../network" } +sc-network-sync = { path = "../../network/sync" } +sc-service = { path = "..", features = ["test-helpers"]} +sc-transaction-pool-api = { path = "../../transaction-pool/api" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } +sp-storage = { path = "../../../primitives/storage" } +sp-tracing = { path = "../../../primitives/tracing" } +sp-trie = { path = "../../../primitives/trie" } +sp-io = { path = "../../../primitives/io" } +substrate-test-runtime = { path = "../../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/state-db/Cargo.toml b/substrate/client/state-db/Cargo.toml index f7df4e9c8c..b8d238c6a2 100644 --- a/substrate/client/state-db/Cargo.toml +++ b/substrate/client/state-db/Cargo.toml @@ -16,4 +16,4 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] } log = "0.4.17" parking_lot = "0.12.1" -sp-core = { version = "21.0.0", path = "../../primitives/core" } +sp-core = { path = "../../primitives/core" } diff --git a/substrate/client/statement-store/Cargo.toml b/substrate/client/statement-store/Cargo.toml index 8668dbfa8b..84cb0d38ef 100644 --- a/substrate/client/statement-store/Cargo.toml +++ b/substrate/client/statement-store/Cargo.toml @@ -17,14 +17,14 @@ log = "0.4.17" parking_lot = "0.12.1" parity-db = "0.4.8" tokio = { version = "1.22.0", features = ["time"] } -sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement-store" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-keystore = { version = "4.0.0-dev", path = "../../client/keystore" } +sp-statement-store = { path = "../../primitives/statement-store" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } +sc-client-api = { path = "../api" } +sc-keystore = { path = "../keystore" } [dev-dependencies] tempfile = "3.1.0" diff --git a/substrate/client/storage-monitor/Cargo.toml b/substrate/client/storage-monitor/Cargo.toml index 02c67dedc5..6361a3bce8 100644 --- a/substrate/client/storage-monitor/Cargo.toml +++ b/substrate/client/storage-monitor/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://substrate.io" clap = { version = "4.2.5", features = ["derive", "string"] } log = "0.4.17" fs4 = "0.6.3" -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +sc-client-db = { path = "../db", default-features = false} +sp-core = { path = "../../primitives/core" } tokio = "1.22.0" thiserror = "1.0.30" diff --git a/substrate/client/sync-state-rpc/Cargo.toml b/substrate/client/sync-state-rpc/Cargo.toml index 79013cbd5b..e2ac87701a 100644 --- a/substrate/client/sync-state-rpc/Cargo.toml +++ b/substrate/client/sync-state-rpc/Cargo.toml @@ -17,10 +17,10 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.85" thiserror = "1.0.30" -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../consensus/babe" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../consensus/epochs" } -sc-consensus-grandpa = { version = "0.10.0-dev", path = "../consensus/grandpa" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +sc-chain-spec = { path = "../chain-spec" } +sc-client-api = { path = "../api" } +sc-consensus-babe = { path = "../consensus/babe" } +sc-consensus-epochs = { path = "../consensus/epochs" } +sc-consensus-grandpa = { path = "../consensus/grandpa" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-runtime = { path = "../../primitives/runtime" } diff --git a/substrate/client/sysinfo/Cargo.toml b/substrate/client/sysinfo/Cargo.toml index 1435511915..4f6df49a57 100644 --- a/substrate/client/sysinfo/Cargo.toml +++ b/substrate/client/sysinfo/Cargo.toml @@ -22,10 +22,10 @@ rand_pcg = "0.3.1" regex = "1" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.85" -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-std = { version = "8.0.0", path = "../../primitives/std" } +sc-telemetry = { path = "../telemetry" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-std = { path = "../../primitives/std" } [dev-dependencies] -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +sp-runtime = { path = "../../primitives/runtime" } diff --git a/substrate/client/telemetry/Cargo.toml b/substrate/client/telemetry/Cargo.toml index f138557c8c..4ca21daf6c 100644 --- a/substrate/client/telemetry/Cargo.toml +++ b/substrate/client/telemetry/Cargo.toml @@ -20,7 +20,7 @@ libp2p = { version = "0.51.3", features = ["dns", "tcp", "tokio", "wasm-ext", "w log = "0.4.17" parking_lot = "0.12.1" pin-project = "1.0.12" -sc-utils = { version = "4.0.0-dev", path = "../utils" } +sc-utils = { path = "../utils" } rand = "0.8.5" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.85" diff --git a/substrate/client/tracing/Cargo.toml b/substrate/client/tracing/Cargo.toml index fa229782a7..aa7bcbe133 100644 --- a/substrate/client/tracing/Cargo.toml +++ b/substrate/client/tracing/Cargo.toml @@ -27,14 +27,14 @@ thiserror = "1.0.30" tracing = "0.1.29" tracing-log = "0.1.3" tracing-subscriber = { version = "0.2.25", features = ["parking_lot"] } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-tracing-proc-macro = { version = "4.0.0-dev", path = "./proc-macro" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } +sc-client-api = { path = "../api" } +sc-tracing-proc-macro = { path = "proc-macro" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-rpc = { path = "../../primitives/rpc" } +sp-runtime = { path = "../../primitives/runtime" } +sp-tracing = { path = "../../primitives/tracing" } [dev-dependencies] criterion = "0.4.0" diff --git a/substrate/client/transaction-pool/Cargo.toml b/substrate/client/transaction-pool/Cargo.toml index 1718751e6d..644465f7db 100644 --- a/substrate/client/transaction-pool/Cargo.toml +++ b/substrate/client/transaction-pool/Cargo.toml @@ -22,26 +22,26 @@ log = "0.4.17" parking_lot = "0.12.1" serde = { version = "1.0.163", features = ["derive"] } thiserror = "1.0.30" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "./api" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -sp-transaction-pool = { version = "4.0.0-dev", path = "../../primitives/transaction-pool" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-client-api = { path = "../api" } +sc-transaction-pool-api = { path = "api" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } +sp-tracing = { path = "../../primitives/tracing" } +sp-transaction-pool = { path = "../../primitives/transaction-pool" } [dev-dependencies] array-bytes = "6.1" assert_matches = "1.3.0" criterion = "0.4.0" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } -substrate-test-runtime-transaction-pool = { version = "2.0.0", path = "../../test-utils/runtime/transaction-pool" } +sc-block-builder = { path = "../block-builder" } +sp-consensus = { path = "../../primitives/consensus/common" } +substrate-test-runtime = { path = "../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } +substrate-test-runtime-transaction-pool = { path = "../../test-utils/runtime/transaction-pool" } [[bench]] name = "basics" diff --git a/substrate/client/transaction-pool/api/Cargo.toml b/substrate/client/transaction-pool/api/Cargo.toml index 93efa05415..a39401e27a 100644 --- a/substrate/client/transaction-pool/api/Cargo.toml +++ b/substrate/client/transaction-pool/api/Cargo.toml @@ -15,9 +15,9 @@ futures = "0.3.21" log = "0.4.17" serde = { version = "1.0.163", features = ["derive"] } thiserror = "1.0.30" -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} [dev-dependencies] serde_json = "1.0" diff --git a/substrate/client/utils/Cargo.toml b/substrate/client/utils/Cargo.toml index 21b082a35f..fe6351c9d6 100644 --- a/substrate/client/utils/Cargo.toml +++ b/substrate/client/utils/Cargo.toml @@ -17,7 +17,7 @@ lazy_static = "1.4.0" log = "0.4" parking_lot = "0.12.1" prometheus = { version = "0.13.0", default-features = false } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} [features] default = [ "metered" ] diff --git a/substrate/frame/alliance/Cargo.toml b/substrate/frame/alliance/Cargo.toml index 77703a7739..a518ad69ef 100644 --- a/substrate/frame/alliance/Cargo.toml +++ b/substrate/frame/alliance/Cargo.toml @@ -19,24 +19,24 @@ log = { version = "0.4.14", default-features = false } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-core-hashing = { version = "9.0.0", default-features = false, path = "../../primitives/core/hashing", optional = true } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { path = "../../primitives/std", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-core-hashing = { path = "../../primitives/core/hashing", default-features = false, optional = true } +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} -pallet-identity = { version = "4.0.0-dev", path = "../identity", default-features = false } -pallet-collective = { version = "4.0.0-dev", path = "../collective", default-features = false, optional = true } +pallet-identity = { path = "../identity", default-features = false } +pallet-collective = { path = "../collective", default-features = false, optional = true } [dev-dependencies] array-bytes = "6.1" -sp-core-hashing = { version = "9.0.0", default-features = false, path = "../../primitives/core/hashing" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-collective = { version = "4.0.0-dev", path = "../collective" } +sp-core-hashing = { path = "../../primitives/core/hashing", default-features = false} +pallet-balances = { path = "../balances" } +pallet-collective = { path = "../collective" } [features] default = [ "std" ] diff --git a/substrate/frame/asset-conversion/Cargo.toml b/substrate/frame/asset-conversion/Cargo.toml index 2ad8d9d473..48f6ee6d06 100644 --- a/substrate/frame/asset-conversion/Cargo.toml +++ b/substrate/frame/asset-conversion/Cargo.toml @@ -14,20 +14,20 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-api = { path = "../../primitives/api", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-assets = { version = "4.0.0-dev", path = "../assets" } +pallet-balances = { path = "../balances" } +pallet-assets = { path = "../assets" } primitive-types = { version = "0.12.0", default-features = false, features = ["codec", "scale-info", "num-traits"] } [features] diff --git a/substrate/frame/asset-rate/Cargo.toml b/substrate/frame/asset-rate/Cargo.toml index 4a37be8c45..6cc2fffd85 100644 --- a/substrate/frame/asset-rate/Cargo.toml +++ b/substrate/frame/asset-rate/Cargo.toml @@ -17,17 +17,17 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = "derive", ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "21.0.0", default-features = false, optional = true, path = "../../primitives/core" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false, optional = true} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-io = { path = "../../primitives/io" } +sp-core = { path = "../../primitives/core", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/assets/Cargo.toml b/substrate/frame/assets/Cargo.toml index 5795bbb228..9c0726d650 100644 --- a/substrate/frame/assets/Cargo.toml +++ b/substrate/frame/assets/Cargo.toml @@ -16,20 +16,20 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +sp-std = { path = "../../primitives/std", default-features = false} # Needed for various traits. In our case, `OnFinalize`. -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } +sp-runtime = { path = "../../primitives/runtime", default-features = false} # Needed for type-safe access to storage DB. -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } +frame-support = { path = "../support", default-features = false} # `system` module provides us with all sorts of useful stuff and macros depend on it being around. -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } +frame-system = { path = "../system", default-features = false} +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +sp-core = { path = "../../primitives/core", default-features = false} [dev-dependencies] -sp-std = { version = "8.0.0", path = "../../primitives/std" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +sp-std = { path = "../../primitives/std" } +sp-io = { path = "../../primitives/io" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/atomic-swap/Cargo.toml b/substrate/frame/atomic-swap/Cargo.toml index da154d4421..ca5ed36691 100644 --- a/substrate/frame/atomic-swap/Cargo.toml +++ b/substrate/frame/atomic-swap/Cargo.toml @@ -15,15 +15,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/aura/Cargo.toml b/substrate/frame/aura/Cargo.toml index 67eb99fcd5..6a97d027b6 100644 --- a/substrate/frame/aura/Cargo.toml +++ b/substrate/frame/aura/Cargo.toml @@ -16,17 +16,17 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-timestamp = { path = "../timestamp", default-features = false} +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false} +sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/authority-discovery/Cargo.toml b/substrate/frame/authority-discovery/Cargo.toml index 4096e2bbd5..c21a4f2356 100644 --- a/substrate/frame/authority-discovery/Cargo.toml +++ b/substrate/frame/authority-discovery/Cargo.toml @@ -17,19 +17,19 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = "derive", ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-session = { version = "4.0.0-dev", default-features = false, features = [ +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-session = { path = "../session", default-features = false, features = [ "historical", -], path = "../session" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-authority-discovery = { version = "4.0.0-dev", default-features = false, path = "../../primitives/authority-discovery" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +]} +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false} +sp-authority-discovery = { path = "../../primitives/authority-discovery", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/authorship/Cargo.toml b/substrate/frame/authorship/Cargo.toml index 3dadb1bed3..060d86daae 100644 --- a/substrate/frame/authorship/Cargo.toml +++ b/substrate/frame/authorship/Cargo.toml @@ -18,14 +18,14 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/babe/Cargo.toml b/substrate/frame/babe/Cargo.toml index 75032fd128..5ec78e313d 100644 --- a/substrate/frame/babe/Cargo.toml +++ b/substrate/frame/babe/Cargo.toml @@ -16,28 +16,28 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto", features = ["serde"] } -sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/babe", features = ["serde"] } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core", features = ["serde"] } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking", features = ["serde"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-authorship = { path = "../authorship", default-features = false} +pallet-session = { path = "../session", default-features = false} +pallet-timestamp = { path = "../timestamp", default-features = false} +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } +sp-consensus-babe = { path = "../../primitives/consensus/babe", default-features = false, features = ["serde"] } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +sp-session = { path = "../../primitives/session", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-offences = { version = "4.0.0-dev", path = "../offences" } -pallet-staking = { version = "4.0.0-dev", path = "../staking" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +frame-election-provider-support = { path = "../election-provider-support" } +pallet-balances = { path = "../balances" } +pallet-offences = { path = "../offences" } +pallet-staking = { path = "../staking" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/bags-list/Cargo.toml b/substrate/frame/bags-list/Cargo.toml index aeb0a6c50b..919b8749b2 100644 --- a/substrate/frame/bags-list/Cargo.toml +++ b/substrate/frame/bags-list/Cargo.toml @@ -17,13 +17,13 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } # primitives -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} # FRAME -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +frame-election-provider-support = { path = "../election-provider-support", default-features = false} # third party log = { version = "0.4.17", default-features = false } @@ -31,19 +31,19 @@ docify = "0.2.1" aquamarine = { version = "0.3.2" } # Optional imports for benchmarking -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking", optional = true, default-features = false } -pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true, default-features = false } -sp-core = { version = "21.0.0", path = "../../primitives/core", optional = true, default-features = false } -sp-io = { version = "23.0.0", path = "../../primitives/io", optional = true, default-features = false } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing", optional = true, default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false , optional = true} +pallet-balances = { path = "../balances", default-features = false , optional = true} +sp-core = { path = "../../primitives/core", default-features = false , optional = true} +sp-io = { path = "../../primitives/io", default-features = false , optional = true} +sp-tracing = { path = "../../primitives/tracing", default-features = false , optional = true} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core"} -sp-io = { version = "23.0.0", path = "../../primitives/io"} -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-tracing = { path = "../../primitives/tracing" } +pallet-balances = { path = "../balances" } +frame-election-provider-support = { path = "../election-provider-support" } +frame-benchmarking = { path = "../benchmarking" } [features] default = [ "std" ] diff --git a/substrate/frame/bags-list/fuzzer/Cargo.toml b/substrate/frame/bags-list/fuzzer/Cargo.toml index fc2334bea5..5cdc763ffc 100644 --- a/substrate/frame/bags-list/fuzzer/Cargo.toml +++ b/substrate/frame/bags-list/fuzzer/Cargo.toml @@ -12,8 +12,8 @@ publish = false [dependencies] honggfuzz = "0.5" rand = { version = "0.8", features = ["std", "small_rng"] } -frame-election-provider-support = { version = "4.0.0-dev", features = ["fuzz"], path = "../../election-provider-support" } -pallet-bags-list = { version = "4.0.0-dev", features = ["fuzz"], path = ".." } +frame-election-provider-support = { path = "../../election-provider-support", features = ["fuzz"]} +pallet-bags-list = { path = "..", features = ["fuzz"]} [[bin]] name = "bags-list" diff --git a/substrate/frame/bags-list/remote-tests/Cargo.toml b/substrate/frame/bags-list/remote-tests/Cargo.toml index 832a11d29d..a7f9871a89 100644 --- a/substrate/frame/bags-list/remote-tests/Cargo.toml +++ b/substrate/frame/bags-list/remote-tests/Cargo.toml @@ -14,21 +14,21 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # frame -pallet-staking = { path = "../../staking", version = "4.0.0-dev" } -pallet-bags-list = { path = "../../bags-list", version = "4.0.0-dev", features = ["fuzz"] } -frame-election-provider-support = { path = "../../election-provider-support", version = "4.0.0-dev" } -frame-system = { path = "../../system", version = "4.0.0-dev" } -frame-support = { path = "../../support", version = "4.0.0-dev" } +pallet-staking = { path = "../../staking" } +pallet-bags-list = { path = "..", features = ["fuzz"] } +frame-election-provider-support = { path = "../../election-provider-support" } +frame-system = { path = "../../system" } +frame-support = { path = "../../support" } # core -sp-storage = { path = "../../../primitives/storage", version = "13.0.0" } -sp-core = { path = "../../../primitives/core", version = "21.0.0" } -sp-tracing = { path = "../../../primitives/tracing", version = "10.0.0" } -sp-runtime = { path = "../../../primitives/runtime", version = "24.0.0" } -sp-std = { path = "../../../primitives/std", version = "8.0.0" } +sp-storage = { path = "../../../primitives/storage" } +sp-core = { path = "../../../primitives/core" } +sp-tracing = { path = "../../../primitives/tracing" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-std = { path = "../../../primitives/std" } # utils -remote-externalities = { path = "../../../utils/frame/remote-externalities", version = "0.10.0-dev", package = "frame-remote-externalities" } +remote-externalities = { package = "frame-remote-externalities" , path = "../../../utils/frame/remote-externalities" } # others log = "0.4.17" diff --git a/substrate/frame/balances/Cargo.toml b/substrate/frame/balances/Cargo.toml index 861843b889..6ca0cf9473 100644 --- a/substrate/frame/balances/Cargo.toml +++ b/substrate/frame/balances/Cargo.toml @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +pallet-transaction-payment = { path = "../transaction-payment" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } paste = "1.0.12" [features] diff --git a/substrate/frame/beefy-mmr/Cargo.toml b/substrate/frame/beefy-mmr/Cargo.toml index af3ecf4d03..afd7928d70 100644 --- a/substrate/frame/beefy-mmr/Cargo.toml +++ b/substrate/frame/beefy-mmr/Cargo.toml @@ -14,23 +14,23 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", optional = true } -binary-merkle-tree = { version = "4.0.0-dev", default-features = false, path = "../../utils/binary-merkle-tree" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-beefy = { version = "4.0.0-dev", default-features = false, path = "../beefy" } -pallet-mmr = { version = "4.0.0-dev", default-features = false, path = "../merkle-mountain-range" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -sp-consensus-beefy = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/beefy" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-state-machine = { version = "0.28.0", default-features = false, path = "../../primitives/state-machine" } +binary-merkle-tree = { path = "../../utils/binary-merkle-tree", default-features = false} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-beefy = { path = "../beefy", default-features = false} +pallet-mmr = { path = "../merkle-mountain-range", default-features = false} +pallet-session = { path = "../session", default-features = false} +sp-consensus-beefy = { path = "../../primitives/consensus/beefy", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-api = { path = "../../primitives/api", default-features = false} +sp-state-machine = { path = "../../primitives/state-machine", default-features = false} [dev-dependencies] array-bytes = "6.1" -sp-staking = { version = "4.0.0-dev", path = "../../primitives/staking" } +sp-staking = { path = "../../primitives/staking" } [features] default = [ "std" ] diff --git a/substrate/frame/beefy/Cargo.toml b/substrate/frame/beefy/Cargo.toml index 7196d8b7d5..53f8305aff 100644 --- a/substrate/frame/beefy/Cargo.toml +++ b/substrate/frame/beefy/Cargo.toml @@ -13,27 +13,27 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } serde = { version = "1.0.163", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -sp-consensus-beefy = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/beefy", features = ["serde"] } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking", features = ["serde"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-authorship = { path = "../authorship", default-features = false} +pallet-session = { path = "../session", default-features = false} +sp-consensus-beefy = { path = "../../primitives/consensus/beefy", default-features = false, features = ["serde"] } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +sp-session = { path = "../../primitives/session", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-offences = { version = "4.0.0-dev", path = "../offences" } -pallet-staking = { version = "4.0.0-dev", path = "../staking" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-staking = { version = "4.0.0-dev", path = "../../primitives/staking" } -sp-state-machine = { version = "0.28.0", default-features = false, path = "../../primitives/state-machine" } +frame-election-provider-support = { path = "../election-provider-support" } +pallet-balances = { path = "../balances" } +pallet-offences = { path = "../offences" } +pallet-staking = { path = "../staking" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } +pallet-timestamp = { path = "../timestamp" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-staking = { path = "../../primitives/staking" } +sp-state-machine = { path = "../../primitives/state-machine", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/benchmarking/Cargo.toml b/substrate/frame/benchmarking/Cargo.toml index 6a089c230c..7964258af6 100644 --- a/substrate/frame/benchmarking/Cargo.toml +++ b/substrate/frame/benchmarking/Cargo.toml @@ -19,23 +19,23 @@ log = { version = "0.4.17", default-features = false } paste = "1.0" scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "../support/procedural" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../../primitives/runtime-interface" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-storage = { version = "13.0.0", default-features = false, path = "../../primitives/storage" } +frame-support = { path = "../support", default-features = false} +frame-support-procedural = { path = "../support/procedural", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-api = { path = "../../primitives/api", default-features = false} +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-runtime-interface = { path = "../../primitives/runtime-interface", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-storage = { path = "../../primitives/storage", default-features = false} static_assertions = "1.1.0" [dev-dependencies] array-bytes = "6.1" rusty-fork = { version = "0.3.0", default-features = false } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } +sp-keystore = { path = "../../primitives/keystore" } [features] default = [ "std" ] diff --git a/substrate/frame/benchmarking/pov/Cargo.toml b/substrate/frame/benchmarking/pov/Cargo.toml index 2329565893..d1e20c6372 100644 --- a/substrate/frame/benchmarking/pov/Cargo.toml +++ b/substrate/frame/benchmarking/pov/Cargo.toml @@ -14,12 +14,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { path = "..", default-features = false} +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/bounties/Cargo.toml b/substrate/frame/bounties/Cargo.toml index 38a7216e8d..a2f6054dd1 100644 --- a/substrate/frame/bounties/Cargo.toml +++ b/substrate/frame/bounties/Cargo.toml @@ -18,17 +18,17 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-treasury = { path = "../treasury", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/broker/Cargo.toml b/substrate/frame/broker/Cargo.toml index daa2426b2c..286eca09f6 100644 --- a/substrate/frame/broker/Cargo.toml +++ b/substrate/frame/broker/Cargo.toml @@ -15,16 +15,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive"] } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } bitvec = "1" -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +sp-std = { path = "../../primitives/std", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} [dev-dependencies] -sp-io = { version = "23.0.0", path = "../../primitives/io" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/child-bounties/Cargo.toml b/substrate/frame/child-bounties/Cargo.toml index 2db68263a0..07dd737d3d 100644 --- a/substrate/frame/child-bounties/Cargo.toml +++ b/substrate/frame/child-bounties/Cargo.toml @@ -18,18 +18,18 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-bounties = { version = "4.0.0-dev", default-features = false, path = "../bounties" } -pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-bounties = { path = "../bounties", default-features = false} +pallet-treasury = { path = "../treasury", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/collective/Cargo.toml b/substrate/frame/collective/Cargo.toml index b80de34ecc..6f95723309 100644 --- a/substrate/frame/collective/Cargo.toml +++ b/substrate/frame/collective/Cargo.toml @@ -16,13 +16,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/contracts/Cargo.toml b/substrate/frame/contracts/Cargo.toml index 75a6093dff..f1bbe38a87 100644 --- a/substrate/frame/contracts/Cargo.toml +++ b/substrate/frame/contracts/Cargo.toml @@ -36,17 +36,17 @@ rand_pcg = { version = "0.3", optional = true } # Substrate Dependencies environmental = { version = "1.1.4", default-features = false } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true, default-features = false } -pallet-contracts-primitives = { version = "24.0.0", default-features = false, path = "primitives" } -pallet-contracts-proc-macro = { version = "4.0.0-dev", path = "proc-macro" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-balances = { path = "../balances", default-features = false , optional = true} +pallet-contracts-primitives = { path = "primitives", default-features = false} +pallet-contracts-proc-macro = { path = "proc-macro" } +sp-api = { path = "../../primitives/api", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] array-bytes = "6.1" @@ -56,12 +56,12 @@ pretty_assertions = "1" wat = "1" # Substrate Dependencies -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -pallet-insecure-randomness-collective-flip = { version = "4.0.0-dev", path = "../insecure-randomness-collective-flip" } -pallet-utility = { version = "4.0.0-dev", path = "../utility" } -pallet-proxy = { version = "4.0.0-dev", path = "../proxy" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } +pallet-balances = { path = "../balances" } +pallet-timestamp = { path = "../timestamp" } +pallet-insecure-randomness-collective-flip = { path = "../insecure-randomness-collective-flip" } +pallet-utility = { path = "../utility" } +pallet-proxy = { path = "../proxy" } +sp-keystore = { path = "../../primitives/keystore" } [features] default = [ "std" ] diff --git a/substrate/frame/contracts/primitives/Cargo.toml b/substrate/frame/contracts/primitives/Cargo.toml index c868035c24..4796ace915 100644 --- a/substrate/frame/contracts/primitives/Cargo.toml +++ b/substrate/frame/contracts/primitives/Cargo.toml @@ -18,9 +18,9 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } # Substrate Dependencies (This crate should not rely on frame) -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-weights = { version = "20.0.0", default-features = false, path = "../../../primitives/weights" } +sp-std = { path = "../../../primitives/std", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-weights = { path = "../../../primitives/weights", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/conviction-voting/Cargo.toml b/substrate/frame/conviction-voting/Cargo.toml index c5e1e5b990..303d9f57e0 100644 --- a/substrate/frame/conviction-voting/Cargo.toml +++ b/substrate/frame/conviction-voting/Cargo.toml @@ -20,17 +20,17 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", features = ["derive"], optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +pallet-scheduler = { path = "../scheduler" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/core-fellowship/Cargo.toml b/substrate/frame/core-fellowship/Cargo.toml index 981e71c651..f27791f9c9 100644 --- a/substrate/frame/core-fellowship/Cargo.toml +++ b/substrate/frame/core-fellowship/Cargo.toml @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.16", default-features = false } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/democracy/Cargo.toml b/substrate/frame/democracy/Cargo.toml index 71e52ed73b..71cd78913e 100644 --- a/substrate/frame/democracy/Cargo.toml +++ b/substrate/frame/democracy/Cargo.toml @@ -18,19 +18,19 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", features = ["derive"], optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} log = { version = "0.4.17", default-features = false } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" } -pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } +pallet-balances = { path = "../balances" } +pallet-scheduler = { path = "../scheduler" } +pallet-preimage = { path = "../preimage" } [features] default = [ "std" ] diff --git a/substrate/frame/election-provider-multi-phase/Cargo.toml b/substrate/frame/election-provider-multi-phase/Cargo.toml index 0ccde14bc4..54ae2718a8 100644 --- a/substrate/frame/election-provider-multi-phase/Cargo.toml +++ b/substrate/frame/election-provider-multi-phase/Cargo.toml @@ -20,32 +20,32 @@ scale-info = { version = "2.5.0", default-features = false, features = [ ] } log = { version = "0.4.17", default-features = false } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" } +sp-io = { path = "../../primitives/io", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +frame-election-provider-support = { path = "../election-provider-support", default-features = false} # Optional imports for benchmarking -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } -pallet-election-provider-support-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support/benchmarking", optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { path = "../election-provider-support/benchmarking", default-features = false, optional = true } rand = { version = "0.8.5", default-features = false, features = ["alloc", "small_rng"], optional = true } strum = { version = "0.24.1", default-features = false, features = ["derive"], optional = true } [dev-dependencies] parking_lot = "0.12.1" rand = "0.8.5" -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io" } +sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false} +sp-tracing = { path = "../../primitives/tracing" } +pallet-balances = { path = "../balances" } +frame-benchmarking = { path = "../benchmarking" } [features] default = [ "std" ] diff --git a/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml b/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml index 0164488775..f6bc8e6067 100644 --- a/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml +++ b/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml @@ -18,22 +18,22 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive scale-info = { version = "2.0.1", features = ["derive"] } log = { version = "0.4.17", default-features = false } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } -sp-std = { version = "8.0.0", path = "../../../primitives/std" } -sp-staking = { version = "4.0.0-dev", path = "../../../primitives/staking" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-io = { path = "../../../primitives/io" } +sp-std = { path = "../../../primitives/std" } +sp-staking = { path = "../../../primitives/staking" } +sp-core = { path = "../../../primitives/core" } +sp-npos-elections = { path = "../../../primitives/npos-elections", default-features = false} +sp-tracing = { path = "../../../primitives/tracing" } -frame-system = { version = "4.0.0-dev", path = "../../system" } -frame-support = { version = "4.0.0-dev", path = "../../support" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../../election-provider-support" } +frame-system = { path = "../../system" } +frame-support = { path = "../../support" } +frame-election-provider-support = { path = "../../election-provider-support" } -pallet-election-provider-multi-phase = { version = "4.0.0-dev", path = "../../election-provider-multi-phase" } -pallet-staking = { version = "4.0.0-dev", path = "../../staking" } -pallet-bags-list = { version = "4.0.0-dev", path = "../../bags-list" } -pallet-balances = { version = "4.0.0-dev", path = "../../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -pallet-session = { version = "4.0.0-dev", path = "../../session" } +pallet-election-provider-multi-phase = { path = ".." } +pallet-staking = { path = "../../staking" } +pallet-bags-list = { path = "../../bags-list" } +pallet-balances = { path = "../../balances" } +pallet-timestamp = { path = "../../timestamp" } +pallet-session = { path = "../../session" } diff --git a/substrate/frame/election-provider-support/Cargo.toml b/substrate/frame/election-provider-support/Cargo.toml index 975be4ee04..d6d785e6ac 100644 --- a/substrate/frame/election-provider-support/Cargo.toml +++ b/substrate/frame/election-provider-support/Cargo.toml @@ -14,19 +14,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-election-provider-solution-type = { version = "4.0.0-dev", path = "solution-type" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } +frame-election-provider-solution-type = { path = "solution-type" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} [dev-dependencies] rand = { version = "0.8.5", features = ["small_rng"] } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-npos-elections = { version = "4.0.0-dev", path = "../../primitives/npos-elections" } +sp-io = { path = "../../primitives/io" } +sp-npos-elections = { path = "../../primitives/npos-elections" } [features] default = [ "std" ] diff --git a/substrate/frame/election-provider-support/benchmarking/Cargo.toml b/substrate/frame/election-provider-support/benchmarking/Cargo.toml index 477869b45a..42a10a7f5e 100644 --- a/substrate/frame/election-provider-support/benchmarking/Cargo.toml +++ b/substrate/frame/election-provider-support/benchmarking/Cargo.toml @@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = [ "derive", ] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = ".." } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true} +frame-election-provider-support = { path = "..", default-features = false} +frame-system = { path = "../../system", default-features = false} +sp-npos-elections = { path = "../../../primitives/npos-elections", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/election-provider-support/solution-type/Cargo.toml b/substrate/frame/election-provider-support/solution-type/Cargo.toml index ef98cb8c1f..3dbb9b1f16 100644 --- a/substrate/frame/election-provider-support/solution-type/Cargo.toml +++ b/substrate/frame/election-provider-support/solution-type/Cargo.toml @@ -23,8 +23,8 @@ proc-macro-crate = "1.1.3" [dev-dependencies] parity-scale-codec = "3.6.1" scale-info = "2.1.1" -sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" } +sp-arithmetic = { path = "../../../primitives/arithmetic" } # used by generate_solution_type: -frame-election-provider-support = { version = "4.0.0-dev", path = ".." } -frame-support = { version = "4.0.0-dev", path = "../../support" } +frame-election-provider-support = { path = ".." } +frame-support = { path = "../../support" } trybuild = "1.0.74" diff --git a/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml b/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml index 91b544d162..2871010c64 100644 --- a/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml +++ b/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml @@ -19,13 +19,13 @@ rand = { version = "0.8", features = ["std", "small_rng"] } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-election-provider-solution-type = { version = "4.0.0-dev", path = ".." } -frame-election-provider-support = { version = "4.0.0-dev", path = "../.." } -sp-arithmetic = { version = "16.0.0", path = "../../../../primitives/arithmetic" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } +frame-election-provider-solution-type = { path = ".." } +frame-election-provider-support = { path = "../.." } +sp-arithmetic = { path = "../../../../primitives/arithmetic" } +sp-runtime = { path = "../../../../primitives/runtime" } # used by generate_solution_type: -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/npos-elections" } -frame-support = { version = "4.0.0-dev", path = "../../../support" } +sp-npos-elections = { path = "../../../../primitives/npos-elections", default-features = false} +frame-support = { path = "../../../support" } [[bin]] name = "compact" diff --git a/substrate/frame/elections-phragmen/Cargo.toml b/substrate/frame/elections-phragmen/Cargo.toml index b8c2efdc06..327af3f3ba 100644 --- a/substrate/frame/elections-phragmen/Cargo.toml +++ b/substrate/frame/elections-phragmen/Cargo.toml @@ -18,21 +18,21 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } log = { version = "0.4.14", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-staking = { default-features = false, path = "../../primitives/staking" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } sp-tracing = { path = "../../primitives/tracing" } -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } +substrate-test-utils = { path = "../../test-utils" } [features] default = [ "std" ] diff --git a/substrate/frame/examples/Cargo.toml b/substrate/frame/examples/Cargo.toml index e636bc67ea..78bb819959 100644 --- a/substrate/frame/examples/Cargo.toml +++ b/substrate/frame/examples/Cargo.toml @@ -12,12 +12,12 @@ description = "The single package with various examples for frame pallets" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -pallet-example-basic = { default-features = false, path = "./basic" } -pallet-default-config-example = { default-features = false, path = "./default-config" } -pallet-example-offchain-worker = { default-features = false, path = "./offchain-worker" } -pallet-example-kitchensink = { default-features = false, path = "./kitchensink" } -pallet-dev-mode = { default-features = false, path = "./dev-mode" } -pallet-example-split = { default-features = false, path = "./split" } +pallet-example-basic = { path = "basic", default-features = false} +pallet-default-config-example = { path = "default-config", default-features = false} +pallet-example-offchain-worker = { path = "offchain-worker", default-features = false} +pallet-example-kitchensink = { path = "kitchensink", default-features = false} +pallet-dev-mode = { path = "dev-mode", default-features = false} +pallet-example-split = { path = "split", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/examples/basic/Cargo.toml b/substrate/frame/examples/basic/Cargo.toml index 667afb23c8..03179affbd 100644 --- a/substrate/frame/examples/basic/Cargo.toml +++ b/substrate/frame/examples/basic/Cargo.toml @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true} +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +pallet-balances = { path = "../../balances", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } +sp-core = { path = "../../../primitives/core", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/examples/default-config/Cargo.toml b/substrate/frame/examples/default-config/Cargo.toml index fbb14730fe..38aea49b23 100644 --- a/substrate/frame/examples/default-config/Cargo.toml +++ b/substrate/frame/examples/default-config/Cargo.toml @@ -16,12 +16,12 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { default-features = false, path = "../../support" } -frame-system = { default-features = false, path = "../../system" } +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} -sp-io = { default-features = false, path = "../../../primitives/io" } -sp-runtime = { default-features = false, path = "../../../primitives/runtime" } -sp-std = { default-features = false, path = "../../../primitives/std" } +sp-io = { path = "../../../primitives/io", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/examples/dev-mode/Cargo.toml b/substrate/frame/examples/dev-mode/Cargo.toml index 1dda112bf0..4d8e311868 100644 --- a/substrate/frame/examples/dev-mode/Cargo.toml +++ b/substrate/frame/examples/dev-mode/Cargo.toml @@ -16,15 +16,15 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +pallet-balances = { path = "../../balances", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } +sp-core = { path = "../../../primitives/core", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/examples/kitchensink/Cargo.toml b/substrate/frame/examples/kitchensink/Cargo.toml index 9422601157..a152ee911e 100644 --- a/substrate/frame/examples/kitchensink/Cargo.toml +++ b/substrate/frame/examples/kitchensink/Cargo.toml @@ -16,19 +16,19 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +sp-io = { path = "../../../primitives/io", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../benchmarking" } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true} -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } +pallet-balances = { path = "../../balances", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } +sp-core = { path = "../../../primitives/core", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/examples/offchain-worker/Cargo.toml b/substrate/frame/examples/offchain-worker/Cargo.toml index f3359ee77e..ca42a6948a 100644 --- a/substrate/frame/examples/offchain-worker/Cargo.toml +++ b/substrate/frame/examples/offchain-worker/Cargo.toml @@ -17,13 +17,13 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = lite-json = { version = "0.2.0", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } -sp-keystore = { version = "0.27.0", optional = true, path = "../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +sp-core = { path = "../../../primitives/core", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false} +sp-keystore = { path = "../../../primitives/keystore", optional = true} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/examples/split/Cargo.toml b/substrate/frame/examples/split/Cargo.toml index f64d79855a..e5070cd1a1 100644 --- a/substrate/frame/examples/split/Cargo.toml +++ b/substrate/frame/examples/split/Cargo.toml @@ -17,16 +17,16 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +sp-io = { path = "../../../primitives/io", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../benchmarking" } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true} [dev-dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } +sp-core = { path = "../../../primitives/core", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/executive/Cargo.toml b/substrate/frame/executive/Cargo.toml index 48cbb47fe7..4cc6102263 100644 --- a/substrate/frame/executive/Cargo.toml +++ b/substrate/frame/executive/Cargo.toml @@ -18,23 +18,23 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../try-runtime", optional = true } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-tracing = { version = "10.0.0", default-features = false, path = "../../primitives/tracing" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +frame-try-runtime = { path = "../try-runtime", default-features = false, optional = true } +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-tracing = { path = "../../primitives/tracing", default-features = false} [dev-dependencies] array-bytes = "6.1" -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-version = { version = "22.0.0", path = "../../primitives/version" } +pallet-balances = { path = "../balances" } +pallet-transaction-payment = { path = "../transaction-payment" } +sp-core = { path = "../../primitives/core" } +sp-inherents = { path = "../../primitives/inherents" } +sp-io = { path = "../../primitives/io" } +sp-version = { path = "../../primitives/version" } [features] default = [ "std" ] diff --git a/substrate/frame/fast-unstake/Cargo.toml b/substrate/frame/fast-unstake/Cargo.toml index 6e67253f76..efdcf72ba0 100644 --- a/substrate/frame/fast-unstake/Cargo.toml +++ b/substrate/frame/fast-unstake/Cargo.toml @@ -16,24 +16,24 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-staking = { default-features = false, path = "../../primitives/staking" } -frame-election-provider-support = { default-features = false, path = "../election-provider-support" } +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false} +frame-election-provider-support = { path = "../election-provider-support", default-features = false} -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} docify = "0.2.1" [dev-dependencies] -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } +sp-core = { path = "../../primitives/core", default-features = false} +substrate-test-utils = { path = "../../test-utils" } +sp-tracing = { path = "../../primitives/tracing" } pallet-staking = { path = "../staking" } pallet-balances = { path = "../balances" } pallet-timestamp = { path = "../timestamp" } diff --git a/substrate/frame/glutton/Cargo.toml b/substrate/frame/glutton/Cargo.toml index 65b01e8390..cd609f9a62 100644 --- a/substrate/frame/glutton/Cargo.toml +++ b/substrate/frame/glutton/Cargo.toml @@ -17,16 +17,16 @@ blake2 = { version = "0.10.4", default-features = false } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/grandpa/Cargo.toml b/substrate/frame/grandpa/Cargo.toml index b9f8cc5c2c..5fcb4f9817 100644 --- a/substrate/frame/grandpa/Cargo.toml +++ b/substrate/frame/grandpa/Cargo.toml @@ -16,30 +16,30 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto", features = ["serde"] } -sp-consensus-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/grandpa", features = ["serde"] } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core", features = ["serde"] } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking", features = ["serde"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-authorship = { path = "../authorship", default-features = false} +pallet-session = { path = "../session", default-features = false} +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } +sp-consensus-grandpa = { path = "../../primitives/consensus/grandpa", default-features = false, features = ["serde"] } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +sp-session = { path = "../../primitives/session", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] grandpa = { package = "finality-grandpa", version = "0.16.2", features = ["derive-codec"] } -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-offences = { version = "4.0.0-dev", path = "../offences" } -pallet-staking = { version = "4.0.0-dev", path = "../staking" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -sp-keyring = { version = "24.0.0", path = "../../primitives/keyring" } +frame-benchmarking = { path = "../benchmarking" } +frame-election-provider-support = { path = "../election-provider-support" } +pallet-balances = { path = "../balances" } +pallet-offences = { path = "../offences" } +pallet-staking = { path = "../staking" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } +pallet-timestamp = { path = "../timestamp" } +sp-keyring = { path = "../../primitives/keyring" } [features] default = [ "std" ] diff --git a/substrate/frame/identity/Cargo.toml b/substrate/frame/identity/Cargo.toml index fef4ed400a..6063b89df0 100644 --- a/substrate/frame/identity/Cargo.toml +++ b/substrate/frame/identity/Cargo.toml @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } enumflags2 = { version = "0.7.7" } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/im-online/Cargo.toml b/substrate/frame/im-online/Cargo.toml index 23e0563a19..9cbf0c1635 100644 --- a/substrate/frame/im-online/Cargo.toml +++ b/substrate/frame/im-online/Cargo.toml @@ -16,19 +16,19 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto", features = ["serde"] } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core", features = ["serde"] } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking", features = ["serde"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-authorship = { path = "../authorship", default-features = false} +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-session = { version = "4.0.0-dev", path = "../session" } +pallet-session = { path = "../session" } [features] default = [ "std" ] diff --git a/substrate/frame/indices/Cargo.toml b/substrate/frame/indices/Cargo.toml index 84e41a0cbe..6b1af69cc6 100644 --- a/substrate/frame/indices/Cargo.toml +++ b/substrate/frame/indices/Cargo.toml @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-keyring = { version = "24.0.0", optional = true, path = "../../primitives/keyring" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-keyring = { path = "../../primitives/keyring", optional = true} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/insecure-randomness-collective-flip/Cargo.toml b/substrate/frame/insecure-randomness-collective-flip/Cargo.toml index 6676dac915..d84c22c5ae 100644 --- a/substrate/frame/insecure-randomness-collective-flip/Cargo.toml +++ b/substrate/frame/insecure-randomness-collective-flip/Cargo.toml @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } safe-mix = { version = "1.0", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/lottery/Cargo.toml b/substrate/frame/lottery/Cargo.toml index 85503edaee..a3828fa171 100644 --- a/substrate/frame/lottery/Cargo.toml +++ b/substrate/frame/lottery/Cargo.toml @@ -16,17 +16,17 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = "derive", ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -frame-support-test = { version = "3.0.0", path = "../support/test" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +frame-support-test = { path = "../support/test" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/membership/Cargo.toml b/substrate/frame/membership/Cargo.toml index e2674cb640..adf1c500de 100644 --- a/substrate/frame/membership/Cargo.toml +++ b/substrate/frame/membership/Cargo.toml @@ -16,13 +16,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core", features = ["serde"] } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +sp-std = { path = "../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/merkle-mountain-range/Cargo.toml b/substrate/frame/merkle-mountain-range/Cargo.toml index 3496b84350..92638f202b 100644 --- a/substrate/frame/merkle-mountain-range/Cargo.toml +++ b/substrate/frame/merkle-mountain-range/Cargo.toml @@ -15,14 +15,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../../primitives/merkle-mountain-range" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-mmr-primitives = { path = "../../primitives/merkle-mountain-range", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] array-bytes = "6.1" diff --git a/substrate/frame/message-queue/Cargo.toml b/substrate/frame/message-queue/Cargo.toml index 4fe2b46366..655c88c39f 100644 --- a/substrate/frame/message-queue/Cargo.toml +++ b/substrate/frame/message-queue/Cargo.toml @@ -14,19 +14,19 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" serde = { version = "1.0.163", optional = true, features = ["derive"] } log = { version = "0.4.17", default-features = false } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-weights = { version = "20.0.0", default-features = false, path = "../../primitives/weights" } +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-weights = { path = "../../primitives/weights", default-features = false} -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} [dev-dependencies] -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } +sp-tracing = { path = "../../primitives/tracing" } rand = "0.8.5" rand_distr = "0.4.3" diff --git a/substrate/frame/multisig/Cargo.toml b/substrate/frame/multisig/Cargo.toml index 7927fea620..8846fa2c23 100644 --- a/substrate/frame/multisig/Cargo.toml +++ b/substrate/frame/multisig/Cargo.toml @@ -15,18 +15,18 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} # third party log = { version = "0.4.17", default-features = false } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/nft-fractionalization/Cargo.toml b/substrate/frame/nft-fractionalization/Cargo.toml index b75f3262c2..1edbf2952c 100644 --- a/substrate/frame/nft-fractionalization/Cargo.toml +++ b/substrate/frame/nft-fractionalization/Cargo.toml @@ -16,19 +16,19 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-assets = { version = "4.0.0-dev", default-features = false, path = "../assets" } -pallet-nfts = { version = "4.0.0-dev", default-features = false, path = "../nfts" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-assets = { path = "../assets", default-features = false} +pallet-nfts = { path = "../nfts", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-std = { version = "8.0.0", path = "../../primitives/std" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-std = { path = "../../primitives/std" } [features] default = [ "std" ] diff --git a/substrate/frame/nfts/Cargo.toml b/substrate/frame/nfts/Cargo.toml index 126e4439b5..33fb139821 100644 --- a/substrate/frame/nfts/Cargo.toml +++ b/substrate/frame/nfts/Cargo.toml @@ -17,17 +17,17 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = enumflags2 = { version = "0.7.7" } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } +pallet-balances = { path = "../balances" } +sp-keystore = { path = "../../primitives/keystore" } [features] default = [ "std" ] diff --git a/substrate/frame/nfts/runtime-api/Cargo.toml b/substrate/frame/nfts/runtime-api/Cargo.toml index a3e08708ae..b4485f6c12 100644 --- a/substrate/frame/nfts/runtime-api/Cargo.toml +++ b/substrate/frame/nfts/runtime-api/Cargo.toml @@ -14,9 +14,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -pallet-nfts = { version = "4.0.0-dev", default-features = false, path = "../../nfts" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } +frame-support = { path = "../../support", default-features = false} +pallet-nfts = { path = "..", default-features = false} +sp-api = { path = "../../../primitives/api", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/nicks/Cargo.toml b/substrate/frame/nicks/Cargo.toml index 129c99d310..9756a06c58 100644 --- a/substrate/frame/nicks/Cargo.toml +++ b/substrate/frame/nicks/Cargo.toml @@ -15,15 +15,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/nis/Cargo.toml b/substrate/frame/nis/Cargo.toml index 2b012bbe91..3ca1960e89 100644 --- a/substrate/frame/nis/Cargo.toml +++ b/substrate/frame/nis/Cargo.toml @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +pallet-balances = { path = "../balances" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/node-authorization/Cargo.toml b/substrate/frame/node-authorization/Cargo.toml index b801d73649..cae46420fe 100644 --- a/substrate/frame/node-authorization/Cargo.toml +++ b/substrate/frame/node-authorization/Cargo.toml @@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/nomination-pools/Cargo.toml b/substrate/frame/nomination-pools/Cargo.toml index e0158215e7..01e998a521 100644 --- a/substrate/frame/nomination-pools/Cargo.toml +++ b/substrate/frame/nomination-pools/Cargo.toml @@ -17,22 +17,22 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } # FRAME -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} log = { version = "0.4.0", default-features = false } # Optional: use for testing and/or fuzzing -pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing", optional = true } +pallet-balances = { path = "../balances", optional = true } +sp-tracing = { path = "../../primitives/tracing", optional = true } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } +pallet-balances = { path = "../balances" } +sp-tracing = { path = "../../primitives/tracing" } [features] default = [ "std" ] diff --git a/substrate/frame/nomination-pools/benchmarking/Cargo.toml b/substrate/frame/nomination-pools/benchmarking/Cargo.toml index 836f65e849..d9ddc82867 100644 --- a/substrate/frame/nomination-pools/benchmarking/Cargo.toml +++ b/substrate/frame/nomination-pools/benchmarking/Cargo.toml @@ -18,26 +18,26 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } # FRAME -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../../election-provider-support" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-bags-list = { version = "4.0.0-dev", default-features = false, path = "../../bags-list" } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../staking" } -pallet-nomination-pools = { version = "1.0.0", default-features = false, path = "../" } +frame-benchmarking = { path = "../../benchmarking", default-features = false} +frame-election-provider-support = { path = "../../election-provider-support", default-features = false} +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +pallet-bags-list = { path = "../../bags-list", default-features = false} +pallet-staking = { path = "../../staking", default-features = false} +pallet-nomination-pools = { path = "..", default-features = false} # Substrate Primitives -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../../../primitives/runtime-interface" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-runtime-interface = { path = "../../../primitives/runtime-interface", default-features = false} +sp-staking = { path = "../../../primitives/staking", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } +pallet-balances = { path = "../../balances", default-features = false} +pallet-timestamp = { path = "../../timestamp" } +pallet-staking-reward-curve = { path = "../../staking/reward-curve" } +sp-core = { path = "../../../primitives/core" } +sp-io = { path = "../../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/nomination-pools/runtime-api/Cargo.toml b/substrate/frame/nomination-pools/runtime-api/Cargo.toml index eef1d42d43..c3ca47e824 100644 --- a/substrate/frame/nomination-pools/runtime-api/Cargo.toml +++ b/substrate/frame/nomination-pools/runtime-api/Cargo.toml @@ -14,9 +14,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } -pallet-nomination-pools = { version = "1.0.0", default-features = false, path = "../" } +sp-api = { path = "../../../primitives/api", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} +pallet-nomination-pools = { path = "..", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/nomination-pools/test-staking/Cargo.toml b/substrate/frame/nomination-pools/test-staking/Cargo.toml index 8ff7895a32..70117daa60 100644 --- a/substrate/frame/nomination-pools/test-staking/Cargo.toml +++ b/substrate/frame/nomination-pools/test-staking/Cargo.toml @@ -16,22 +16,22 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] } scale-info = { version = "2.0.1", features = ["derive"] } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } -sp-std = { version = "8.0.0", path = "../../../primitives/std" } -sp-staking = { version = "4.0.0-dev", path = "../../../primitives/staking" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-io = { path = "../../../primitives/io" } +sp-std = { path = "../../../primitives/std" } +sp-staking = { path = "../../../primitives/staking" } +sp-core = { path = "../../../primitives/core" } -frame-system = { version = "4.0.0-dev", path = "../../system" } -frame-support = { version = "4.0.0-dev", path = "../../support" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../../election-provider-support" } +frame-system = { path = "../../system" } +frame-support = { path = "../../support" } +frame-election-provider-support = { path = "../../election-provider-support" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -pallet-balances = { version = "4.0.0-dev", path = "../../balances" } -pallet-staking = { version = "4.0.0-dev", path = "../../staking" } -pallet-bags-list = { version = "4.0.0-dev", path = "../../bags-list" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -pallet-nomination-pools = { version = "1.0.0-dev", path = ".." } +pallet-timestamp = { path = "../../timestamp" } +pallet-balances = { path = "../../balances" } +pallet-staking = { path = "../../staking" } +pallet-bags-list = { path = "../../bags-list" } +pallet-staking-reward-curve = { path = "../../staking/reward-curve" } +pallet-nomination-pools = { path = ".." } -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } +sp-tracing = { path = "../../../primitives/tracing" } log = { version = "0.4.0" } diff --git a/substrate/frame/offences/Cargo.toml b/substrate/frame/offences/Cargo.toml index fb92f10294..49a9db38a8 100644 --- a/substrate/frame/offences/Cargo.toml +++ b/substrate/frame/offences/Cargo.toml @@ -17,16 +17,16 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-balances = { path = "../balances", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/offences/benchmarking/Cargo.toml b/substrate/frame/offences/benchmarking/Cargo.toml index 17309478d6..9142515410 100644 --- a/substrate/frame/offences/benchmarking/Cargo.toml +++ b/substrate/frame/offences/benchmarking/Cargo.toml @@ -15,27 +15,27 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../../election-provider-support" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-babe = { version = "4.0.0-dev", default-features = false, path = "../../babe" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -pallet-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../grandpa" } -pallet-im-online = { version = "4.0.0-dev", default-features = false, path = "../../im-online" } -pallet-offences = { version = "4.0.0-dev", default-features = false, path = "../../offences" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../../session" } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../staking" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { path = "../../benchmarking", default-features = false} +frame-election-provider-support = { path = "../../election-provider-support", default-features = false} +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +pallet-babe = { path = "../../babe", default-features = false} +pallet-balances = { path = "../../balances", default-features = false} +pallet-grandpa = { path = "../../grandpa", default-features = false} +pallet-im-online = { path = "../../im-online", default-features = false} +pallet-offences = { path = "..", default-features = false} +pallet-session = { path = "../../session", default-features = false} +pallet-staking = { path = "../../staking", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-staking = { path = "../../../primitives/staking", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} log = { version = "0.4.17", default-features = false } [dev-dependencies] -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } +pallet-staking-reward-curve = { path = "../../staking/reward-curve" } +pallet-timestamp = { path = "../../timestamp" } +sp-core = { path = "../../../primitives/core" } +sp-io = { path = "../../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/paged-list/Cargo.toml b/substrate/frame/paged-list/Cargo.toml index 4f697b6333..a145ef306c 100644 --- a/substrate/frame/paged-list/Cargo.toml +++ b/substrate/frame/paged-list/Cargo.toml @@ -16,15 +16,15 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = docify = "0.2.1" scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "21.0.0", path = "../../primitives/core", default-features = false } -sp-io = { version = "23.0.0", path = "../../primitives/io", default-features = false } -sp-metadata-ir = { version = "0.1.0", default-features = false, optional = true, path = "../../primitives/metadata-ir" } +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false } +sp-io = { path = "../../primitives/io", default-features = false } +sp-metadata-ir = { path = "../../primitives/metadata-ir", default-features = false, optional = true} [features] default = [ "std" ] diff --git a/substrate/frame/paged-list/fuzzer/Cargo.toml b/substrate/frame/paged-list/fuzzer/Cargo.toml index 9402ca8a48..f78247f2ab 100644 --- a/substrate/frame/paged-list/fuzzer/Cargo.toml +++ b/substrate/frame/paged-list/fuzzer/Cargo.toml @@ -17,6 +17,6 @@ path = "src/paged_list.rs" arbitrary = "1.3.0" honggfuzz = "0.5.49" -frame-support = { version = "4.0.0-dev", default-features = false, features = [ "std" ], path = "../../support" } +frame-support = { path = "../../support", default-features = false, features = [ "std" ]} sp-io = { path = "../../../primitives/io", default-features = false, features = [ "std" ] } -pallet-paged-list = { path = "../", default-features = false, features = [ "std" ] } +pallet-paged-list = { path = "..", default-features = false, features = [ "std" ] } diff --git a/substrate/frame/preimage/Cargo.toml b/substrate/frame/preimage/Cargo.toml index f9ba45ceda..e9588887ac 100644 --- a/substrate/frame/preimage/Cargo.toml +++ b/substrate/frame/preimage/Cargo.toml @@ -11,18 +11,18 @@ description = "FRAME pallet for storing preimages of hashes" [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, optional = true, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false, optional = true} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} log = { version = "0.4.17", default-features = false } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/proxy/Cargo.toml b/substrate/frame/proxy/Cargo.toml index 734926c4a2..9618ec006e 100644 --- a/substrate/frame/proxy/Cargo.toml +++ b/substrate/frame/proxy/Cargo.toml @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["max-encoded-len"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-utility = { version = "4.0.0-dev", path = "../utility" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +pallet-utility = { path = "../utility" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/ranked-collective/Cargo.toml b/substrate/frame/ranked-collective/Cargo.toml index 1152aeea4f..613da42cb1 100644 --- a/substrate/frame/ranked-collective/Cargo.toml +++ b/substrate/frame/ranked-collective/Cargo.toml @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.16", default-features = false } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/recovery/Cargo.toml b/substrate/frame/recovery/Cargo.toml index 9e86728bc8..e3d292e247 100644 --- a/substrate/frame/recovery/Cargo.toml +++ b/substrate/frame/recovery/Cargo.toml @@ -15,16 +15,16 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/referenda/Cargo.toml b/substrate/frame/referenda/Cargo.toml index abaed893ee..ee34d49573 100644 --- a/substrate/frame/referenda/Cargo.toml +++ b/substrate/frame/referenda/Cargo.toml @@ -19,21 +19,21 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", features = ["derive"], optional = true } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} log = { version = "0.4.17", default-features = false } [dev-dependencies] assert_matches = { version = "1.5" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } -pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +pallet-preimage = { path = "../preimage" } +pallet-scheduler = { path = "../scheduler" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/remark/Cargo.toml b/substrate/frame/remark/Cargo.toml index 47078bddeb..cfd34209c1 100644 --- a/substrate/frame/remark/Cargo.toml +++ b/substrate/frame/remark/Cargo.toml @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { path = "../../primitives/core", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/root-offences/Cargo.toml b/substrate/frame/root-offences/Cargo.toml index e8f38f8aca..c2df0a79e6 100644 --- a/substrate/frame/root-offences/Cargo.toml +++ b/substrate/frame/root-offences/Cargo.toml @@ -16,24 +16,24 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -pallet-session = { version = "4.0.0-dev", features = [ "historical" ], path = "../../frame/session", default-features = false } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../frame/staking" } +pallet-session = { path = "../session", default-features = false , features = [ "historical" ]} +pallet-staking = { path = "../staking", default-features = false} -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime" } +sp-staking = { path = "../../primitives/staking", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } +pallet-balances = { path = "../balances" } +pallet-timestamp = { path = "../timestamp" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } +frame-election-provider-support = { path = "../election-provider-support" } [features] runtime-benchmarks = [ diff --git a/substrate/frame/root-testing/Cargo.toml b/substrate/frame/root-testing/Cargo.toml index b76cb5a059..9e0c0d3851 100644 --- a/substrate/frame/root-testing/Cargo.toml +++ b/substrate/frame/root-testing/Cargo.toml @@ -16,12 +16,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [features] try-runtime = [ diff --git a/substrate/frame/safe-mode/Cargo.toml b/substrate/frame/safe-mode/Cargo.toml index ca04a3e1b9..cbb5f08b6c 100644 --- a/substrate/frame/safe-mode/Cargo.toml +++ b/substrate/frame/safe-mode/Cargo.toml @@ -13,23 +13,23 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -pallet-balances = { version = "4.0.0-dev", path = "../balances", default-features = false, optional = true } -pallet-utility = { version = "4.0.0-dev", path = "../utility", default-features = false, optional = true } -pallet-proxy = { version = "4.0.0-dev", path = "../proxy", default-features = false, optional = true } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +pallet-balances = { path = "../balances", default-features = false, optional = true } +pallet-utility = { path = "../utility", default-features = false, optional = true } +pallet-proxy = { path = "../proxy", default-features = false, optional = true } [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-utility = { version = "4.0.0-dev", path = "../utility" } -pallet-proxy = { version = "4.0.0-dev", path = "../proxy" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +pallet-balances = { path = "../balances" } +pallet-utility = { path = "../utility" } +pallet-proxy = { path = "../proxy" } [features] default = [ "std" ] diff --git a/substrate/frame/salary/Cargo.toml b/substrate/frame/salary/Cargo.toml index 330b746fc1..e1a3a36a7c 100644 --- a/substrate/frame/salary/Cargo.toml +++ b/substrate/frame/salary/Cargo.toml @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.16", default-features = false } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/scheduler/Cargo.toml b/substrate/frame/scheduler/Cargo.toml index edc3992431..b9b296cd1e 100644 --- a/substrate/frame/scheduler/Cargo.toml +++ b/substrate/frame/scheduler/Cargo.toml @@ -13,19 +13,19 @@ readme = "README.md" codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-weights = { version = "20.0.0", default-features = false, path = "../../primitives/weights" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-weights = { path = "../../primitives/weights", default-features = false} docify = "0.2.1" [dev-dependencies] -pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } +pallet-preimage = { path = "../preimage" } +sp-core = { path = "../../primitives/core", default-features = false} +substrate-test-utils = { path = "../../test-utils" } [features] default = [ "std" ] diff --git a/substrate/frame/scored-pool/Cargo.toml b/substrate/frame/scored-pool/Cargo.toml index 6bed5b04ae..5c5f655b32 100644 --- a/substrate/frame/scored-pool/Cargo.toml +++ b/substrate/frame/scored-pool/Cargo.toml @@ -15,15 +15,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/session/Cargo.toml b/substrate/frame/session/Cargo.toml index 1fc5f4c1ab..4d81e102f1 100644 --- a/substrate/frame/session/Cargo.toml +++ b/substrate/frame/session/Cargo.toml @@ -17,17 +17,17 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core", features = ["serde"] } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking", features = ["serde"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-trie = { version = "22.0.0", default-features = false, optional = true, path = "../../primitives/trie" } -sp-state-machine = { version = "0.28.0", default-features = false, path = "../../primitives/state-machine" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-timestamp = { path = "../timestamp", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +sp-session = { path = "../../primitives/session", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } +sp-std = { path = "../../primitives/std", default-features = false} +sp-trie = { path = "../../primitives/trie", default-features = false, optional = true} +sp-state-machine = { path = "../../primitives/state-machine", default-features = false} [features] default = [ "historical", "std" ] diff --git a/substrate/frame/session/benchmarking/Cargo.toml b/substrate/frame/session/benchmarking/Cargo.toml index 5db6821da1..f4138c077e 100644 --- a/substrate/frame/session/benchmarking/Cargo.toml +++ b/substrate/frame/session/benchmarking/Cargo.toml @@ -15,24 +15,24 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } rand = { version = "0.8.5", default-features = false, features = ["std_rng"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../../session" } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../staking" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { path = "../../benchmarking", default-features = false} +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +pallet-session = { path = "..", default-features = false} +pallet-staking = { path = "../../staking", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-session = { path = "../../../primitives/session", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] } scale-info = "2.1.1" -frame-election-provider-support = { version = "4.0.0-dev", path = "../../election-provider-support" } -pallet-balances = { version = "4.0.0-dev", path = "../../balances" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } +frame-election-provider-support = { path = "../../election-provider-support" } +pallet-balances = { path = "../../balances" } +pallet-staking-reward-curve = { path = "../../staking/reward-curve" } +pallet-timestamp = { path = "../../timestamp" } +sp-core = { path = "../../../primitives/core" } +sp-io = { path = "../../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/society/Cargo.toml b/substrate/frame/society/Cargo.toml index 55e5c1e01c..9e2bbe3b35 100644 --- a/substrate/frame/society/Cargo.toml +++ b/substrate/frame/society/Cargo.toml @@ -18,19 +18,19 @@ rand_chacha = { version = "0.2", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +sp-std = { path = "../../primitives/std", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} [dev-dependencies] -frame-support-test = { version = "3.0.0", path = "../support/test" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +frame-support-test = { path = "../support/test" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/staking/Cargo.toml b/substrate/frame/staking/Cargo.toml index 2ad9b44d7b..e9873ba658 100644 --- a/substrate/frame/staking/Cargo.toml +++ b/substrate/frame/staking/Cargo.toml @@ -18,35 +18,35 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = "derive", ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking", features = ["serde"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-session = { version = "4.0.0-dev", default-features = false, features = [ +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } +sp-std = { path = "../../primitives/std", default-features = false} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-session = { path = "../session", default-features = false, features = [ "historical", -], path = "../session" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto", features = ["serde"] } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" } +]} +pallet-authorship = { path = "../authorship", default-features = false} +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } +frame-election-provider-support = { path = "../election-provider-support", default-features = false} log = { version = "0.4.17", default-features = false } # Optional imports for benchmarking -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } rand_chacha = { version = "0.2", default-features = false, optional = true } [dev-dependencies] -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-npos-elections = { version = "4.0.0-dev", path = "../../primitives/npos-elections" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -pallet-bags-list = { version = "4.0.0-dev", path = "../bags-list" } -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } +sp-tracing = { path = "../../primitives/tracing" } +sp-core = { path = "../../primitives/core" } +sp-npos-elections = { path = "../../primitives/npos-elections" } +pallet-balances = { path = "../balances" } +pallet-timestamp = { path = "../timestamp" } +pallet-staking-reward-curve = { path = "reward-curve" } +pallet-bags-list = { path = "../bags-list" } +substrate-test-utils = { path = "../../test-utils" } +frame-benchmarking = { path = "../benchmarking" } +frame-election-provider-support = { path = "../election-provider-support" } rand_chacha = { version = "0.2" } [features] diff --git a/substrate/frame/staking/reward-curve/Cargo.toml b/substrate/frame/staking/reward-curve/Cargo.toml index b98ab8caef..bdffe96d97 100644 --- a/substrate/frame/staking/reward-curve/Cargo.toml +++ b/substrate/frame/staking/reward-curve/Cargo.toml @@ -21,4 +21,4 @@ quote = "1.0.28" syn = { version = "2.0.16", features = ["full", "visit"] } [dev-dependencies] -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/substrate/frame/staking/reward-fn/Cargo.toml b/substrate/frame/staking/reward-fn/Cargo.toml index a80210f7d9..cf77299f5b 100644 --- a/substrate/frame/staking/reward-fn/Cargo.toml +++ b/substrate/frame/staking/reward-fn/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = { version = "0.4.17", default-features = false } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../../primitives/arithmetic" } +sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/staking/runtime-api/Cargo.toml b/substrate/frame/staking/runtime-api/Cargo.toml index afb7ce721c..b2972d35b6 100644 --- a/substrate/frame/staking/runtime-api/Cargo.toml +++ b/substrate/frame/staking/runtime-api/Cargo.toml @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } +sp-api = { path = "../../../primitives/api", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/state-trie-migration/Cargo.toml b/substrate/frame/state-trie-migration/Cargo.toml index d1bed941d4..8258562229 100644 --- a/substrate/frame/state-trie-migration/Cargo.toml +++ b/substrate/frame/state-trie-migration/Cargo.toml @@ -18,15 +18,15 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" serde = { version = "1.0.163", optional = true } thousands = { version = "0.2.0", optional = true } zstd = { version = "0.12.3", default-features = false, optional = true } -frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } -frame-support = { default-features = false, path = "../support" } -frame-system = { default-features = false, path = "../system" } -remote-externalities = { optional = true, path = "../../utils/frame/remote-externalities", package = "frame-remote-externalities" } -sp-core = { default-features = false, path = "../../primitives/core" } -sp-io = { default-features = false, path = "../../primitives/io" } -sp-runtime = { default-features = false, path = "../../primitives/runtime" } -sp-std = { default-features = false, path = "../../primitives/std" } -substrate-state-trie-migration-rpc = { optional = true, path = "../../utils/frame/rpc/state-trie-migration-rpc" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +remote-externalities = { package = "frame-remote-externalities" , path = "../../utils/frame/remote-externalities", optional = true} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +substrate-state-trie-migration-rpc = { path = "../../utils/frame/rpc/state-trie-migration-rpc", optional = true} [dev-dependencies] parking_lot = "0.12.1" diff --git a/substrate/frame/statement/Cargo.toml b/substrate/frame/statement/Cargo.toml index 4740c421d7..18f1ec45f9 100644 --- a/substrate/frame/statement/Cargo.toml +++ b/substrate/frame/statement/Cargo.toml @@ -14,18 +14,18 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"]} scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-statement-store = { version = "4.0.0-dev", default-features = false, path = "../../primitives/statement-store" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-statement-store = { path = "../../primitives/statement-store", default-features = false} +sp-api = { path = "../../primitives/api", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} log = { version = "0.4.17", default-features = false } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/sudo/Cargo.toml b/substrate/frame/sudo/Cargo.toml index ed46ad53c2..6bc8086a45 100644 --- a/substrate/frame/sudo/Cargo.toml +++ b/substrate/frame/sudo/Cargo.toml @@ -14,16 +14,16 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/support/Cargo.toml b/substrate/frame/support/Cargo.toml index d115a83722..2424789473 100644 --- a/substrate/frame/support/Cargo.toml +++ b/substrate/frame/support/Cargo.toml @@ -17,31 +17,31 @@ serde = { version = "1.0.163", default-features = false, features = ["alloc", "d codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api", features = [ "frame-metadata" ] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-tracing = { version = "10.0.0", default-features = false, path = "../../primitives/tracing" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-weights = { version = "20.0.0", default-features = false, path = "../../primitives/weights" } -sp-debug-derive = { default-features = false, path = "../../primitives/debug-derive" } -sp-metadata-ir = { version = "0.1.0", default-features = false, path = "../../primitives/metadata-ir" } +sp-api = { path = "../../primitives/api", default-features = false, features = [ "frame-metadata" ] } +sp-std = { path = "../../primitives/std", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-tracing = { path = "../../primitives/tracing", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false} +sp-inherents = { path = "../../primitives/inherents", default-features = false} +sp-staking = { path = "../../primitives/staking", default-features = false} +sp-weights = { path = "../../primitives/weights", default-features = false} +sp-debug-derive = { path = "../../primitives/debug-derive", default-features = false} +sp-metadata-ir = { path = "../../primitives/metadata-ir", default-features = false} tt-call = "1.0.8" macro_magic = "0.4.2" -frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "./procedural" } +frame-support-procedural = { path = "procedural", default-features = false} paste = "1.0" -sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../../primitives/state-machine" } +sp-state-machine = { path = "../../primitives/state-machine", default-features = false, optional = true} bitflags = "1.3" impl-trait-for-tuples = "0.2.2" smallvec = "1.11.0" log = { version = "0.4.17", default-features = false } -sp-core-hashing-proc-macro = { version = "9.0.0", path = "../../primitives/core/hashing/proc-macro" } +sp-core-hashing-proc-macro = { path = "../../primitives/core/hashing/proc-macro" } k256 = { version = "0.13.1", default-features = false, features = ["ecdsa"] } environmental = { version = "1.1.4", default-features = false } -sp-genesis-builder = { version = "0.1.0", default-features=false, path = "../../primitives/genesis-builder" } +sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features=false} serde_json = { version = "1.0.85", default-features = false, features = ["alloc"] } docify = "0.2.1" static_assertions = "1.1.0" @@ -51,7 +51,7 @@ aquamarine = { version = "0.3.2" } [dev-dependencies] assert_matches = "1.3.0" pretty_assertions = "1.2.1" -frame-system = { version = "4.0.0-dev", path = "../system" } +frame-system = { path = "../system" } array-bytes = "6.1" [features] diff --git a/substrate/frame/support/procedural/Cargo.toml b/substrate/frame/support/procedural/Cargo.toml index a5d4e9e2e8..d08b3fc2b4 100644 --- a/substrate/frame/support/procedural/Cargo.toml +++ b/substrate/frame/support/procedural/Cargo.toml @@ -22,7 +22,7 @@ itertools = "0.10.3" proc-macro2 = "1.0.56" quote = "1.0.28" syn = { version = "2.0.16", features = ["full"] } -frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" } +frame-support-procedural-tools = { path = "tools" } proc-macro-warning = { version = "0.4.1", default-features = false } macro_magic = { version = "0.4.2", features = ["proc_support"] } expander = "2.0.0" diff --git a/substrate/frame/support/procedural/tools/Cargo.toml b/substrate/frame/support/procedural/tools/Cargo.toml index 7caff534fc..4d2e4c8756 100644 --- a/substrate/frame/support/procedural/tools/Cargo.toml +++ b/substrate/frame/support/procedural/tools/Cargo.toml @@ -16,4 +16,4 @@ proc-macro-crate = "1.1.3" proc-macro2 = "1.0.56" quote = "1.0.28" syn = { version = "2.0.16", features = ["full", "visit", "extra-traits"] } -frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" } +frame-support-procedural-tools-derive = { path = "derive" } diff --git a/substrate/frame/support/test/Cargo.toml b/substrate/frame/support/test/Cargo.toml index ecb1712442..e5057d5d98 100644 --- a/substrate/frame/support/test/Cargo.toml +++ b/substrate/frame/support/test/Cargo.toml @@ -17,24 +17,24 @@ serde = { version = "1.0.163", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../../primitives/arithmetic" } -sp-io = { version = "23.0.0", path = "../../../primitives/io", default-features = false } -sp-state-machine = { version = "0.28.0", optional = true, path = "../../../primitives/state-machine" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } -sp-version = { version = "22.0.0", default-features = false, path = "../../../primitives/version" } -sp-metadata-ir = { version = "0.1.0", default-features = false, path = "../../../primitives/metadata-ir" } +sp-api = { path = "../../../primitives/api", default-features = false} +sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false } +sp-state-machine = { path = "../../../primitives/state-machine", optional = true} +frame-support = { path = "..", default-features = false} +frame-benchmarking = { path = "../../benchmarking", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-core = { path = "../../../primitives/core", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} +sp-version = { path = "../../../primitives/version", default-features = false} +sp-metadata-ir = { path = "../../../primitives/metadata-ir", default-features = false} trybuild = { version = "1.0.74", features = [ "diff" ] } pretty_assertions = "1.3.0" rustversion = "1.0.6" -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../executive" } +frame-system = { path = "../../system", default-features = false} +frame-executive = { path = "../../executive", default-features = false} # The "std" feature for this pallet is never activated on purpose, in order to test construct_runtime error message -test-pallet = { package = "frame-support-test-pallet", default-features = false, path = "pallet" } +test-pallet = { package = "frame-support-test-pallet", path = "pallet", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/support/test/compile_pass/Cargo.toml b/substrate/frame/support/test/compile_pass/Cargo.toml index 151f7d8a5b..444d3fbb5a 100644 --- a/substrate/frame/support/test/compile_pass/Cargo.toml +++ b/substrate/frame/support/test/compile_pass/Cargo.toml @@ -14,11 +14,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -renamed-frame-support = { package = "frame-support", version = "4.0.0-dev", default-features = false, path = "../../" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../../../primitives/core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../../primitives/runtime" } -sp-version = { version = "22.0.0", default-features = false, path = "../../../../primitives/version" } +renamed-frame-support = { package = "frame-support", path = "../..", default-features = false} +frame-system = { path = "../../../system", default-features = false} +sp-core = { path = "../../../../primitives/core", default-features = false} +sp-runtime = { path = "../../../../primitives/runtime", default-features = false} +sp-version = { path = "../../../../primitives/version", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/support/test/pallet/Cargo.toml b/substrate/frame/support/test/pallet/Cargo.toml index 073b751070..279e0fc5ae 100644 --- a/substrate/frame/support/test/pallet/Cargo.toml +++ b/substrate/frame/support/test/pallet/Cargo.toml @@ -15,9 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../../primitives/runtime" } +frame-support = { path = "../..", default-features = false} +frame-system = { path = "../../../system", default-features = false} +sp-runtime = { path = "../../../../primitives/runtime", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/system/Cargo.toml b/substrate/frame/system/Cargo.toml index 6530862832..0fd09dabd9 100644 --- a/substrate/frame/system/Cargo.toml +++ b/substrate/frame/system/Cargo.toml @@ -18,18 +18,18 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] } serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core", features = ["serde"] } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-version = { version = "22.0.0", default-features = false, path = "../../primitives/version", features = ["serde"] } -sp-weights = { version = "20.0.0", default-features = false, path = "../../primitives/weights", features = ["serde"] } +frame-support = { path = "../support", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +sp-std = { path = "../../primitives/std", default-features = false} +sp-version = { path = "../../primitives/version", default-features = false, features = ["serde"] } +sp-weights = { path = "../../primitives/weights", default-features = false, features = ["serde"] } [dev-dependencies] criterion = "0.4.0" -sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-externalities = { path = "../../primitives/externalities" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] default = [ "std" ] diff --git a/substrate/frame/system/benchmarking/Cargo.toml b/substrate/frame/system/benchmarking/Cargo.toml index 098edbaa8b..8a03e75fa2 100644 --- a/substrate/frame/system/benchmarking/Cargo.toml +++ b/substrate/frame/system/benchmarking/Cargo.toml @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { path = "../../benchmarking", default-features = false} +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "..", default-features = false} +sp-core = { path = "../../../primitives/core", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} [dev-dependencies] -sp-io = { version = "23.0.0", path = "../../../primitives/io" } -sp-externalities = { version = "0.19.0", path = "../../../primitives/externalities" } -sp-version = { version = "22.0.0", path = "../../../primitives/version" } +sp-io = { path = "../../../primitives/io" } +sp-externalities = { path = "../../../primitives/externalities" } +sp-version = { path = "../../../primitives/version" } [features] default = [ "std" ] diff --git a/substrate/frame/system/rpc/runtime-api/Cargo.toml b/substrate/frame/system/rpc/runtime-api/Cargo.toml index ec8348123c..b4dcc39609 100644 --- a/substrate/frame/system/rpc/runtime-api/Cargo.toml +++ b/substrate/frame/system/rpc/runtime-api/Cargo.toml @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/api" } +sp-api = { path = "../../../../primitives/api", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/timestamp/Cargo.toml b/substrate/frame/timestamp/Cargo.toml index 76896ae941..e2ae1c5dee 100644 --- a/substrate/frame/timestamp/Cargo.toml +++ b/substrate/frame/timestamp/Cargo.toml @@ -17,19 +17,19 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-io = { version = "23.0.0", default-features = false, optional = true, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-storage = { version = "13.0.0", default-features = false, path = "../../primitives/storage" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../primitives/timestamp" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-inherents = { path = "../../primitives/inherents", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false, optional = true} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-storage = { path = "../../primitives/storage", default-features = false} +sp-timestamp = { path = "../../primitives/timestamp", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/frame/tips/Cargo.toml b/substrate/frame/tips/Cargo.toml index 61ecc681ec..947276bb43 100644 --- a/substrate/frame/tips/Cargo.toml +++ b/substrate/frame/tips/Cargo.toml @@ -17,18 +17,18 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", features = ["derive"], optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-treasury = { path = "../treasury", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-storage = { version = "13.0.0", path = "../../primitives/storage" } +pallet-balances = { path = "../balances" } +sp-storage = { path = "../../primitives/storage" } [features] default = [ "std" ] diff --git a/substrate/frame/transaction-payment/Cargo.toml b/substrate/frame/transaction-payment/Cargo.toml index 8d4c0e55f7..4206966de0 100644 --- a/substrate/frame/transaction-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/Cargo.toml @@ -18,16 +18,16 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] serde_json = "1.0.85" -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml b/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml index 51ff136d8a..1155d9c39c 100644 --- a/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml @@ -14,21 +14,21 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate dependencies -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-asset-conversion = { version = "4.0.0-dev", default-features = false, path = "../../asset-conversion" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = ".." } +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +pallet-asset-conversion = { path = "../../asset-conversion", default-features = false} +pallet-transaction-payment = { path = "..", default-features = false} codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } [dev-dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } -sp-storage = { version = "13.0.0", default-features = false, path = "../../../primitives/storage" } -pallet-assets = { version = "4.0.0-dev", path = "../../assets" } -pallet-balances = { version = "4.0.0-dev", path = "../../balances" } +sp-core = { path = "../../../primitives/core", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false} +sp-storage = { path = "../../../primitives/storage", default-features = false} +pallet-assets = { path = "../../assets" } +pallet-balances = { path = "../../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml b/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml index 42dd65bedd..3e5a5e36ab 100644 --- a/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml @@ -14,15 +14,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate dependencies -sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { path = "../../../primitives/core", default-features = false} +sp-io = { path = "../../../primitives/io", default-features = false} +sp-runtime = { path = "../../../primitives/runtime", default-features = false} +sp-std = { path = "../../../primitives/std", default-features = false} -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = ".." } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking", optional = true } +frame-support = { path = "../../support", default-features = false} +frame-system = { path = "../../system", default-features = false} +pallet-transaction-payment = { path = "..", default-features = false} +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } # Other dependencies codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } @@ -32,11 +32,11 @@ serde = { version = "1.0.163", optional = true } [dev-dependencies] serde_json = "1.0.85" -sp-storage = { version = "13.0.0", default-features = false, path = "../../../primitives/storage" } +sp-storage = { path = "../../../primitives/storage", default-features = false} -pallet-assets = { version = "4.0.0-dev", path = "../../assets" } -pallet-authorship = { version = "4.0.0-dev", path = "../../authorship" } -pallet-balances = { version = "4.0.0-dev", path = "../../balances" } +pallet-assets = { path = "../../assets" } +pallet-authorship = { path = "../../authorship" } +pallet-balances = { path = "../../balances" } [features] default = [ "std" ] diff --git a/substrate/frame/transaction-payment/rpc/Cargo.toml b/substrate/frame/transaction-payment/rpc/Cargo.toml index 28eb562e97..b0183d812b 100644 --- a/substrate/frame/transaction-payment/rpc/Cargo.toml +++ b/substrate/frame/transaction-payment/rpc/Cargo.toml @@ -15,10 +15,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1" } jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", path = "./runtime-api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-rpc = { version = "6.0.0", path = "../../../primitives/rpc" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-weights = { version = "20.0.0", path = "../../../primitives/weights" } +pallet-transaction-payment-rpc-runtime-api = { path = "runtime-api" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-rpc = { path = "../../../primitives/rpc" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-weights = { path = "../../../primitives/weights" } diff --git a/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml b/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml index 27b8417b1f..76adc50608 100644 --- a/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml +++ b/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml @@ -14,10 +14,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../transaction-payment" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/api" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../../../primitives/runtime" } -sp-weights = { version = "20.0.0", default-features = false, path = "../../../../primitives/weights" } +pallet-transaction-payment = { path = "../..", default-features = false} +sp-api = { path = "../../../../primitives/api", default-features = false} +sp-runtime = { path = "../../../../primitives/runtime", default-features = false} +sp-weights = { path = "../../../../primitives/weights", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/transaction-storage/Cargo.toml b/substrate/frame/transaction-storage/Cargo.toml index 6456e30028..1a28d46c5b 100644 --- a/substrate/frame/transaction-storage/Cargo.toml +++ b/substrate/frame/transaction-storage/Cargo.toml @@ -17,20 +17,20 @@ array-bytes = { version = "6.1", optional = true } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-transaction-storage-proof = { version = "4.0.0-dev", default-features = false, path = "../../primitives/transaction-storage-proof" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-balances = { path = "../balances", default-features = false} +sp-inherents = { path = "../../primitives/inherents", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-transaction-storage-proof = { path = "../../primitives/transaction-storage-proof", default-features = false} log = { version = "0.4.17", default-features = false } [dev-dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-transaction-storage-proof = { version = "4.0.0-dev", default-features = true, path = "../../primitives/transaction-storage-proof" } +sp-core = { path = "../../primitives/core", default-features = false} +sp-transaction-storage-proof = { path = "../../primitives/transaction-storage-proof", default-features = true} [features] default = [ "std" ] diff --git a/substrate/frame/treasury/Cargo.toml b/substrate/frame/treasury/Cargo.toml index f49f3ccf75..039f2b402a 100644 --- a/substrate/frame/treasury/Cargo.toml +++ b/substrate/frame/treasury/Cargo.toml @@ -20,17 +20,17 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", features = ["derive"], optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +pallet-balances = { path = "../balances", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -pallet-utility = { version = "4.0.0-dev", path = "../utility" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +pallet-utility = { path = "../utility" } [features] default = [ "std" ] diff --git a/substrate/frame/try-runtime/Cargo.toml b/substrate/frame/try-runtime/Cargo.toml index afd97632b3..7869e0143c 100644 --- a/substrate/frame/try-runtime/Cargo.toml +++ b/substrate/frame/try-runtime/Cargo.toml @@ -13,10 +13,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"]} -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { path = "../support", default-features = false} +sp-api = { path = "../../primitives/api", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/tx-pause/Cargo.toml b/substrate/frame/tx-pause/Cargo.toml index 24ac55909c..13d2b6a1da 100644 --- a/substrate/frame/tx-pause/Cargo.toml +++ b/substrate/frame/tx-pause/Cargo.toml @@ -14,22 +14,22 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -pallet-balances = { version = "4.0.0-dev", path = "../balances", default-features = false, optional = true } -pallet-utility = { version = "4.0.0-dev", path = "../utility", default-features = false, optional = true } -pallet-proxy = { version = "4.0.0-dev", path = "../proxy", default-features = false, optional = true } +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +pallet-balances = { path = "../balances", default-features = false, optional = true } +pallet-utility = { path = "../utility", default-features = false, optional = true } +pallet-proxy = { path = "../proxy", default-features = false, optional = true } [dev-dependencies] -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-utility = { version = "4.0.0-dev", path = "../utility" } -pallet-proxy = { version = "4.0.0-dev", path = "../proxy" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +pallet-balances = { path = "../balances" } +pallet-utility = { path = "../utility" } +pallet-proxy = { path = "../proxy" } [features] default = [ "std" ] diff --git a/substrate/frame/uniques/Cargo.toml b/substrate/frame/uniques/Cargo.toml index 28ebc1ff50..77affc50b0 100644 --- a/substrate/frame/uniques/Cargo.toml +++ b/substrate/frame/uniques/Cargo.toml @@ -16,17 +16,17 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } -sp-std = { version = "8.0.0", path = "../../primitives/std" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-std = { path = "../../primitives/std" } [features] default = [ "std" ] diff --git a/substrate/frame/utility/Cargo.toml b/substrate/frame/utility/Cargo.toml index 76eafeb2db..e4b73f5094 100644 --- a/substrate/frame/utility/Cargo.toml +++ b/substrate/frame/utility/Cargo.toml @@ -15,20 +15,20 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-root-testing = { version = "1.0.0-dev", path = "../root-testing" } -pallet-collective = { version = "4.0.0-dev", path = "../collective" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +pallet-root-testing = { path = "../root-testing" } +pallet-collective = { path = "../collective" } +pallet-timestamp = { path = "../timestamp" } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] diff --git a/substrate/frame/vesting/Cargo.toml b/substrate/frame/vesting/Cargo.toml index e6826903c9..f16150d958 100644 --- a/substrate/frame/vesting/Cargo.toml +++ b/substrate/frame/vesting/Cargo.toml @@ -18,16 +18,16 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io", default-features = false} [features] default = [ "std" ] diff --git a/substrate/frame/whitelist/Cargo.toml b/substrate/frame/whitelist/Cargo.toml index f82900340f..fade1e29e5 100644 --- a/substrate/frame/whitelist/Cargo.toml +++ b/substrate/frame/whitelist/Cargo.toml @@ -14,18 +14,18 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true} +frame-support = { path = "../support", default-features = false} +frame-system = { path = "../system", default-features = false} +sp-api = { path = "../../primitives/api", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-io = { version = "23.0.0", path = "../../primitives/io" } +pallet-balances = { path = "../balances" } +pallet-preimage = { path = "../preimage" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = [ "std" ] diff --git a/substrate/primitives/api/Cargo.toml b/substrate/primitives/api/Cargo.toml index 544afe6980..1f23bbed8b 100644 --- a/substrate/primitives/api/Cargo.toml +++ b/substrate/primitives/api/Cargo.toml @@ -14,22 +14,22 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } -sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-externalities = { version = "0.19.0", default-features = false, optional = true, path = "../externalities" } -sp-version = { version = "22.0.0", default-features = false, path = "../version" } -sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../state-machine" } -sp-trie = { version = "22.0.0", default-features = false, optional = true, path = "../trie" } +sp-api-proc-macro = { path = "proc-macro" } +sp-core = { path = "../core", default-features = false} +sp-std = { path = "../std", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-externalities = { path = "../externalities", default-features = false, optional = true} +sp-version = { path = "../version", default-features = false} +sp-state-machine = { path = "../state-machine", default-features = false, optional = true} +sp-trie = { path = "../trie", default-features = false, optional = true} hash-db = { version = "0.16.0", optional = true } thiserror = { version = "1.0.30", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-metadata-ir = { version = "0.1.0", default-features = false, optional = true, path = "../metadata-ir" } +sp-metadata-ir = { path = "../metadata-ir", default-features = false, optional = true} log = { version = "0.4.17", default-features = false } [dev-dependencies] -sp-test-primitives = { version = "2.0.0", path = "../test-primitives" } +sp-test-primitives = { path = "../test-primitives" } [features] default = [ "std" ] diff --git a/substrate/primitives/api/test/Cargo.toml b/substrate/primitives/api/test/Cargo.toml index 48eb067e4e..70079b8f1b 100644 --- a/substrate/primitives/api/test/Cargo.toml +++ b/substrate/primitives/api/test/Cargo.toml @@ -12,15 +12,15 @@ repository = "https://github.com/paritytech/substrate/" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", path = "../" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } -sp-version = { version = "22.0.0", path = "../../version" } -sp-tracing = { version = "10.0.0", path = "../../tracing" } -sp-runtime = { version = "24.0.0", path = "../../runtime" } -sp-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } +sp-api = { path = ".." } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } +sp-version = { path = "../../version" } +sp-tracing = { path = "../../tracing" } +sp-runtime = { path = "../../runtime" } +sp-consensus = { path = "../../consensus/common" } +sc-block-builder = { path = "../../../client/block-builder" } codec = { package = "parity-scale-codec", version = "3.6.1" } -sp-state-machine = { version = "0.28.0", path = "../../state-machine" } +sp-state-machine = { path = "../../state-machine" } trybuild = "1.0.74" rustversion = "1.0.6" scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } @@ -29,7 +29,7 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" criterion = "0.4.0" futures = "0.3.21" log = "0.4.17" -sp-core = { version = "21.0.0", path = "../../core" } +sp-core = { path = "../../core" } static_assertions = "1.1.0" [[bench]] diff --git a/substrate/primitives/application-crypto/Cargo.toml b/substrate/primitives/application-crypto/Cargo.toml index e4daebd51c..75b3ed3502 100644 --- a/substrate/primitives/application-crypto/Cargo.toml +++ b/substrate/primitives/application-crypto/Cargo.toml @@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../core" } +sp-core = { path = "../core", default-features = false} codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, optional = true, features = ["derive", "alloc"] } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-io = { version = "23.0.0", default-features = false, path = "../io" } +sp-std = { path = "../std", default-features = false} +sp-io = { path = "../io", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/application-crypto/test/Cargo.toml b/substrate/primitives/application-crypto/test/Cargo.toml index d4b2ccca90..4b3c9f2c66 100644 --- a/substrate/primitives/application-crypto/test/Cargo.toml +++ b/substrate/primitives/application-crypto/test/Cargo.toml @@ -13,8 +13,8 @@ repository = "https://github.com/paritytech/substrate/" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", path = "../../api" } -sp-application-crypto = { version = "23.0.0", path = "../" } -sp-core = { version = "21.0.0", default-features = false, path = "../../core" } -sp-keystore = { version = "0.27.0", default-features = false, path = "../../keystore" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sp-api = { path = "../../api" } +sp-application-crypto = { path = ".." } +sp-core = { path = "../../core", default-features = false} +sp-keystore = { path = "../../keystore", default-features = false} +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/primitives/arithmetic/Cargo.toml b/substrate/primitives/arithmetic/Cargo.toml index d7b9b2bf74..13ede731b0 100644 --- a/substrate/primitives/arithmetic/Cargo.toml +++ b/substrate/primitives/arithmetic/Cargo.toml @@ -23,12 +23,12 @@ num-traits = { version = "0.2.8", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true } static_assertions = "1.1.0" -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-std = { path = "../std", default-features = false} [dev-dependencies] criterion = "0.4.0" primitive-types = "0.12.0" -sp-core = { version = "21.0.0", features = ["full_crypto"], path = "../core" } +sp-core = { path = "../core", features = ["full_crypto"]} rand = "0.8.5" [features] diff --git a/substrate/primitives/arithmetic/fuzzer/Cargo.toml b/substrate/primitives/arithmetic/fuzzer/Cargo.toml index 9767988317..76b0ef2664 100644 --- a/substrate/primitives/arithmetic/fuzzer/Cargo.toml +++ b/substrate/primitives/arithmetic/fuzzer/Cargo.toml @@ -18,7 +18,7 @@ arbitrary = "1.3.0" fraction = "0.13.1" honggfuzz = "0.5.49" num-bigint = "0.4.3" -sp-arithmetic = { version = "16.0.0", path = ".." } +sp-arithmetic = { path = ".." } [[bin]] name = "biguint" diff --git a/substrate/primitives/authority-discovery/Cargo.toml b/substrate/primitives/authority-discovery/Cargo.toml index 8e47208238..1a45f08c19 100644 --- a/substrate/primitives/authority-discovery/Cargo.toml +++ b/substrate/primitives/authority-discovery/Cargo.toml @@ -15,10 +15,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-api = { path = "../api", default-features = false} +sp-application-crypto = { path = "../application-crypto", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/block-builder/Cargo.toml b/substrate/primitives/block-builder/Cargo.toml index 1b62747770..d80fa29f35 100644 --- a/substrate/primitives/block-builder/Cargo.toml +++ b/substrate/primitives/block-builder/Cargo.toml @@ -13,10 +13,10 @@ readme = "README.md" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-api = { path = "../api", default-features = false} +sp-inherents = { path = "../inherents", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/blockchain/Cargo.toml b/substrate/primitives/blockchain/Cargo.toml index 6320fab939..9a3110d7d8 100644 --- a/substrate/primitives/blockchain/Cargo.toml +++ b/substrate/primitives/blockchain/Cargo.toml @@ -20,8 +20,8 @@ log = "0.4.17" parking_lot = "0.12.1" schnellru = "0.2.1" thiserror = "1.0.30" -sp-api = { version = "4.0.0-dev", path = "../api" } -sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" } -sp-database = { version = "4.0.0-dev", path = "../database" } -sp-runtime = { version = "24.0.0", path = "../runtime" } -sp-state-machine = { version = "0.28.0", path = "../state-machine" } +sp-api = { path = "../api" } +sp-consensus = { path = "../consensus/common" } +sp-database = { path = "../database" } +sp-runtime = { path = "../runtime" } +sp-state-machine = { path = "../state-machine" } diff --git a/substrate/primitives/consensus/aura/Cargo.toml b/substrate/primitives/consensus/aura/Cargo.toml index f841a65a7d..25a66d9b9b 100644 --- a/substrate/primitives/consensus/aura/Cargo.toml +++ b/substrate/primitives/consensus/aura/Cargo.toml @@ -16,13 +16,13 @@ targets = ["x86_64-unknown-linux-gnu"] async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../application-crypto" } -sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../std" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" } +sp-api = { path = "../../api", default-features = false} +sp-application-crypto = { path = "../../application-crypto", default-features = false} +sp-consensus-slots = { path = "../slots", default-features = false} +sp-inherents = { path = "../../inherents", default-features = false} +sp-runtime = { path = "../../runtime", default-features = false} +sp-std = { path = "../../std", default-features = false} +sp-timestamp = { path = "../../timestamp", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/consensus/babe/Cargo.toml b/substrate/primitives/consensus/babe/Cargo.toml index ca502c2c6d..efa455b8df 100644 --- a/substrate/primitives/consensus/babe/Cargo.toml +++ b/substrate/primitives/consensus/babe/Cargo.toml @@ -17,14 +17,14 @@ async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../application-crypto" } -sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" } -sp-core = { version = "21.0.0", default-features = false, path = "../../core" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../std" } -sp-timestamp = { version = "4.0.0-dev", optional = true, path = "../../timestamp" } +sp-api = { path = "../../api", default-features = false} +sp-application-crypto = { path = "../../application-crypto", default-features = false} +sp-consensus-slots = { path = "../slots", default-features = false} +sp-core = { path = "../../core", default-features = false} +sp-inherents = { path = "../../inherents", default-features = false} +sp-runtime = { path = "../../runtime", default-features = false} +sp-std = { path = "../../std", default-features = false} +sp-timestamp = { path = "../../timestamp", optional = true} [features] default = [ "std" ] diff --git a/substrate/primitives/consensus/beefy/Cargo.toml b/substrate/primitives/consensus/beefy/Cargo.toml index bbc69cef74..72ca99f3c3 100644 --- a/substrate/primitives/consensus/beefy/Cargo.toml +++ b/substrate/primitives/consensus/beefy/Cargo.toml @@ -15,13 +15,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, optional = true, features = ["derive", "alloc"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../application-crypto" } -sp-core = { version = "21.0.0", default-features = false, path = "../../core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../io" } -sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../../merkle-mountain-range" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../std" } +sp-api = { path = "../../api", default-features = false} +sp-application-crypto = { path = "../../application-crypto", default-features = false} +sp-core = { path = "../../core", default-features = false} +sp-io = { path = "../../io", default-features = false} +sp-mmr-primitives = { path = "../../merkle-mountain-range", default-features = false} +sp-runtime = { path = "../../runtime", default-features = false} +sp-std = { path = "../../std", default-features = false} strum = { version = "0.24.1", features = ["derive"], default-features = false } lazy_static = "1.4.0" diff --git a/substrate/primitives/consensus/common/Cargo.toml b/substrate/primitives/consensus/common/Cargo.toml index 1f52fb1d44..6e929dabb5 100644 --- a/substrate/primitives/consensus/common/Cargo.toml +++ b/substrate/primitives/consensus/common/Cargo.toml @@ -18,14 +18,14 @@ async-trait = "0.1.57" futures = { version = "0.3.21", features = ["thread-pool"] } log = "0.4.17" thiserror = "1.0.30" -sp-core = { version = "21.0.0", path = "../../core" } -sp-inherents = { version = "4.0.0-dev", path = "../../inherents" } -sp-runtime = { version = "24.0.0", path = "../../runtime" } -sp-state-machine = { version = "0.28.0", path = "../../state-machine" } +sp-core = { path = "../../core" } +sp-inherents = { path = "../../inherents" } +sp-runtime = { path = "../../runtime" } +sp-state-machine = { path = "../../state-machine" } [dev-dependencies] futures = "0.3.21" -sp-test-primitives = { version = "2.0.0", path = "../../test-primitives" } +sp-test-primitives = { path = "../../test-primitives" } [features] default = [] diff --git a/substrate/primitives/consensus/grandpa/Cargo.toml b/substrate/primitives/consensus/grandpa/Cargo.toml index 1bbbbe61bb..fb9b708706 100644 --- a/substrate/primitives/consensus/grandpa/Cargo.toml +++ b/substrate/primitives/consensus/grandpa/Cargo.toml @@ -19,12 +19,12 @@ grandpa = { package = "finality-grandpa", version = "0.16.2", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", features = ["derive", "alloc"], default-features = false, optional = true } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../application-crypto" } -sp-core = { version = "21.0.0", default-features = false, path = "../../core" } -sp-keystore = { version = "0.27.0", default-features = false, optional = true, path = "../../keystore" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../std" } +sp-api = { path = "../../api", default-features = false} +sp-application-crypto = { path = "../../application-crypto", default-features = false} +sp-core = { path = "../../core", default-features = false} +sp-keystore = { path = "../../keystore", default-features = false, optional = true} +sp-runtime = { path = "../../runtime", default-features = false} +sp-std = { path = "../../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/consensus/pow/Cargo.toml b/substrate/primitives/consensus/pow/Cargo.toml index 491486fe0c..457de67137 100644 --- a/substrate/primitives/consensus/pow/Cargo.toml +++ b/substrate/primitives/consensus/pow/Cargo.toml @@ -14,10 +14,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-core = { version = "21.0.0", default-features = false, path = "../../core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../std" } +sp-api = { path = "../../api", default-features = false} +sp-core = { path = "../../core", default-features = false} +sp-runtime = { path = "../../runtime", default-features = false} +sp-std = { path = "../../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/consensus/slots/Cargo.toml b/substrate/primitives/consensus/slots/Cargo.toml index ffc347a786..aae9fa354b 100644 --- a/substrate/primitives/consensus/slots/Cargo.toml +++ b/substrate/primitives/consensus/slots/Cargo.toml @@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true } -sp-std = { version = "8.0.0", default-features = false, path = "../../std" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" } +sp-std = { path = "../../std", default-features = false} +sp-timestamp = { path = "../../timestamp", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/core/Cargo.toml b/substrate/primitives/core/Cargo.toml index 85952b3554..12360472a4 100644 --- a/substrate/primitives/core/Cargo.toml +++ b/substrate/primitives/core/Cargo.toml @@ -33,10 +33,10 @@ secrecy = { version = "0.8.0", default-features = false } lazy_static = { version = "1.4.0", default-features = false, optional = true } parking_lot = { version = "0.12.1", optional = true } ss58-registry = { version = "1.34.0", default-features = false } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-debug-derive = { version = "8.0.0", default-features = false, path = "../debug-derive" } -sp-storage = { version = "13.0.0", default-features = false, path = "../storage" } -sp-externalities = { version = "0.19.0", optional = true, path = "../externalities" } +sp-std = { path = "../std", default-features = false} +sp-debug-derive = { path = "../debug-derive", default-features = false} +sp-storage = { path = "../storage", default-features = false} +sp-externalities = { path = "../externalities", optional = true} futures = { version = "0.3.21", optional = true } dyn-clonable = { version = "0.9.0", optional = true } thiserror = { version = "1.0.30", optional = true } @@ -52,8 +52,8 @@ libsecp256k1 = { version = "0.7", default-features = false, features = ["static- schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated", "u64_backend"], default-features = false } merlin = { version = "2.0", default-features = false } secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"], optional = true } -sp-core-hashing = { version = "9.0.0", path = "./hashing", default-features = false, optional = true } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../runtime-interface" } +sp-core-hashing = { path = "hashing", default-features = false, optional = true } +sp-runtime-interface = { path = "../runtime-interface", default-features = false} # bls crypto w3f-bls = { version = "0.1.3", default-features = false, optional = true} @@ -63,7 +63,7 @@ bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "c86ebd4", [dev-dependencies] criterion = "0.4.0" serde_json = "1.0" -sp-core-hashing-proc-macro = { version = "9.0.0", path = "./hashing/proc-macro" } +sp-core-hashing-proc-macro = { path = "hashing/proc-macro" } [[bench]] name = "bench" diff --git a/substrate/primitives/core/hashing/proc-macro/Cargo.toml b/substrate/primitives/core/hashing/proc-macro/Cargo.toml index 35bb78249d..ffb546b071 100644 --- a/substrate/primitives/core/hashing/proc-macro/Cargo.toml +++ b/substrate/primitives/core/hashing/proc-macro/Cargo.toml @@ -18,4 +18,4 @@ proc-macro = true [dependencies] quote = "1.0.28" syn = { version = "2.0.16", features = ["full", "parsing"] } -sp-core-hashing = { version = "9.0.0", default-features = false, path = "../" } +sp-core-hashing = { path = "..", default-features = false} diff --git a/substrate/primitives/crypto/ec-utils/Cargo.toml b/substrate/primitives/crypto/ec-utils/Cargo.toml index 90cd38722e..2af95948a9 100644 --- a/substrate/primitives/crypto/ec-utils/Cargo.toml +++ b/substrate/primitives/crypto/ec-utils/Cargo.toml @@ -21,10 +21,10 @@ ark-bls12-381 = { version = "0.4.0", features = ["curve"], default-features = fa ark-bw6-761 = { version = "0.4.0", default-features = false } ark-ed-on-bls12-381-bandersnatch = { version = "0.4.0", default-features = false } ark-ed-on-bls12-377 = { version = "0.4.0", default-features = false } -sp-std = { version = "8.0.0", path = "../../std", default-features = false } +sp-std = { path = "../../std", default-features = false } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } ark-scale = { version = "0.0.3", features = ["hazmat"], default-features = false } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../../runtime-interface" } +sp-runtime-interface = { path = "../../runtime-interface", default-features = false} [dev-dependencies] sp-io = { path = "../../io", default-features = false } diff --git a/substrate/primitives/externalities/Cargo.toml b/substrate/primitives/externalities/Cargo.toml index 58edbf83a3..7468237c2a 100644 --- a/substrate/primitives/externalities/Cargo.toml +++ b/substrate/primitives/externalities/Cargo.toml @@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } environmental = { version = "1.1.3", default-features = false } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-storage = { version = "13.0.0", default-features = false, path = "../storage" } +sp-std = { path = "../std", default-features = false} +sp-storage = { path = "../storage", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/genesis-builder/Cargo.toml b/substrate/primitives/genesis-builder/Cargo.toml index 7760ceb3b6..d1ee4ae0e7 100644 --- a/substrate/primitives/genesis-builder/Cargo.toml +++ b/substrate/primitives/genesis-builder/Cargo.toml @@ -13,9 +13,9 @@ readme = "README.md" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } +sp-api = { path = "../api", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} serde_json = { version = "1.0.85", default-features = false, features = ["alloc"] } [features] diff --git a/substrate/primitives/inherents/Cargo.toml b/substrate/primitives/inherents/Cargo.toml index d42588ad21..49bc15690d 100644 --- a/substrate/primitives/inherents/Cargo.toml +++ b/substrate/primitives/inherents/Cargo.toml @@ -19,8 +19,8 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } impl-trait-for-tuples = "0.2.2" thiserror = { version = "1.0.30", optional = true } -sp-runtime = { version = "24.0.0", optional = true, default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-runtime = { path = "../runtime", default-features = false, optional = true} +sp-std = { path = "../std", default-features = false} [dev-dependencies] futures = "0.3.21" diff --git a/substrate/primitives/io/Cargo.toml b/substrate/primitives/io/Cargo.toml index 8ff06596ef..d9bd1d5923 100644 --- a/substrate/primitives/io/Cargo.toml +++ b/substrate/primitives/io/Cargo.toml @@ -18,15 +18,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["bytes"] } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-keystore = { version = "0.27.0", default-features = false, optional = true, path = "../keystore" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-core = { path = "../core", default-features = false} +sp-keystore = { path = "../keystore", default-features = false, optional = true} +sp-std = { path = "../std", default-features = false} libsecp256k1 = { version = "0.7", optional = true } -sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../state-machine" } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../runtime-interface" } -sp-trie = { version = "22.0.0", default-features = false, optional = true, path = "../trie" } -sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" } -sp-tracing = { version = "10.0.0", default-features = false, path = "../tracing" } +sp-state-machine = { path = "../state-machine", default-features = false, optional = true} +sp-runtime-interface = { path = "../runtime-interface", default-features = false} +sp-trie = { path = "../trie", default-features = false, optional = true} +sp-externalities = { path = "../externalities", default-features = false} +sp-tracing = { path = "../tracing", default-features = false} log = { version = "0.4.17", optional = true } secp256k1 = { version = "0.24.0", features = ["recovery", "global-context"], optional = true } tracing = { version = "0.1.29", default-features = false } diff --git a/substrate/primitives/keyring/Cargo.toml b/substrate/primitives/keyring/Cargo.toml index c2d20dba49..5c206da6bb 100644 --- a/substrate/primitives/keyring/Cargo.toml +++ b/substrate/primitives/keyring/Cargo.toml @@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] lazy_static = "1.4.0" strum = { version = "0.24.1", features = ["derive"], default-features = false } -sp-core = { version = "21.0.0", path = "../core" } -sp-runtime = { version = "24.0.0", path = "../runtime" } +sp-core = { path = "../core" } +sp-runtime = { path = "../runtime" } [features] # This feature adds Bandersnatch crypto primitives. diff --git a/substrate/primitives/keystore/Cargo.toml b/substrate/primitives/keystore/Cargo.toml index e9e699f4cc..a3744d38d2 100644 --- a/substrate/primitives/keystore/Cargo.toml +++ b/substrate/primitives/keystore/Cargo.toml @@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } parking_lot = { version = "0.12.1", default-features = false } thiserror = "1.0" -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" } +sp-core = { path = "../core", default-features = false} +sp-externalities = { path = "../externalities", default-features = false} [dev-dependencies] rand = "0.7.2" diff --git a/substrate/primitives/merkle-mountain-range/Cargo.toml b/substrate/primitives/merkle-mountain-range/Cargo.toml index 606774d12d..b986eda2a4 100644 --- a/substrate/primitives/merkle-mountain-range/Cargo.toml +++ b/substrate/primitives/merkle-mountain-range/Cargo.toml @@ -17,11 +17,11 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" log = { version = "0.4.17", default-features = false } mmr-lib = { package = "ckb-merkle-mountain-range", version = "0.5.2", default-features = false } serde = { version = "1.0.163", features = ["derive", "alloc"], default-features = false, optional = true } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-debug-derive = { version = "8.0.0", default-features = false, path = "../debug-derive" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-api = { path = "../api", default-features = false} +sp-core = { path = "../core", default-features = false} +sp-debug-derive = { path = "../debug-derive", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} thiserror = "1.0" [dev-dependencies] diff --git a/substrate/primitives/metadata-ir/Cargo.toml b/substrate/primitives/metadata-ir/Cargo.toml index c06aaa5c48..d3ec0abaff 100644 --- a/substrate/primitives/metadata-ir/Cargo.toml +++ b/substrate/primitives/metadata-ir/Cargo.toml @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/npos-elections/Cargo.toml b/substrate/primitives/npos-elections/Cargo.toml index 7faab23b04..da253efdc9 100644 --- a/substrate/primitives/npos-elections/Cargo.toml +++ b/substrate/primitives/npos-elections/Cargo.toml @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-arithmetic = { path = "../arithmetic", default-features = false} +sp-core = { path = "../core", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} [dev-dependencies] rand = "0.8.5" -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } +substrate-test-utils = { path = "../../test-utils" } [features] default = [ "std" ] diff --git a/substrate/primitives/npos-elections/fuzzer/Cargo.toml b/substrate/primitives/npos-elections/fuzzer/Cargo.toml index acb2b7d89a..733b0e5106 100644 --- a/substrate/primitives/npos-elections/fuzzer/Cargo.toml +++ b/substrate/primitives/npos-elections/fuzzer/Cargo.toml @@ -17,8 +17,8 @@ targets = ["x86_64-unknown-linux-gnu"] clap = { version = "4.2.5", features = ["derive"] } honggfuzz = "0.5" rand = { version = "0.8", features = ["std", "small_rng"] } -sp-npos-elections = { version = "4.0.0-dev", path = ".." } -sp-runtime = { version = "24.0.0", path = "../../runtime" } +sp-npos-elections = { path = ".." } +sp-runtime = { path = "../../runtime" } [[bin]] name = "reduce" diff --git a/substrate/primitives/offchain/Cargo.toml b/substrate/primitives/offchain/Cargo.toml index 0e1c98fb1c..4a3549e9db 100644 --- a/substrate/primitives/offchain/Cargo.toml +++ b/substrate/primitives/offchain/Cargo.toml @@ -13,9 +13,9 @@ readme = "README.md" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } +sp-api = { path = "../api", default-features = false} +sp-core = { path = "../core", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/rpc/Cargo.toml b/substrate/primitives/rpc/Cargo.toml index 37840c38e7..273c39e7c9 100644 --- a/substrate/primitives/rpc/Cargo.toml +++ b/substrate/primitives/rpc/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] rustc-hash = "1.1.0" serde = { version = "1.0.163", features = ["derive"] } -sp-core = { version = "21.0.0", path = "../core" } +sp-core = { path = "../core" } [dev-dependencies] serde_json = "1.0.85" diff --git a/substrate/primitives/runtime-interface/Cargo.toml b/substrate/primitives/runtime-interface/Cargo.toml index 49ed49e1b4..dc1efcd2df 100644 --- a/substrate/primitives/runtime-interface/Cargo.toml +++ b/substrate/primitives/runtime-interface/Cargo.toml @@ -15,22 +15,22 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } -sp-wasm-interface = { version = "14.0.0", path = "../wasm-interface", default-features = false } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-tracing = { version = "10.0.0", default-features = false, path = "../tracing" } -sp-runtime-interface-proc-macro = { version = "11.0.0", path = "proc-macro" } -sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" } +sp-wasm-interface = { path = "../wasm-interface", default-features = false } +sp-std = { path = "../std", default-features = false} +sp-tracing = { path = "../tracing", default-features = false} +sp-runtime-interface-proc-macro = { path = "proc-macro" } +sp-externalities = { path = "../externalities", default-features = false} codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["bytes"] } static_assertions = "1.0.0" primitive-types = { version = "0.12.0", default-features = false } -sp-storage = { version = "13.0.0", default-features = false, path = "../storage" } +sp-storage = { path = "../storage", default-features = false} impl-trait-for-tuples = "0.2.2" [dev-dependencies] -sp-runtime-interface-test-wasm = { version = "2.0.0", path = "test-wasm" } -sp-state-machine = { version = "0.28.0", path = "../state-machine" } -sp-core = { version = "21.0.0", path = "../core" } -sp-io = { version = "23.0.0", path = "../io" } +sp-runtime-interface-test-wasm = { path = "test-wasm" } +sp-state-machine = { path = "../state-machine" } +sp-core = { path = "../core" } +sp-io = { path = "../io" } rustversion = "1.0.6" trybuild = "1.0.74" diff --git a/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml b/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml index d2fd8a2f2c..ec047c279e 100644 --- a/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml +++ b/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml @@ -13,12 +13,12 @@ publish = false targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "21.0.0", default-features = false, path = "../../core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../io" } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../" } +sp-core = { path = "../../core", default-features = false} +sp-io = { path = "../../io", default-features = false} +sp-runtime-interface = { path = "..", default-features = false} [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } [features] default = [ "std" ] diff --git a/substrate/primitives/runtime-interface/test-wasm/Cargo.toml b/substrate/primitives/runtime-interface/test-wasm/Cargo.toml index b1ab8531b0..ad577454dd 100644 --- a/substrate/primitives/runtime-interface/test-wasm/Cargo.toml +++ b/substrate/primitives/runtime-interface/test-wasm/Cargo.toml @@ -14,13 +14,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } -sp-core = { version = "21.0.0", default-features = false, path = "../../core" } -sp-io = { version = "23.0.0", default-features = false, path = "../../io" } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../" } -sp-std = { version = "8.0.0", default-features = false, path = "../../std" } +sp-core = { path = "../../core", default-features = false} +sp-io = { path = "../../io", default-features = false} +sp-runtime-interface = { path = "..", default-features = false} +sp-std = { path = "../../std", default-features = false} [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } [features] default = [ "std" ] diff --git a/substrate/primitives/runtime-interface/test/Cargo.toml b/substrate/primitives/runtime-interface/test/Cargo.toml index e5b34c0d27..417578105c 100644 --- a/substrate/primitives/runtime-interface/test/Cargo.toml +++ b/substrate/primitives/runtime-interface/test/Cargo.toml @@ -14,11 +14,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] tracing = "0.1.29" tracing-core = "0.1.28" -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-executor-common = { version = "0.10.0-dev", path = "../../../client/executor/common" } -sp-io = { version = "23.0.0", path = "../../io" } -sp-runtime = { version = "24.0.0", path = "../../runtime" } -sp-runtime-interface = { version = "17.0.0", path = "../" } -sp-runtime-interface-test-wasm = { version = "2.0.0", path = "../test-wasm" } -sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0", path = "../test-wasm-deprecated" } -sp-state-machine = { version = "0.28.0", path = "../../state-machine" } +sc-executor = { path = "../../../client/executor" } +sc-executor-common = { path = "../../../client/executor/common" } +sp-io = { path = "../../io" } +sp-runtime = { path = "../../runtime" } +sp-runtime-interface = { path = ".." } +sp-runtime-interface-test-wasm = { path = "../test-wasm" } +sp-runtime-interface-test-wasm-deprecated = { path = "../test-wasm-deprecated" } +sp-state-machine = { path = "../../state-machine" } diff --git a/substrate/primitives/runtime/Cargo.toml b/substrate/primitives/runtime/Cargo.toml index 52affa6aa7..99315ef07e 100644 --- a/substrate/primitives/runtime/Cargo.toml +++ b/substrate/primitives/runtime/Cargo.toml @@ -23,21 +23,21 @@ paste = "1.0" rand = { version = "0.8.5", optional = true } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" } -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-io = { version = "23.0.0", default-features = false, path = "../io" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-weights = { version = "20.0.0", default-features = false, path = "../weights" } +sp-application-crypto = { path = "../application-crypto", default-features = false} +sp-arithmetic = { path = "../arithmetic", default-features = false} +sp-core = { path = "../core", default-features = false} +sp-io = { path = "../io", default-features = false} +sp-std = { path = "../std", default-features = false} +sp-weights = { path = "../weights", default-features = false} [dev-dependencies] rand = "0.8.5" serde_json = "1.0.85" zstd = { version = "0.12.3", default-features = false } -sp-api = { version = "4.0.0-dev", path = "../api" } -sp-state-machine = { version = "0.28.0", path = "../state-machine" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-api = { path = "../api" } +sp-state-machine = { path = "../state-machine" } +sp-tracing = { path = "../tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] runtime-benchmarks = [] diff --git a/substrate/primitives/session/Cargo.toml b/substrate/primitives/session/Cargo.toml index 79ccc110aa..a4326dab7b 100644 --- a/substrate/primitives/session/Cargo.toml +++ b/substrate/primitives/session/Cargo.toml @@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "24.0.0", optional = true, path = "../runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../staking" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-keystore = { version = "0.27.0", path = "../keystore", optional = true } +sp-api = { path = "../api", default-features = false} +sp-core = { path = "../core", default-features = false} +sp-runtime = { path = "../runtime", optional = true} +sp-staking = { path = "../staking", default-features = false} +sp-std = { path = "../std", default-features = false} +sp-keystore = { path = "../keystore", optional = true } [features] default = [ "std" ] diff --git a/substrate/primitives/staking/Cargo.toml b/substrate/primitives/staking/Cargo.toml index 8fe2f19ad1..dcbce7ccfd 100644 --- a/substrate/primitives/staking/Cargo.toml +++ b/substrate/primitives/staking/Cargo.toml @@ -18,9 +18,9 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } impl-trait-for-tuples = "0.2.2" -sp-core = { default-features = false, path = "../core" } -sp-runtime = { default-features = false, path = "../runtime" } -sp-std = { default-features = false, path = "../std" } +sp-core = { path = "../core", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/state-machine/Cargo.toml b/substrate/primitives/state-machine/Cargo.toml index 0f5613545b..f9793f8dde 100644 --- a/substrate/primitives/state-machine/Cargo.toml +++ b/substrate/primitives/state-machine/Cargo.toml @@ -22,18 +22,18 @@ rand = { version = "0.8.5", optional = true } smallvec = "1.11.0" thiserror = { version = "1.0.30", optional = true } tracing = { version = "0.1.29", optional = true } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" } -sp-panic-handler = { version = "8.0.0", optional = true, path = "../panic-handler" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-trie = { version = "22.0.0", default-features = false, path = "../trie" } +sp-core = { path = "../core", default-features = false} +sp-externalities = { path = "../externalities", default-features = false} +sp-panic-handler = { path = "../panic-handler", optional = true} +sp-std = { path = "../std", default-features = false} +sp-trie = { path = "../trie", default-features = false} trie-db = { version = "0.27.1", default-features = false } [dev-dependencies] array-bytes = "6.1" pretty_assertions = "1.2.1" rand = "0.8.5" -sp-runtime = { version = "24.0.0", path = "../runtime" } +sp-runtime = { path = "../runtime" } assert_matches = "1.5" [features] diff --git a/substrate/primitives/statement-store/Cargo.toml b/substrate/primitives/statement-store/Cargo.toml index fffb110195..875e8825b6 100644 --- a/substrate/primitives/statement-store/Cargo.toml +++ b/substrate/primitives/statement-store/Cargo.toml @@ -15,13 +15,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" } -sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../runtime-interface" } -sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" } +sp-core = { path = "../core", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} +sp-api = { path = "../api", default-features = false} +sp-application-crypto = { path = "../application-crypto", default-features = false} +sp-runtime-interface = { path = "../runtime-interface", default-features = false} +sp-externalities = { path = "../externalities", default-features = false} thiserror = { version = "1.0", optional = true } # ECIES dependencies diff --git a/substrate/primitives/storage/Cargo.toml b/substrate/primitives/storage/Cargo.toml index 42fa01184f..1f18a49bef 100644 --- a/substrate/primitives/storage/Cargo.toml +++ b/substrate/primitives/storage/Cargo.toml @@ -18,8 +18,8 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = impl-serde = { version = "0.4.0", optional = true, default-features = false } ref-cast = "1.0.0" serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true } -sp-debug-derive = { version = "8.0.0", default-features = false, path = "../debug-derive" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-debug-derive = { path = "../debug-derive", default-features = false} +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/test-primitives/Cargo.toml b/substrate/primitives/test-primitives/Cargo.toml index a14f3fb9b8..3b5dc6b4f5 100644 --- a/substrate/primitives/test-primitives/Cargo.toml +++ b/substrate/primitives/test-primitives/Cargo.toml @@ -15,10 +15,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, features = ["derive"], optional = true } -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-application-crypto = { path = "../application-crypto", default-features = false} +sp-core = { path = "../core", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/timestamp/Cargo.toml b/substrate/primitives/timestamp/Cargo.toml index 731a6a1b5d..224ec542c6 100644 --- a/substrate/primitives/timestamp/Cargo.toml +++ b/substrate/primitives/timestamp/Cargo.toml @@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"] async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } thiserror = { version = "1.0.30", optional = true } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-inherents = { path = "../inherents", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/tracing/Cargo.toml b/substrate/primitives/tracing/Cargo.toml index 106e3a725c..045c17627a 100644 --- a/substrate/primitives/tracing/Cargo.toml +++ b/substrate/primitives/tracing/Cargo.toml @@ -18,7 +18,7 @@ features = ["with-tracing"] targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] [dependencies] -sp-std = { version = "8.0.0", path = "../std", default-features = false } +sp-std = { path = "../std", default-features = false } codec = { version = "3.6.1", package = "parity-scale-codec", default-features = false, features = [ "derive", ] } diff --git a/substrate/primitives/transaction-pool/Cargo.toml b/substrate/primitives/transaction-pool/Cargo.toml index cef4a908cc..c78c3a3172 100644 --- a/substrate/primitives/transaction-pool/Cargo.toml +++ b/substrate/primitives/transaction-pool/Cargo.toml @@ -14,8 +14,8 @@ readme = "README.md" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } +sp-api = { path = "../api", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/transaction-storage-proof/Cargo.toml b/substrate/primitives/transaction-storage-proof/Cargo.toml index 5854eb78a4..1683fea254 100644 --- a/substrate/primitives/transaction-storage-proof/Cargo.toml +++ b/substrate/primitives/transaction-storage-proof/Cargo.toml @@ -16,11 +16,11 @@ targets = ["x86_64-unknown-linux-gnu"] async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-core = { version = "21.0.0", optional = true, path = "../core" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-trie = { version = "22.0.0", optional = true, path = "../trie" } +sp-core = { path = "../core", optional = true} +sp-inherents = { path = "../inherents", default-features = false} +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} +sp-trie = { path = "../trie", optional = true} [features] default = [ "std" ] diff --git a/substrate/primitives/trie/Cargo.toml b/substrate/primitives/trie/Cargo.toml index 5b6877592c..58a0f5f965 100644 --- a/substrate/primitives/trie/Cargo.toml +++ b/substrate/primitives/trie/Cargo.toml @@ -31,8 +31,8 @@ thiserror = { version = "1.0.30", optional = true } tracing = { version = "0.1.29", optional = true } trie-db = { version = "0.27.0", default-features = false } trie-root = { version = "0.18.0", default-features = false } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-core = { path = "../core", default-features = false} +sp-std = { path = "../std", default-features = false} schnellru = { version = "0.2.1", optional = true } [dev-dependencies] @@ -40,7 +40,7 @@ array-bytes = "6.1" criterion = "0.4.0" trie-bench = "0.37.0" trie-standardmap = "0.16.0" -sp-runtime = { version = "24.0.0", path = "../runtime" } +sp-runtime = { path = "../runtime" } [features] default = [ "std" ] diff --git a/substrate/primitives/version/Cargo.toml b/substrate/primitives/version/Cargo.toml index f53a1e2e0c..1e4449d4c4 100644 --- a/substrate/primitives/version/Cargo.toml +++ b/substrate/primitives/version/Cargo.toml @@ -20,10 +20,10 @@ parity-wasm = { version = "0.45", optional = true } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true } thiserror = { version = "1.0.30", optional = true } -sp-core-hashing-proc-macro = { version = "9.0.0", path = "../core/hashing/proc-macro" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } -sp-version-proc-macro = { version = "8.0.0", default-features = false, path = "proc-macro" } +sp-core-hashing-proc-macro = { path = "../core/hashing/proc-macro" } +sp-runtime = { path = "../runtime", default-features = false} +sp-std = { path = "../std", default-features = false} +sp-version-proc-macro = { path = "proc-macro", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/version/proc-macro/Cargo.toml b/substrate/primitives/version/proc-macro/Cargo.toml index 33c14c9e71..676c9d9b44 100644 --- a/substrate/primitives/version/proc-macro/Cargo.toml +++ b/substrate/primitives/version/proc-macro/Cargo.toml @@ -22,4 +22,4 @@ quote = "1.0.28" syn = { version = "2.0.16", features = ["full", "fold", "extra-traits", "visit"] } [dev-dependencies] -sp-version = { version = "22.0.0", path = ".." } +sp-version = { path = ".." } diff --git a/substrate/primitives/wasm-interface/Cargo.toml b/substrate/primitives/wasm-interface/Cargo.toml index cac78fc252..6f7322612e 100644 --- a/substrate/primitives/wasm-interface/Cargo.toml +++ b/substrate/primitives/wasm-interface/Cargo.toml @@ -19,7 +19,7 @@ impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", optional = true } wasmtime = { version = "8.0.1", default-features = false, optional = true } anyhow = { version = "1.0.68", optional = true } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/primitives/weights/Cargo.toml b/substrate/primitives/weights/Cargo.toml index 0ee32fbd8d..edbf68a825 100644 --- a/substrate/primitives/weights/Cargo.toml +++ b/substrate/primitives/weights/Cargo.toml @@ -17,10 +17,10 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.163", default-features = false, optional = true, features = ["derive", "alloc"] } smallvec = "1.11.0" -sp-arithmetic = { version = "16.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "21.0.0", default-features = false, path = "../core" } -sp-debug-derive = { version = "8.0.0", default-features = false, path = "../debug-derive" } -sp-std = { version = "8.0.0", default-features = false, path = "../std" } +sp-arithmetic = { path = "../arithmetic", default-features = false} +sp-core = { path = "../core", default-features = false} +sp-debug-derive = { path = "../debug-derive", default-features = false} +sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] diff --git a/substrate/test-utils/Cargo.toml b/substrate/test-utils/Cargo.toml index 1b98b23e0b..f568223dbf 100644 --- a/substrate/test-utils/Cargo.toml +++ b/substrate/test-utils/Cargo.toml @@ -15,8 +15,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] futures = "0.3.16" tokio = { version = "1.22.0", features = ["macros", "time"] } -substrate-test-utils-derive = { version = "0.10.0-dev", path = "./derive" } +substrate-test-utils-derive = { path = "derive" } [dev-dependencies] trybuild = { version = "1.0.74", features = [ "diff" ] } -sc-service = { version = "0.10.0-dev", path = "../client/service" } +sc-service = { path = "../client/service" } diff --git a/substrate/test-utils/cli/Cargo.toml b/substrate/test-utils/cli/Cargo.toml index 20418d6028..a5f83ff9a2 100644 --- a/substrate/test-utils/cli/Cargo.toml +++ b/substrate/test-utils/cli/Cargo.toml @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] substrate-rpc-client = { path = "../../utils/frame/rpc/client" } -sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } +sp-rpc = { path = "../../primitives/rpc" } assert_cmd = "2.0.10" nix = "0.26.2" regex = "1.7.3" diff --git a/substrate/test-utils/client/Cargo.toml b/substrate/test-utils/client/Cargo.toml index d921a879fb..1a65c60ab8 100644 --- a/substrate/test-utils/client/Cargo.toml +++ b/substrate/test-utils/client/Cargo.toml @@ -19,20 +19,20 @@ codec = { package = "parity-scale-codec", version = "3.6.1" } futures = "0.3.21" serde = "1.0.163" serde_json = "1.0.85" -sc-client-api = { version = "4.0.0-dev", path = "../../client/api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, features = [ +sc-client-api = { path = "../../client/api" } +sc-client-db = { path = "../../client/db", default-features = false, features = [ "test-helpers", -], path = "../../client/db" } -sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" } -sc-executor = { version = "0.10.0-dev", path = "../../client/executor" } -sc-offchain = { version = "4.0.0-dev", path = "../../client/offchain" } -sc-service = { version = "0.10.0-dev", default-features = false, features = [ +]} +sc-consensus = { path = "../../client/consensus/common" } +sc-executor = { path = "../../client/executor" } +sc-offchain = { path = "../../client/offchain" } +sc-service = { path = "../../client/service", default-features = false, features = [ "test-helpers", -], path = "../../client/service" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-keyring = { version = "24.0.0", path = "../../primitives/keyring" } -sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" } +]} +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-keyring = { path = "../../primitives/keyring" } +sp-keystore = { path = "../../primitives/keystore" } +sp-runtime = { path = "../../primitives/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } diff --git a/substrate/test-utils/runtime/Cargo.toml b/substrate/test-utils/runtime/Cargo.toml index fe517843af..0a9406e8af 100644 --- a/substrate/test-utils/runtime/Cargo.toml +++ b/substrate/test-utils/runtime/Cargo.toml @@ -13,37 +13,37 @@ publish = false targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto", features = ["serde"] } -sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura", features = ["serde"] } -sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/babe", features = ["serde"] } -sp-genesis-builder = { version = "0.1.0-dev", default-features = false, path = "../../primitives/genesis-builder" } -sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "../../primitives/block-builder" } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } +sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false, features = ["serde"] } +sp-consensus-babe = { path = "../../primitives/consensus/babe", default-features = false, features = ["serde"] } +sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features = false} +sp-block-builder = { path = "../../primitives/block-builder", default-features = false} codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-keyring = { version = "24.0.0", optional = true, path = "../../primitives/keyring" } -sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../primitives/offchain" } -sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } -sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../frame/support" } -sp-version = { version = "22.0.0", default-features = false, path = "../../primitives/version" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime", features = ["serde"] } -pallet-babe = { version = "4.0.0-dev", default-features = false, path = "../../frame/babe" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../frame/balances" } -frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../frame/executive" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../frame/system" } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../frame/system/rpc/runtime-api" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../frame/timestamp" } -sp-consensus-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/grandpa", features = ["serde"] } -sp-trie = { version = "22.0.0", default-features = false, path = "../../primitives/trie" } -sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../primitives/transaction-pool" } +sp-inherents = { path = "../../primitives/inherents", default-features = false} +sp-keyring = { path = "../../primitives/keyring", optional = true} +sp-offchain = { path = "../../primitives/offchain", default-features = false} +sp-core = { path = "../../primitives/core", default-features = false} +sp-std = { path = "../../primitives/std", default-features = false} +sp-io = { path = "../../primitives/io", default-features = false} +frame-support = { path = "../../frame/support", default-features = false} +sp-version = { path = "../../primitives/version", default-features = false} +sp-session = { path = "../../primitives/session", default-features = false} +sp-api = { path = "../../primitives/api", default-features = false} +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } +pallet-babe = { path = "../../frame/babe", default-features = false} +pallet-balances = { path = "../../frame/balances", default-features = false} +frame-executive = { path = "../../frame/executive", default-features = false} +frame-system = { path = "../../frame/system", default-features = false} +frame-system-rpc-runtime-api = { path = "../../frame/system/rpc/runtime-api", default-features = false} +pallet-timestamp = { path = "../../frame/timestamp", default-features = false} +sp-consensus-grandpa = { path = "../../primitives/consensus/grandpa", default-features = false, features = ["serde"] } +sp-trie = { path = "../../primitives/trie", default-features = false} +sp-transaction-pool = { path = "../../primitives/transaction-pool", default-features = false} trie-db = { version = "0.27.0", default-features = false } -sc-service = { version = "0.10.0-dev", default-features = false, optional = true, features = ["test-helpers"], path = "../../client/service" } -sp-state-machine = { version = "0.28.0", default-features = false, path = "../../primitives/state-machine" } -sp-externalities = { version = "0.19.0", default-features = false, path = "../../primitives/externalities" } +sc-service = { path = "../../client/service", default-features = false, features = ["test-helpers"], optional = true} +sp-state-machine = { path = "../../primitives/state-machine", default-features = false} +sp-externalities = { path = "../../primitives/externalities", default-features = false} # 3rd party array-bytes = { version = "6.1", optional = true } @@ -53,16 +53,16 @@ serde_json = { version = "1.0.85", default-features = false, features = ["alloc" [dev-dependencies] futures = "0.3.21" -sc-block-builder = { version = "0.10.0-dev", path = "../../client/block-builder" } -sc-executor = { version = "0.10.0-dev", path = "../../client/executor" } -sc-executor-common = { version = "0.10.0-dev", path = "../../client/executor/common" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -substrate-test-runtime-client = { version = "2.0.0", path = "./client" } -sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" } +sc-block-builder = { path = "../../client/block-builder" } +sc-executor = { path = "../../client/executor" } +sc-executor-common = { path = "../../client/executor/common" } +sp-consensus = { path = "../../primitives/consensus/common" } +substrate-test-runtime-client = { path = "client" } +sp-tracing = { path = "../../primitives/tracing" } json-patch = { version = "1.0.0", default-features = false } [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../utils/wasm-builder", optional = true } [features] default = [ "std" ] diff --git a/substrate/test-utils/runtime/client/Cargo.toml b/substrate/test-utils/runtime/client/Cargo.toml index 8269fb72fe..657f648ecf 100644 --- a/substrate/test-utils/runtime/client/Cargo.toml +++ b/substrate/test-utils/runtime/client/Cargo.toml @@ -13,13 +13,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] futures = "0.3.21" -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -substrate-test-client = { version = "2.0.0", path = "../../client" } -substrate-test-runtime = { version = "2.0.0", path = "../../runtime" } +sc-block-builder = { path = "../../../client/block-builder" } +sc-client-api = { path = "../../../client/api" } +sc-consensus = { path = "../../../client/consensus/common" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +substrate-test-client = { path = "../../client" } +substrate-test-runtime = { path = ".." } diff --git a/substrate/test-utils/runtime/transaction-pool/Cargo.toml b/substrate/test-utils/runtime/transaction-pool/Cargo.toml index 18efb2c8a0..2e4628ffcf 100644 --- a/substrate/test-utils/runtime/transaction-pool/Cargo.toml +++ b/substrate/test-utils/runtime/transaction-pool/Cargo.toml @@ -16,8 +16,8 @@ codec = { package = "parity-scale-codec", version = "3.6.1" } futures = "0.3.21" parking_lot = "0.12.1" thiserror = "1.0" -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../client" } +sc-transaction-pool = { path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-runtime = { path = "../../../primitives/runtime" } +substrate-test-runtime-client = { path = "../client" } diff --git a/substrate/test-utils/test-crate/Cargo.toml b/substrate/test-utils/test-crate/Cargo.toml index 67966dd2b6..e42e2d7e9e 100644 --- a/substrate/test-utils/test-crate/Cargo.toml +++ b/substrate/test-utils/test-crate/Cargo.toml @@ -13,5 +13,5 @@ targets = ["x86_64-unknown-linux-gnu"] [dev-dependencies] tokio = { version = "1.22.0", features = ["macros"] } -sc-service = { version = "0.10.0-dev", path = "../../client/service" } -test-utils = { package = "substrate-test-utils", version = "4.0.0-dev", path = ".." } +sc-service = { path = "../../client/service" } +test-utils = { package = "substrate-test-utils", path = ".." } diff --git a/substrate/utils/binary-merkle-tree/Cargo.toml b/substrate/utils/binary-merkle-tree/Cargo.toml index f619a5ab55..fc7566ab24 100644 --- a/substrate/utils/binary-merkle-tree/Cargo.toml +++ b/substrate/utils/binary-merkle-tree/Cargo.toml @@ -16,8 +16,8 @@ hash-db = { version = "0.16.0", default-features = false } [dev-dependencies] array-bytes = "6.1" env_logger = "0.9" -sp-core = { version = "21.0.0", path = "../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } [features] debug = [ "array-bytes", "log" ] diff --git a/substrate/utils/frame/benchmarking-cli/Cargo.toml b/substrate/utils/frame/benchmarking-cli/Cargo.toml index 4b142c205c..b3181dff15 100644 --- a/substrate/utils/frame/benchmarking-cli/Cargo.toml +++ b/substrate/utils/frame/benchmarking-cli/Cargo.toml @@ -30,29 +30,29 @@ serde = "1.0.163" serde_json = "1.0.85" thiserror = "1.0.30" thousands = "0.2.0" -frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarking" } -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sc-cli = { version = "0.10.0-dev", default-features = false, path = "../../../client/cli" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../../../client/db" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../client/service" } -sc-sysinfo = { version = "6.0.0-dev", path = "../../../client/sysinfo" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-database = { version = "4.0.0-dev", path = "../../../primitives/database" } -sp-externalities = { version = "0.19.0", path = "../../../primitives/externalities" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" } -sp-storage = { version = "13.0.0", path = "../../../primitives/storage" } -sp-trie = { version = "22.0.0", path = "../../../primitives/trie" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } -sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface" } +frame-benchmarking = { path = "../../../frame/benchmarking" } +frame-support = { path = "../../../frame/support" } +frame-system = { path = "../../../frame/system" } +sc-block-builder = { path = "../../../client/block-builder" } +sc-cli = { path = "../../../client/cli", default-features = false} +sc-client-api = { path = "../../../client/api" } +sc-client-db = { path = "../../../client/db", default-features = false} +sc-executor = { path = "../../../client/executor" } +sc-service = { path = "../../../client/service", default-features = false} +sc-sysinfo = { path = "../../../client/sysinfo" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-database = { path = "../../../primitives/database" } +sp-externalities = { path = "../../../primitives/externalities" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } +sp-storage = { path = "../../../primitives/storage" } +sp-trie = { path = "../../../primitives/trie" } +sp-io = { path = "../../../primitives/io" } +sp-wasm-interface = { path = "../../../primitives/wasm-interface" } gethostname = "0.2.3" [features] diff --git a/substrate/utils/frame/frame-utilities-cli/Cargo.toml b/substrate/utils/frame/frame-utilities-cli/Cargo.toml index f2665cde51..4fa2356b2e 100644 --- a/substrate/utils/frame/frame-utilities-cli/Cargo.toml +++ b/substrate/utils/frame/frame-utilities-cli/Cargo.toml @@ -12,11 +12,11 @@ readme = "README.md" [dependencies] clap = { version = "4.2.5", features = ["derive"] } -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +frame-support = { path = "../../../frame/support" } +frame-system = { path = "../../../frame/system" } +sc-cli = { path = "../../../client/cli" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } [features] default = [] diff --git a/substrate/utils/frame/generate-bags/Cargo.toml b/substrate/utils/frame/generate-bags/Cargo.toml index e8d7d51ead..798f521122 100644 --- a/substrate/utils/frame/generate-bags/Cargo.toml +++ b/substrate/utils/frame/generate-bags/Cargo.toml @@ -10,11 +10,11 @@ description = "Bag threshold generation script for pallet-bag-list" [dependencies] # FRAME -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../../../frame/election-provider-support" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -pallet-staking = { version = "4.0.0-dev", path = "../../../frame/staking" } -sp-staking = { version = "4.0.0-dev", path = "../../../primitives/staking" } +frame-support = { path = "../../../frame/support" } +frame-election-provider-support = { path = "../../../frame/election-provider-support" } +frame-system = { path = "../../../frame/system" } +pallet-staking = { path = "../../../frame/staking" } +sp-staking = { path = "../../../primitives/staking" } # third party chrono = { version = "0.4.19" } diff --git a/substrate/utils/frame/generate-bags/node-runtime/Cargo.toml b/substrate/utils/frame/generate-bags/node-runtime/Cargo.toml index 373a31e79d..c29d327262 100644 --- a/substrate/utils/frame/generate-bags/node-runtime/Cargo.toml +++ b/substrate/utils/frame/generate-bags/node-runtime/Cargo.toml @@ -10,8 +10,8 @@ description = "Bag threshold generation script for pallet-bag-list and kitchensi publish = false [dependencies] -kitchensink-runtime = { version = "3.0.0-dev", path = "../../../../bin/node/runtime" } -generate-bags = { version = "4.0.0-dev", path = "../" } +kitchensink-runtime = { path = "../../../../bin/node/runtime" } +generate-bags = { path = ".." } # third-party clap = { version = "4.2.5", features = ["derive"] } diff --git a/substrate/utils/frame/remote-externalities/Cargo.toml b/substrate/utils/frame/remote-externalities/Cargo.toml index 75f25bf322..01c7af61e6 100644 --- a/substrate/utils/frame/remote-externalities/Cargo.toml +++ b/substrate/utils/frame/remote-externalities/Cargo.toml @@ -16,10 +16,10 @@ jsonrpsee = { version = "0.16.2", features = ["http-client"] } codec = { package = "parity-scale-codec", version = "3.6.1" } log = "0.4.17" serde = "1.0.163" -sp-core = { version = "21.0.0", path = "../../../primitives/core" } -sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" } -sp-io = { version = "23.0.0", path = "../../../primitives/io" } -sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" } +sp-core = { path = "../../../primitives/core" } +sp-state-machine = { path = "../../../primitives/state-machine" } +sp-io = { path = "../../../primitives/io" } +sp-runtime = { path = "../../../primitives/runtime" } tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] } substrate-rpc-client = { path = "../rpc/client" } futures = "0.3" @@ -29,7 +29,7 @@ spinners = "4.1.0" tokio-retry = "0.3.0" [dev-dependencies] -sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" } +sp-tracing = { path = "../../../primitives/tracing" } [features] remote-test = [] diff --git a/substrate/utils/frame/rpc/client/Cargo.toml b/substrate/utils/frame/rpc/client/Cargo.toml index d39fbbdf48..cf6d3c4ded 100644 --- a/substrate/utils/frame/rpc/client/Cargo.toml +++ b/substrate/utils/frame/rpc/client/Cargo.toml @@ -13,10 +13,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.16.2", features = ["ws-client"] } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } +sc-rpc-api = { path = "../../../../client/rpc-api" } async-trait = "0.1.57" serde = "1" -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } +sp-runtime = { path = "../../../../primitives/runtime" } log = "0.4" [dev-dependencies] diff --git a/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml b/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml index 9eee52aacb..b09b0c578f 100644 --- a/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml +++ b/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml @@ -24,9 +24,9 @@ trie-db = "0.27.0" jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } # Substrate Dependencies -sc-client-api = { version = "4.0.0-dev", path = "../../../../client/api" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } +sc-client-api = { path = "../../../../client/api" } +sc-rpc-api = { path = "../../../../client/rpc-api" } +sp-runtime = { path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = "1" diff --git a/substrate/utils/frame/rpc/support/Cargo.toml b/substrate/utils/frame/rpc/support/Cargo.toml index 032840d457..091732d9bf 100644 --- a/substrate/utils/frame/rpc/support/Cargo.toml +++ b/substrate/utils/frame/rpc/support/Cargo.toml @@ -18,14 +18,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1" } jsonrpsee = { version = "0.16.2", features = ["jsonrpsee-types"] } serde = "1" -frame-support = { version = "4.0.0-dev", path = "../../../../frame/support" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } -sp-storage = { version = "13.0.0", path = "../../../../primitives/storage" } +frame-support = { path = "../../../../frame/support" } +sc-rpc-api = { path = "../../../../client/rpc-api" } +sp-storage = { path = "../../../../primitives/storage" } [dev-dependencies] scale-info = "2.1.1" jsonrpsee = { version = "0.16.2", features = ["ws-client", "jsonrpsee-types"] } tokio = "1.22.0" -sp-core = { version = "21.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } -frame-system = { version = "4.0.0-dev", path = "../../../../frame/system" } +sp-core = { path = "../../../../primitives/core" } +sp-runtime = { path = "../../../../primitives/runtime" } +frame-system = { path = "../../../../frame/system" } diff --git a/substrate/utils/frame/rpc/system/Cargo.toml b/substrate/utils/frame/rpc/system/Cargo.toml index f93f32ad64..8009d6b2f2 100644 --- a/substrate/utils/frame/rpc/system/Cargo.toml +++ b/substrate/utils/frame/rpc/system/Cargo.toml @@ -17,18 +17,18 @@ codec = { package = "parity-scale-codec", version = "3.6.1" } jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } futures = "0.3.21" log = "0.4.17" -frame-system-rpc-runtime-api = { version = "4.0.0-dev", path = "../../../../frame/system/rpc/runtime-api" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" } -sp-core = { version = "21.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } +frame-system-rpc-runtime-api = { path = "../../../../frame/system/rpc/runtime-api" } +sc-rpc-api = { path = "../../../../client/rpc-api" } +sc-transaction-pool-api = { path = "../../../../client/transaction-pool/api" } +sp-api = { path = "../../../../primitives/api" } +sp-block-builder = { path = "../../../../primitives/block-builder" } +sp-blockchain = { path = "../../../../primitives/blockchain" } +sp-core = { path = "../../../../primitives/core" } +sp-runtime = { path = "../../../../primitives/runtime" } [dev-dependencies] -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../../client/transaction-pool" } +sc-transaction-pool = { path = "../../../../client/transaction-pool" } tokio = "1.22.0" assert_matches = "1.3.0" -sp-tracing = { version = "10.0.0", path = "../../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } +sp-tracing = { path = "../../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" } diff --git a/substrate/utils/frame/try-runtime/cli/Cargo.toml b/substrate/utils/frame/try-runtime/cli/Cargo.toml index 2d8d9b476a..ff8ee73d1a 100644 --- a/substrate/utils/frame/try-runtime/cli/Cargo.toml +++ b/substrate/utils/frame/try-runtime/cli/Cargo.toml @@ -12,26 +12,26 @@ description = "Cli command runtime testing and dry-running" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -remote-externalities = { version = "0.10.0-dev", path = "../../remote-externalities", package = "frame-remote-externalities" } -sc-cli = { version = "0.10.0-dev", path = "../../../../client/cli" } -sc-executor = { version = "0.10.0-dev", path = "../../../../client/executor" } +remote-externalities = { package = "frame-remote-externalities" , path = "../../remote-externalities" } +sc-cli = { path = "../../../../client/cli" } +sc-executor = { path = "../../../../client/executor" } sp-consensus-aura = { path = "../../../../primitives/consensus/aura" } sp-consensus-babe = { path = "../../../../primitives/consensus/babe" } -sp-core = { version = "21.0.0", path = "../../../../primitives/core" } -sp-externalities = { version = "0.19.0", path = "../../../../primitives/externalities" } +sp-core = { path = "../../../../primitives/core" } +sp-externalities = { path = "../../../../primitives/externalities" } sp-inherents = { path = "../../../../primitives/inherents" } -sp-io = { version = "23.0.0", path = "../../../../primitives/io" } -sp-keystore = { version = "0.27.0", path = "../../../../primitives/keystore" } -sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" } -sp-rpc = { version = "6.0.0", path = "../../../../primitives/rpc" } -sp-state-machine = { version = "0.28.0", path = "../../../../primitives/state-machine" } +sp-io = { path = "../../../../primitives/io" } +sp-keystore = { path = "../../../../primitives/keystore" } +sp-runtime = { path = "../../../../primitives/runtime" } +sp-rpc = { path = "../../../../primitives/rpc" } +sp-state-machine = { path = "../../../../primitives/state-machine" } sp-timestamp = { path = "../../../../primitives/timestamp" } sp-transaction-storage-proof = { path = "../../../../primitives/transaction-storage-proof" } -sp-version = { version = "22.0.0", path = "../../../../primitives/version" } +sp-version = { path = "../../../../primitives/version" } sp-debug-derive = { path = "../../../../primitives/debug-derive" } sp-api = { path = "../../../../primitives/api" } -sp-weights = { version = "20.0.0", path = "../../../../primitives/weights" } -frame-try-runtime = { optional = true, path = "../../../../frame/try-runtime" } +sp-weights = { path = "../../../../primitives/weights" } +frame-try-runtime = { path = "../../../../frame/try-runtime", optional = true} substrate-rpc-client = { path = "../../rpc/client" } async-trait = "0.1.57" diff --git a/substrate/utils/wasm-builder/Cargo.toml b/substrate/utils/wasm-builder/Cargo.toml index 13f344ebfa..2e57a4b73f 100644 --- a/substrate/utils/wasm-builder/Cargo.toml +++ b/substrate/utils/wasm-builder/Cargo.toml @@ -20,7 +20,7 @@ strum = { version = "0.24.1", features = ["derive"] } tempfile = "3.1.0" toml = "0.7.3" walkdir = "2.3.2" -sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" } +sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" } filetime = "0.2.16" wasm-opt = "0.114" parity-wasm = "0.45"