Skip to content

Commit 28a2e6f

Browse files
authored
Update to polkadot-v0.9.43 (#928)
* update dependencies to v0.9.43 * xtokens fmt * fix deps in xtokens
1 parent ca05423 commit 28a2e6f

File tree

34 files changed

+393
-302
lines changed

34 files changed

+393
-302
lines changed

Cargo.dev.toml

+63-64
Original file line numberDiff line numberDiff line change
@@ -37,71 +37,70 @@ resolver = "2"
3737
split-debuginfo = "unpacked"
3838

3939
[patch.'https://github.com/paritytech/substrate']
40-
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
41-
frame-support = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
42-
frame-system = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
43-
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
44-
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
45-
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
46-
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
47-
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
48-
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
49-
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
50-
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
51-
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
52-
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
53-
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
54-
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
55-
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
56-
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
57-
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
58-
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
59-
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
60-
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
61-
sp-api = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
62-
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
63-
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
64-
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
65-
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
66-
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
67-
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
68-
sp-core = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
69-
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
70-
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
71-
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
72-
sp-io = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
73-
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
74-
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
75-
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
76-
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
77-
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
78-
sp-session = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
79-
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
80-
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
81-
sp-std = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
82-
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
83-
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
84-
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
85-
sp-version = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
86-
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
87-
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
88-
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
89-
sp-weights = { git = "https://github.com/paritytech//substrate", rev = "3bb3882ce094ac211dea93fabfdcd4f902f5a7fd" }
40+
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
41+
frame-support = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
42+
frame-system = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
43+
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
44+
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
45+
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
46+
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
47+
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
48+
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
49+
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
50+
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
51+
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
52+
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
53+
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
54+
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
55+
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
56+
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
57+
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
58+
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
59+
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
60+
sp-api = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
61+
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
62+
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
63+
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
64+
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
65+
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
66+
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
67+
sp-core = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
68+
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
69+
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
70+
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
71+
sp-io = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
72+
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
73+
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
74+
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
75+
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
76+
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
77+
sp-session = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
78+
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
79+
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
80+
sp-std = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
81+
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
82+
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
83+
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
84+
sp-version = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
85+
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
86+
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
87+
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
88+
sp-weights = { git = "https://github.com/paritytech//substrate", rev = "a2037bdedef0aa812017efee1d0fa63d4f5fcbae" }
9089

9190
[patch.'https://github.com/paritytech/cumulus']
92-
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
93-
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
94-
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
95-
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
96-
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "f603a61ff370fc33740c9373833c3c6ba1486846" }
91+
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "01148b992ec26408de50288332f92672da984a53" }
92+
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "01148b992ec26408de50288332f92672da984a53" }
93+
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "01148b992ec26408de50288332f92672da984a53" }
94+
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "01148b992ec26408de50288332f92672da984a53" }
95+
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "01148b992ec26408de50288332f92672da984a53" }
9796

9897
[patch.'https://github.com/paritytech/polkadot']
99-
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
100-
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
101-
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
102-
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
103-
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
104-
xcm = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
105-
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
106-
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
107-
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef" }
98+
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }
99+
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }
100+
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }
101+
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }
102+
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }
103+
xcm = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }
104+
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }
105+
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }
106+
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "8b2d97fab286d978b83b7de68b736595678a60d3" }

0 commit comments

Comments
 (0)