Skip to content

Commit 6819d3f

Browse files
authored
Update polkadot v1.0.0 (#936)
* update to polkadot v1.0.0 * use nightly fmt * fix fmt
1 parent 669d188 commit 6819d3f

File tree

46 files changed

+415
-354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+415
-354
lines changed

Cargo.dev.toml

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

9090
[patch.'https://github.com/paritytech/cumulus']
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" }
91+
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "a188eb95c522f3ca4c43ef7fed19a6107224217c" }
92+
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "a188eb95c522f3ca4c43ef7fed19a6107224217c" }
93+
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "a188eb95c522f3ca4c43ef7fed19a6107224217c" }
94+
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "a188eb95c522f3ca4c43ef7fed19a6107224217c" }
95+
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "a188eb95c522f3ca4c43ef7fed19a6107224217c" }
9696

9797
[patch.'https://github.com/paritytech/polkadot']
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" }
98+
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }
99+
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }
100+
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }
101+
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }
102+
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }
103+
xcm = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }
104+
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }
105+
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }
106+
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3" }

0 commit comments

Comments
 (0)