git.delta.rocks / unique-network / refs/commits / df9cf6066e71

difftreelog

source

Cargo.toml25.5 KiBsourcehistory
1[workspace]2resolver = "2"3members = [4    'node/*',5    'pallets/*',6    'client/*',7    'primitives/*',8    'crates/*',9    'runtime/opal',10    'runtime/quartz',11    'runtime/unique',12    'runtime/tests',13]14default-members = ['node/*', 'runtime/opal']15package.version = "0.9.36"1617[profile.release]18panic = 'unwind'1920[workspace.dependencies.orml-vesting]21git = "https://github.com/uniquenetwork/open-runtime-module-library"22branch = "feature/polkadot-v0.9.36"23default-features = false2425[workspace.dependencies.orml-xtokens]26git = "https://github.com/uniquenetwork/open-runtime-module-library"27branch = "feature/polkadot-v0.9.36"28default-features = false2930[workspace.dependencies.orml-tokens]31git = "https://github.com/uniquenetwork/open-runtime-module-library"32branch = "feature/polkadot-v0.9.36"33default-features = false3435[workspace.dependencies.orml-traits]36git = "https://github.com/uniquenetwork/open-runtime-module-library"37branch = "feature/polkadot-v0.9.36"38default-features = false394041[patch."https://github.com/paritytech/substrate"]42beefy-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }43beefy-gadget-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }44beefy-merkle-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }45fork-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }46frame-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }47frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }48frame-election-provider-solution-type = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }49frame-election-provider-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }50frame-executive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }51frame-remote-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }52frame-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }53frame-support-procedural = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }54frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }55frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }56frame-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }57frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }58frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }59frame-try-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }60mmr-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }61mmr-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }62pallet-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }63pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }64pallet-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }65pallet-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }66pallet-bags-list = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }67pallet-balances = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }68pallet-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }69pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }70pallet-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }71pallet-child-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }72pallet-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }73pallet-conviction-voting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }74pallet-democracy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }75pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }76pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }77pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }78pallet-fast-unstake = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }79pallet-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }80pallet-identity = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }81pallet-im-online = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }82pallet-indices = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }83pallet-membership = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }84pallet-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }85pallet-multisig = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }86pallet-nis = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }87pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }88pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }89pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }90pallet-offences = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }91pallet-offences-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }92pallet-preimage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }93pallet-proxy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }94pallet-randomness-collective-flip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }95pallet-ranked-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }96pallet-recovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }97pallet-referenda = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }98pallet-scheduler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }99pallet-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }100pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }101pallet-society = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }102pallet-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }103pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }104pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }105pallet-state-trie-migration = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }106pallet-sudo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }107pallet-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }108pallet-tips = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }109pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }110pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }111pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }112pallet-treasury = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }113pallet-utility = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }114pallet-vesting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }115pallet-whitelist = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }116sc-allocator = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }117sc-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }118sc-basic-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }119sc-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }120sc-chain-spec = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }121sc-chain-spec-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }122sc-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }123sc-client-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }124sc-client-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }125sc-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }126sc-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }127sc-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }128sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }129sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }130sc-consensus-manual-seal = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }131sc-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }132sc-executor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }133sc-executor-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }134sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }135sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }136sc-finality-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }137sc-finality-grandpa-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }138sc-informant = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }139sc-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }140sc-network = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }141sc-network-bitswap = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }142sc-network-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }143sc-network-gossip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }144sc-network-light = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }145sc-network-sync = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }146sc-network-transactions = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }147sc-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }148sc-peerset = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }149sc-proposer-metrics = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }150sc-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }151sc-rpc-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }152sc-rpc-server = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }153sc-rpc-spec-v2 = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }154sc-service = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }155sc-state-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }156sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }157sc-sysinfo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }158sc-telemetry = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }159sc-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }160sc-tracing-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }161sc-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }162sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }163sc-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }164sp-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }165sp-api-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }166sp-application-crypto = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }167sp-arithmetic = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }168sp-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }169sp-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }170sp-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }171sp-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }172sp-blockchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }173sp-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }174sp-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }175sp-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }176sp-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }177sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }178sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }179sp-core-hashing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }180sp-core-hashing-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }181sp-database = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }182sp-debug-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }183sp-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }184sp-finality-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }185sp-inherents = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }186sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }187sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }188sp-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }189sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }190sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }191sp-npos-elections = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }192sp-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }193sp-panic-handler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }194sp-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }195sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }196sp-runtime-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }197sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }198sp-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }199sp-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }200sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }201sp-std = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }202sp-storage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }203sp-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }204sp-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }205sp-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }206sp-transaction-storage-proof = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }207sp-trie = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }208sp-version = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }209sp-version-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }210sp-wasm-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }211sp-weights = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }212substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }213substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }214substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }215substrate-rpc-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }216substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }217substrate-test-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }218substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }219try-runtime-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }220221[patch."https://github.com/paritytech/polkadot"]222kusama-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }223kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }224pallet-xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }225pallet-xcm-benchmarks = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }226polkadot-approval-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }227polkadot-availability-bitfield-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }228polkadot-availability-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }229polkadot-availability-recovery = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }230polkadot-cli = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }231polkadot-client = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }232polkadot-collator-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }233polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }234polkadot-dispute-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }235polkadot-erasure-coding = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }236polkadot-gossip-support = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }237polkadot-network-bridge = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }238polkadot-node-collation-generation = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }239polkadot-node-core-approval-voting = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }240polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }241polkadot-node-core-backing = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }242polkadot-node-core-bitfield-signing = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }243polkadot-node-core-candidate-validation = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }244polkadot-node-core-chain-api = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }245polkadot-node-core-chain-selection = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }246polkadot-node-core-dispute-coordinator = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }247polkadot-node-core-parachains-inherent = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }248polkadot-node-core-provisioner = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }249polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }250polkadot-node-core-pvf-checker = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }251polkadot-node-core-runtime-api = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }252polkadot-node-jaeger = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }253polkadot-node-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }254polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }255polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }256polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }257polkadot-node-subsystem-types = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }258polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }259polkadot-overseer = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }260polkadot-parachain = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }261polkadot-performance-test = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }262polkadot-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }263polkadot-rpc = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }264polkadot-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }265polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }266polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }267polkadot-runtime-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }268polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }269polkadot-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }270polkadot-statement-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }271polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }272polkadot-test-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }273polkadot-test-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }274rococo-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }275rococo-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }276slot-range-helper = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }277test-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }278tracing-gum = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }279tracing-gum-proc-macro = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }280westend-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }281westend-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }282xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }283xcm-builder = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }284xcm-executor = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }285xcm-procedural = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }