@@ -31,65 +31,68 @@ resolver = "2"
31
31
split-debuginfo = " unpacked"
32
32
33
33
[patch .'https://github .com/paritytech/substrate' ]
34
- frame-benchmarking = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
35
- frame-support = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
36
- frame-system = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
37
- pallet-authority-discovery = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
38
- pallet-authorship = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
39
- pallet-balances = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
40
- pallet-elections-phragmen = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
41
- pallet-offences = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
42
- pallet-scheduler = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
43
- pallet-session = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
44
- pallet-staking = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
45
- pallet-timestamp = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
46
- pallet-treasury = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
47
- pallet-vesting = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
48
- sc-client-api = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
49
- sc-client-db = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
50
- sc-executor = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
51
- sc-executor-common = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
52
- sc-executor-wasmi = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
53
- sp-api = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
54
- sp-application-crypto = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
55
- sp-arithmetic = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
56
- sp-authority-discovery = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
57
- sp-authorship = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
58
- sp-blockchain = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
59
- sp-consensus = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
60
- sp-core = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
61
- sp-debug-derive = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
62
- sp-externalities = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
63
- sp-inherents = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
64
- sp-io = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
65
- sp-keystore = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
66
- sp-npos-elections = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
67
- sp-npos-elections-compact = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
68
- sp-panic-handler = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
69
- sp-runtime = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
70
- sp-runtime-interface = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
71
- sp-session = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
72
- sp-staking = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
73
- sp-state-machine = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
74
- sp-std = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
75
- sp-storage = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
76
- sp-tasks = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
77
- sp-timestamp = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
78
- sp-trie = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
79
- sp-version = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
80
- sp-wasm-interface = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
81
- sp-utils = { git = " https://github.com/paritytech//substrate" , rev = " 91061a7d925b5bc597804293da283477512ba4ff" }
34
+ frame-benchmarking = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
35
+ frame-support = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
36
+ frame-system = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
37
+ pallet-authority-discovery = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
38
+ pallet-authorship = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
39
+ pallet-balances = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
40
+ pallet-elections-phragmen = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
41
+ pallet-offences = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
42
+ pallet-scheduler = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
43
+ pallet-session = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
44
+ pallet-staking = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
45
+ pallet-timestamp = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
46
+ pallet-treasury = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
47
+ pallet-vesting = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
48
+ sc-client-api = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
49
+ sc-client-db = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
50
+ sc-executor = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
51
+ sc-executor-common = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
52
+ sc-executor-wasmi = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
53
+ sp-api = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
54
+ sp-application-crypto = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
55
+ sp-arithmetic = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
56
+ sp-authority-discovery = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
57
+ sp-authorship = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
58
+ sp-blockchain = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
59
+ sp-consensus = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
60
+ sp-core = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
61
+ sp-debug-derive = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
62
+ sp-externalities = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
63
+ sp-inherents = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
64
+ sp-io = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
65
+ sp-keystore = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
66
+ sp-npos-elections = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
67
+ sp-panic-handler = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
68
+ sp-runtime = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
69
+ sp-runtime-interface = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
70
+ sp-session = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
71
+ sp-staking = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
72
+ sp-state-machine = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
73
+ sp-std = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
74
+ sp-storage = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
75
+ sp-tasks = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
76
+ sp-timestamp = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
77
+ sp-trie = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
78
+ sp-version = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
79
+ sp-wasm-interface = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
80
+ sp-utils = { git = " https://github.com/paritytech//substrate" , rev = " 420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7" }
82
81
83
82
[patch .'https://github .com/paritytech/cumulus' ]
84
- cumulus-primitives-core = { git = " https://github.com/paritytech//cumulus" , rev = " fd80849dde5c209c20a996cfcc5aaacd4666dcbe" }
85
- parachain-info = { git = " https://github.com/paritytech//cumulus" , rev = " fd80849dde5c209c20a996cfcc5aaacd4666dcbe" }
83
+ cumulus-primitives-core = { git = " https://github.com/paritytech//cumulus" , rev = " 870b214693856e768ba482fe2d3b9a83b24e4540" }
84
+ parachain-info = { git = " https://github.com/paritytech//cumulus" , rev = " 870b214693856e768ba482fe2d3b9a83b24e4540" }
85
+ cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech//cumulus" , rev = " 870b214693856e768ba482fe2d3b9a83b24e4540" }
86
+ cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech//cumulus" , rev = " 870b214693856e768ba482fe2d3b9a83b24e4540" }
87
+ cumulus-pallet-xcm = { git = " https://github.com/paritytech//cumulus" , rev = " 870b214693856e768ba482fe2d3b9a83b24e4540" }
86
88
87
89
[patch .'https://github .com/paritytech/polkadot' ]
88
- xcm = { git = " https://github.com/paritytech//polkadot" , rev = " 7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
89
- xcm-executor = { git = " https://github.com/paritytech//polkadot" , rev = " 7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
90
- xcm-builder = { git = " https://github.com/paritytech//polkadot" , rev = " 7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
91
- pallet-xcm = { git = " https://github.com/paritytech//polkadot" , rev = " 7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
92
- polkadot-core-primitives = { git = " https://github.com/paritytech//polkadot" , rev = " 7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
93
- polkadot-runtime-parachains = { git = " https://github.com/paritytech//polkadot" , rev = " 7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
94
- polkadot-parachain = { git = " https://github.com/paritytech//polkadot" , rev = " 7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
95
- polkadot-primitives = { git = " https://github.com/paritytech//polkadot" , rev = " 7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
90
+ xcm = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
91
+ xcm-executor = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
92
+ xcm-builder = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
93
+ pallet-xcm = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
94
+ polkadot-core-primitives = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
95
+ polkadot-runtime-parachains = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
96
+ polkadot-parachain = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
97
+ polkadot-primitives = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
98
+ xcm-simulator = { git = " https://github.com/paritytech//polkadot" , rev = " aeea9b7bd81919e014f7621f6c4b2eb9709d918f" }
0 commit comments