Skip to content

Commit 6eb8234

Browse files
authored
update (#509)
1 parent 6862e1c commit 6eb8234

File tree

22 files changed

+189
-176
lines changed

22 files changed

+189
-176
lines changed

Cargo.dev.toml

+51-49
Original file line numberDiff line numberDiff line change
@@ -30,55 +30,57 @@ resolver = "2"
3030
split-debuginfo = "unpacked"
3131

3232
[patch.'https://github.com/paritytech/substrate']
33-
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
34-
frame-support = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
35-
frame-system = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
36-
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
37-
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
38-
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
39-
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
40-
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
41-
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
42-
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
43-
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
44-
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
45-
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
46-
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
47-
sp-api = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
48-
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
49-
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
50-
sp-core = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
51-
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
52-
sp-io = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
53-
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
54-
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
55-
sp-std = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
56-
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
57-
sp-version = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
58-
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
59-
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
60-
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
61-
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
62-
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
63-
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
64-
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
65-
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
66-
sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
67-
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
68-
sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
69-
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
70-
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
71-
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
72-
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
73-
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
74-
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
75-
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
76-
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
77-
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
78-
sp-session = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
79-
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
80-
sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
81-
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
33+
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
34+
frame-support = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
35+
frame-system = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
36+
max-encoded-len = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
37+
max-encoded-len-derive = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
38+
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
39+
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
40+
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
41+
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
42+
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
43+
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
44+
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
45+
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
46+
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
47+
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
48+
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
49+
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
50+
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
51+
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
52+
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
53+
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
54+
sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
55+
sp-api = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
56+
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
57+
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
58+
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
59+
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
60+
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
61+
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
62+
sp-core = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
63+
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
64+
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
65+
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
66+
sp-io = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
67+
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
68+
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
69+
sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
70+
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
71+
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
72+
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
73+
sp-session = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
74+
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
75+
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
76+
sp-std = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
77+
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
78+
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
79+
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
80+
sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
81+
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
82+
sp-version = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
83+
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "ea5d3570673d125dfe0b7da33b345c3c13195380" }
8284

8385
# [patch.'https://github.com/paritytech/cumulus']
8486
# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "95d81d499927e508769690fc43a480f00ddd131e" }

auction/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ edition = "2018"
1010
[dependencies]
1111
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
13-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
14-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
13+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
14+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
1515

16-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
17-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
16+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
17+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
1818
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
1919

2020
[dev-dependencies]
21-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }
22-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }
21+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4" }
22+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4" }
2323

2424
[features]
2525
default = ["std"]

authority/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ edition = "2018"
1010
[dependencies]
1111
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
13-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
14-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
15-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
13+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
14+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
15+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
1616

17-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
18-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
17+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
18+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
1919

2020
[dev-dependencies]
21-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }
22-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }
23-
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }
21+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4" }
22+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4" }
23+
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4" }
2424

2525
[features]
2626
default = ["std"]

bencher/Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ linregress = { version = "0.4.0", optional = true }
1212
serde = { version = "1.0.119", optional = true, features = ['derive'] }
1313
serde_json = {version = "1.0.64", optional = true }
1414
codec = { package = "parity-scale-codec", version = "2.0.0", features = ["derive"], default-features = false }
15-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
16-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
17-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
18-
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
19-
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false, optional = true }
20-
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false, features = ["wasmtime"], optional = true }
21-
sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", optional = true }
22-
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false, features = ["with-kvdb-rocksdb"], optional = true }
23-
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
15+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
16+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
17+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
18+
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
19+
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false, optional = true }
20+
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false, features = ["wasmtime"], optional = true }
21+
sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", optional = true }
22+
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false, features = ["with-kvdb-rocksdb"], optional = true }
23+
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
2424

2525
[features]
2626
default = ["std"]

0 commit comments

Comments
 (0)