git.delta.rocks / unique-network / refs/commits / 1f6cb5bfa45d

difftreelog

source

Cargo.toml29.1 KiBsourcehistory
1[workspace]2resolver = "2"3members = [4    'node/*',5    'pallets/*',6    'client/*',7    'primitives/*',8    'crates/*',9]10exclude = [11    "runtime/unique",12    "runtime/quartz"13]14[profile.release]15panic = 'unwind'1617[patch."https://github.com/paritytech/substrate.git"]18beefy-gadget = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }19beefy-gadget-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }20beefy-merkle-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }21beefy-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }22fork-tree = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }23frame-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }24frame-benchmarking-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }25frame-election-provider-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }26frame-executive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }27frame-support = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }28frame-support-procedural = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }29frame-support-procedural-tools = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }30frame-support-procedural-tools-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }31frame-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }32frame-system-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }33frame-system-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }34frame-try-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }35pallet-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }36pallet-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }37pallet-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }38pallet-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }39pallet-bags-list = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }40pallet-balances = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }41pallet-beefy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }42pallet-beefy-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }43pallet-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }44pallet-collective = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }45pallet-democracy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }46pallet-election-provider-multi-phase = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }47pallet-elections-phragmen = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }48pallet-gilt = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }49pallet-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }50pallet-identity = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }51pallet-im-online = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }52pallet-indices = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }53pallet-membership = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }54pallet-mmr = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }55pallet-mmr-primitives = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }56pallet-mmr-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }57pallet-multisig = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }58pallet-nicks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }59pallet-offences = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }60pallet-offences-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }61pallet-preimage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }62pallet-proxy = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }63pallet-randomness-collective-flip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }64pallet-recovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }65pallet-scheduler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }66pallet-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }67pallet-session-benchmarking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }68pallet-society = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }69pallet-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }70pallet-staking-reward-curve = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }71pallet-staking-reward-fn = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }72pallet-sudo = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }73pallet-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }74pallet-tips = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }75pallet-transaction-payment = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }76pallet-transaction-payment-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }77pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }78pallet-treasury = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }79pallet-utility = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }80pallet-vesting = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }81remote-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }82sc-allocator = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }83sc-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }84sc-basic-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }85sc-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }86sc-chain-spec = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }87sc-chain-spec-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }88sc-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }89sc-client-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }90sc-client-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }91sc-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }92sc-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }93sc-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }94sc-consensus-babe-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }95sc-consensus-epochs = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }96sc-consensus-manual-seal = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }97sc-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }98sc-consensus-uncles = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }99sc-executor = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }100sc-executor-common = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }101sc-executor-wasmi = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }102sc-executor-wasmtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }103sc-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }104sc-finality-grandpa-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }105sc-informant = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }106sc-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }107sc-network = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }108sc-network-gossip = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }109sc-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }110sc-peerset = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }111sc-proposer-metrics = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }112sc-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }113sc-rpc-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }114sc-rpc-server = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }115sc-service = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }116sc-state-db = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }117sc-sync-state-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }118sc-telemetry = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }119sc-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }120sc-tracing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }121sc-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }122sc-transaction-pool-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }123sc-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }124sp-api = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }125sp-api-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }126sp-application-crypto = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }127sp-arithmetic = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }128sp-authority-discovery = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }129sp-authorship = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }130sp-block-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }131sp-blockchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }132sp-consensus = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }133sp-consensus-aura = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }134sp-consensus-babe = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }135sp-consensus-slots = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }136sp-consensus-vrf = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }137sp-core = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }138sp-core-hashing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }139sp-core-hashing-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }140sp-database = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }141sp-debug-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }142sp-externalities = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }143sp-finality-grandpa = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }144sp-inherents = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }145sp-io = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }146sp-keyring = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }147sp-keystore = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }148sp-maybe-compressed-blob = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }149sp-npos-elections = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }150sp-offchain = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }151sp-panic-handler = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }152sp-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }153sp-runtime = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }154sp-runtime-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }155sp-runtime-interface-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }156sp-serializer = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }157sp-session = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }158sp-staking = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }159sp-state-machine = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }160sp-std = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }161sp-storage = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }162sp-tasks = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }163sp-timestamp = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }164sp-tracing = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }165sp-transaction-pool = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }166sp-transaction-storage-proof = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }167sp-trie = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }168sp-version = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }169sp-version-proc-macro = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }170sp-wasm-interface = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }171substrate-build-script-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }172substrate-frame-rpc-system = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }173substrate-prometheus-endpoint = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }174substrate-test-client = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }175substrate-test-utils = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }176substrate-test-utils-derive = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }177substrate-wasm-builder = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }178try-runtime-cli = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }179pallet-child-bounties = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }180substrate-state-trie-migration-rpc = { git = "https://github.com//paritytech/substrate", branch = "polkadot-v0.9.19" }181182[patch."https://github.com/paritytech/polkadot"]183bp-header-chain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }184bp-message-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }185bp-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }186bp-polkadot-core = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }187bp-rococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }188bp-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }189bp-test-utils = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }190bp-wococo = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }191bridge-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }192kusama-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }193kusama-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }194metered-channel = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }195pallet-bridge-dispatch = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }196pallet-bridge-grandpa = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }197pallet-bridge-messages = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }198pallet-xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }199pallet-xcm-benchmarks = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }200polkadot-approval-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }201polkadot-availability-bitfield-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }202polkadot-availability-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }203polkadot-availability-recovery = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }204polkadot-cli = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }205polkadot-client = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }206polkadot-collator-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }207polkadot-core-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }208polkadot-dispute-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }209polkadot-erasure-coding = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }210polkadot-gossip-support = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }211polkadot-network-bridge = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }212polkadot-node-collation-generation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }213polkadot-node-core-approval-voting = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }214polkadot-node-core-av-store = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }215polkadot-node-core-backing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }216polkadot-node-core-bitfield-signing = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }217polkadot-node-core-candidate-validation = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }218polkadot-node-core-chain-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }219polkadot-node-core-chain-selection = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }220polkadot-node-core-dispute-coordinator = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }221polkadot-node-core-parachains-inherent = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }222polkadot-node-core-provisioner = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }223polkadot-node-core-pvf = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }224polkadot-node-core-pvf-checker = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }225polkadot-node-core-runtime-api = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }226polkadot-node-jaeger = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }227polkadot-node-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }228polkadot-node-network-protocol = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }229polkadot-node-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }230polkadot-node-subsystem = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }231polkadot-node-subsystem-types = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }232polkadot-node-subsystem-util = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }233polkadot-overseer = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }234polkadot-overseer-gen = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }235polkadot-overseer-gen-proc-macro = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }236polkadot-parachain = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }237polkadot-performance-test = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }238polkadot-primitives = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }239polkadot-rpc = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }240polkadot-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }241polkadot-runtime-common = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }242polkadot-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }243polkadot-runtime-metrics = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }244polkadot-runtime-parachains = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }245polkadot-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }246polkadot-statement-distribution = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }247polkadot-statement-table = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }248polkadot-test-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }249polkadot-test-service = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }250rococo-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }251rococo-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }252slot-range-helper = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }253test-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }254westend-runtime = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }255westend-runtime-constants = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }256xcm = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }257xcm-builder = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }258xcm-executor = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }259xcm-procedural = { git = "https://github.com//paritytech/polkadot", branch = "release-v0.9.19" }260261[patch."https://github.com/paritytech/cumulus.git"]262cumulus-client-cli = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }263cumulus-client-collator = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }264cumulus-client-consensus-aura = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }265cumulus-client-consensus-common = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }266cumulus-client-network = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }267cumulus-client-pov-recovery = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }268cumulus-client-service = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }269cumulus-pallet-aura-ext = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }270cumulus-pallet-dmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }271cumulus-pallet-parachain-system = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }272cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }273cumulus-pallet-xcm = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }274cumulus-pallet-xcmp-queue = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }275cumulus-primitives-core = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }276cumulus-primitives-parachain-inherent = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }277cumulus-primitives-timestamp = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }278cumulus-primitives-utility = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }279cumulus-relay-chain-inprocess-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }280cumulus-relay-chain-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }281cumulus-relay-chain-rpc-interface = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }282cumulus-test-relay-sproof-builder = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }283parachain-info = { git = "https://github.com//paritytech/cumulus", branch = "polkadot-v0.9.19" }284285[patch."https://github.com/uniquenetwork/frontier.git"]286fc-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }287fc-db = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }288fc-mapping-sync = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }289fc-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }290fc-rpc-core = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }291fp-consensus = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }292fp-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }293fp-evm-mapping = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }294fp-rpc = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }295fp-self-contained = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }296fp-storage = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }297pallet-base-fee = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }298pallet-ethereum = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }299pallet-evm = { git = "https://github.com//uniquenetwork/frontier", branch = "unique-polkadot-v0.9.19" }300301[patch."https://github.com/UniqueNetwork/pallet-sponsoring"]302pallet-template-transaction-payment = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }303up-sponsorship = { git = "https://github.com//uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.19" }304305[patch.crates-io]306evm = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }307evm-core = { git = "https://github.com//uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }308309[patch."https://github.com/uniquenetwork/open-runtime-module-library"]310orml-vesting = { git = "https://github.com//uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.19" }